|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is implemented by the IDL object that represents an IDL interface.
Method Summary | |
idlObject |
description()
Return the interface description |
idlInterface[] |
inheritance()
Return the inheritance list |
boolean |
isAbstract()
Return TRUE if this interface is abstract |
boolean |
isForward()
Return TRUE is this interface is forward |
boolean |
isLocal()
Return TRUE if this interface is local |
Methods inherited from interface org.openorb.compiler.idl.reflect.idlObject |
containsObject, content, filter, idlConcreteType, idlDefinedIn, idlFinalType, idlID, idlName, idlType, included |
Method Detail |
public boolean isAbstract()
public boolean isLocal()
public boolean isForward()
public idlObject description()
public idlInterface[] inheritance()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |