org.openorb.pss.compiler.object
public class PsdlAbstractStorageHome extends IdlObject implements psdlAbstractStorageHome
Constructor Summary | |
---|---|
PsdlAbstractStorageHome(IdlObject father)
Constructor |
Method Summary | |
---|---|
void | addInheritance(IdlObject obj)
Add an inheritance |
void | define(IdlObject obj)
Set the define abstract storagetype |
IdlObject | define()
Return the reference to the abstract storagetype |
psdlAbstractStorageHome | definition()
Returns the real definition if this type is forwarded |
void | forward()
Modify the object type to pass it as forward declaration |
int | idlType() |
psdlAbstractStorageHome[] | inheritance() |
PsdlAbstractStorageHome[] | inheritances()
Return inheritance |
boolean | isForwarded()
Returns true if this type is a forwarded declaration |
void | manage(IdlObject obj)
Set the managed storagetype |
IdlObject | manage()
Get the managed storagetype |
psdlAbstractStorageType | managed() |
IdlObject | returnInheritedObject(String name)
This method returns an inherited object |
IdlObject | searchObject(String name)
This method returns an contained object |