org.openorb.ir.persistence

Interface ValueDefHomeOperations

public interface ValueDefHomeOperations extends IRObjectHomeOperations

This storagehome describes the ValueDefHome
Method Summary
ValueDefcreate(DefinitionKind def_kind, String id, String name, String version, boolean is_custom, boolean is_abstract, ValueDefRef base_value, boolean is_truncatable, ValueDefRef[] abstract_base_values, InterfaceDefRef[] supported_interfaces, Initializer[] initializers, TypeCode type)
Operation create

Method Detail

create

public ValueDef create(DefinitionKind def_kind, String id, String name, String version, boolean is_custom, boolean is_abstract, ValueDefRef base_value, boolean is_truncatable, ValueDefRef[] abstract_base_values, InterfaceDefRef[] supported_interfaces, Initializer[] initializers, TypeCode type)
Operation create