|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Each IDL object builds by the org.openorb IDL parser implements this interface.
Method Summary | |
boolean |
containsObject(int type)
Return TRUE if this object contains a object type |
java.util.Enumeration |
content()
Return this idlObject content |
java.util.Enumeration |
filter(int type)
Return this idlObject content with a filter |
int |
idlConcreteType()
Return the concrete type ( if IDENTIFIER or TYPEDEF then returns the associated idl object ) |
idlObject |
idlDefinedIn()
Return the defined in object |
int |
idlFinalType()
Return the final type ( if IDENTIFIER then returns the associated idl object ) |
java.lang.String |
idlID()
Return the IDL ID |
java.lang.String |
idlName()
Return the object name |
int |
idlType()
Return the object type |
boolean |
included()
Return TRUE if this object is defined into a included file |
Method Detail |
public java.lang.String idlName()
public int idlType()
public int idlFinalType()
public int idlConcreteType()
public idlObject idlDefinedIn()
public java.lang.String idlID()
public java.util.Enumeration content()
public java.util.Enumeration filter(int type)
public boolean containsObject(int type)
public boolean included()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |