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

ContainedRef[] all()
All


all

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

all

void all(ContainedRef[] arg)
All


modules

ModuleDefRef[] modules()
Modules


modules

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

modules

void modules(ModuleDefRef[] arg)
Modules


constants

ConstantDefRef[] constants()
Constants


constants

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

constants

void constants(ConstantDefRef[] arg)
Constants


structs

StructDefRef[] structs()
Structs


structs

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

structs

void structs(StructDefRef[] arg)
Structs


unions

UnionDefRef[] unions()
Unions


unions

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

unions

void unions(UnionDefRef[] arg)
Unions


enums

EnumDefRef[] enums()
Enums


enums

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

enums

void enums(EnumDefRef[] arg)
Enums


aliases

AliasDefRef[] aliases()
Aliases


aliases

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

aliases

void aliases(AliasDefRef[] arg)
Aliases


interfaces

InterfaceDefRef[] interfaces()
Interfaces


interfaces

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

interfaces

void interfaces(InterfaceDefRef[] arg)
Interfaces


values

ValueDefRef[] values()
Values


values

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

values

void values(ValueDefRef[] arg)
Values


value_boxes

ValueBoxDefRef[] value_boxes()
Value Boxes


value_boxes

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

value_boxes

void value_boxes(ValueBoxDefRef[] arg)
Value Boxes


exceptions

ExceptionDefRef[] exceptions()
Exceptions


exceptions

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

exceptions

void exceptions(ExceptionDefRef[] arg)
Exceptions


natives

NativeDefRef[] natives()
Natives


natives

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

natives

void natives(NativeDefRef[] arg)
Natives