org.openorb.ir.persistence
Interface ValueDefHomeOperations

All Superinterfaces:
IRObjectHomeOperations, org.omg.CosPersistentState.StorageHomeBaseOperations
All Known Subinterfaces:
ValueDefHome

public interface ValueDefHomeOperations
extends IRObjectHomeOperations

This storagehome describes the ValueDefHome


Method Summary
 ValueDef create(org.omg.CORBA.DefinitionKind def_kind, java.lang.String id, java.lang.String name, java.lang.String version, boolean is_custom, boolean is_abstract, ValueDefRef base_value, boolean is_truncatable, ValueDefRef[] abstract_base_values, InterfaceDefRef[] supported_interfaces, org.omg.CORBA.Initializer[] initializers, org.omg.CORBA.TypeCode type)
          Operation create
 
Methods inherited from interface org.openorb.ir.persistence.IRObjectHomeOperations
find_by_id, find_ref_by_id
 
Methods inherited from interface org.omg.CosPersistentState.StorageHomeBaseOperations
find_by_short_pid, get_catalog
 

Method Detail

create

ValueDef create(org.omg.CORBA.DefinitionKind def_kind,
                java.lang.String id,
                java.lang.String name,
                java.lang.String version,
                boolean is_custom,
                boolean is_abstract,
                ValueDefRef base_value,
                boolean is_truncatable,
                ValueDefRef[] abstract_base_values,
                InterfaceDefRef[] supported_interfaces,
                org.omg.CORBA.Initializer[] initializers,
                org.omg.CORBA.TypeCode type)
Operation create