|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAttribute
The IAttribute interface is an interface to an attribute specified for a concept loaded in the virtual machine.
Method Summary | |
---|---|
java.lang.String |
getDisplayText()
Returns a display friendly name for the attribute. |
java.lang.String |
getName()
Returns the attribute name. |
IConcept |
getOwner()
Returns the owner of the attribute, the concept for which the attribute is specified. |
IType |
getType()
Returns the type of the attribute. |
Method Detail |
---|
java.lang.String getName() throws ExternalException
ExternalException
- if an internal error occursjava.lang.String getDisplayText() throws ExternalException
ExternalException
- if an internal error occursIType getType() throws ExternalException
ExternalException
- if an internal error occursIType
IConcept getOwner() throws ExternalException
ExternalException
- if an internal error occursIConcept
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |