org.openorb.ir.persistence
Interface Container

All Superinterfaces:
IRObject, org.omg.CosPersistentState.StorageObject
All Known Subinterfaces:
ExceptionDef, InterfaceDef, ModuleDef, Repository, StructDef, UnionDef, ValueDef

public interface Container
extends IRObject

This storagetype describes a Container


Method Summary
 AliasDefRef[] aliases()
          Aliases
 void aliases(AliasDefRef[] arg)
          Aliases
 AliasDefRef[] aliases(org.omg.CosPersistentState.ForUpdate fu)
           
 ContainedRef[] all()
          All
 void all(ContainedRef[] arg)
          All
 ContainedRef[] all(org.omg.CosPersistentState.ForUpdate fu)
           
 ConstantDefRef[] constants()
          Constants
 void constants(ConstantDefRef[] arg)
          Constants
 ConstantDefRef[] constants(org.omg.CosPersistentState.ForUpdate fu)
           
 EnumDefRef[] enums()
          Enums
 void enums(EnumDefRef[] arg)
          Enums
 EnumDefRef[] enums(org.omg.CosPersistentState.ForUpdate fu)
           
 ExceptionDefRef[] exceptions()
          Exceptions
 void exceptions(ExceptionDefRef[] arg)
          Exceptions
 ExceptionDefRef[] exceptions(org.omg.CosPersistentState.ForUpdate fu)
           
 InterfaceDefRef[] interfaces()
          Interfaces
 InterfaceDefRef[] interfaces(org.omg.CosPersistentState.ForUpdate fu)
           
 void interfaces(InterfaceDefRef[] arg)
          Interfaces
 ModuleDefRef[] modules()
          Modules
 ModuleDefRef[] modules(org.omg.CosPersistentState.ForUpdate fu)
           
 void modules(ModuleDefRef[] arg)
          Modules
 NativeDefRef[] natives()
          Natives
 NativeDefRef[] natives(org.omg.CosPersistentState.ForUpdate fu)
           
 void natives(NativeDefRef[] arg)
          Natives
 StructDefRef[] structs()
          Structs
 StructDefRef[] structs(org.omg.CosPersistentState.ForUpdate fu)
           
 void structs(StructDefRef[] arg)
          Structs
 UnionDefRef[] unions()
          Unions
 UnionDefRef[] unions(org.omg.CosPersistentState.ForUpdate fu)
           
 void unions(UnionDefRef[] arg)
          Unions
 ValueBoxDefRef[] value_boxes()
          Value Boxes
 ValueBoxDefRef[] value_boxes(org.omg.CosPersistentState.ForUpdate fu)
           
 void value_boxes(ValueBoxDefRef[] arg)
          Value Boxes
 ValueDefRef[] values()
          Values
 ValueDefRef[] values(org.omg.CosPersistentState.ForUpdate fu)
           
 void values(ValueDefRef[] arg)
          Values
 
Methods inherited from interface org.openorb.ir.persistence.IRObject
def_kind, def_kind, def_kind, id, id
 
Methods inherited from interface org.omg.CosPersistentState.StorageObject
destroy_object, get_pid, get_short_pid, get_storage_home, object_exists
 

Method Detail

all

public ContainedRef[] all()
All

all

public ContainedRef[] all(org.omg.CosPersistentState.ForUpdate fu)

all

public void all(ContainedRef[] arg)
All

modules

public ModuleDefRef[] modules()
Modules

modules

public ModuleDefRef[] modules(org.omg.CosPersistentState.ForUpdate fu)

modules

public void modules(ModuleDefRef[] arg)
Modules

constants

public ConstantDefRef[] constants()
Constants

constants

public ConstantDefRef[] constants(org.omg.CosPersistentState.ForUpdate fu)

constants

public void constants(ConstantDefRef[] arg)
Constants

structs

public StructDefRef[] structs()
Structs

structs

public StructDefRef[] structs(org.omg.CosPersistentState.ForUpdate fu)

structs

public void structs(StructDefRef[] arg)
Structs

unions

public UnionDefRef[] unions()
Unions

unions

public UnionDefRef[] unions(org.omg.CosPersistentState.ForUpdate fu)

unions

public void unions(UnionDefRef[] arg)
Unions

enums

public EnumDefRef[] enums()
Enums

enums

public EnumDefRef[] enums(org.omg.CosPersistentState.ForUpdate fu)

enums

public void enums(EnumDefRef[] arg)
Enums

aliases

public AliasDefRef[] aliases()
Aliases

aliases

public AliasDefRef[] aliases(org.omg.CosPersistentState.ForUpdate fu)

aliases

public void aliases(AliasDefRef[] arg)
Aliases

interfaces

public InterfaceDefRef[] interfaces()
Interfaces

interfaces

public InterfaceDefRef[] interfaces(org.omg.CosPersistentState.ForUpdate fu)

interfaces

public void interfaces(InterfaceDefRef[] arg)
Interfaces

values

public ValueDefRef[] values()
Values

values

public ValueDefRef[] values(org.omg.CosPersistentState.ForUpdate fu)

values

public void values(ValueDefRef[] arg)
Values

value_boxes

public ValueBoxDefRef[] value_boxes()
Value Boxes

value_boxes

public ValueBoxDefRef[] value_boxes(org.omg.CosPersistentState.ForUpdate fu)

value_boxes

public void value_boxes(ValueBoxDefRef[] arg)
Value Boxes

exceptions

public ExceptionDefRef[] exceptions()
Exceptions

exceptions

public ExceptionDefRef[] exceptions(org.omg.CosPersistentState.ForUpdate fu)

exceptions

public void exceptions(ExceptionDefRef[] arg)
Exceptions

natives

public NativeDefRef[] natives()
Natives

natives

public NativeDefRef[] natives(org.omg.CosPersistentState.ForUpdate fu)

natives

public void natives(NativeDefRef[] arg)
Natives