|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IObjectDefn
Base Interface for methods common to elements and structures. This base interface defines methods to work generically with these two kinds of objects.
Method Summary | |
---|---|
IPropertyDefn |
findProperty(java.lang.String propName)
Gets a property definition given the property name. |
java.lang.String |
getDisplayName()
Gets the display name. |
java.lang.Object |
getDisplayNameKey()
Gets the resource key for the display name. |
java.lang.String |
getName()
Gets the internal name for the element. |
java.util.Iterator |
getPropertyIterator()
Returns an iterator over the property definitions. |
java.util.Iterator |
propertiesIterator()
Returns an iterator over the property definitions. |
Method Detail |
---|
java.lang.String getDisplayName()
java.lang.Object getDisplayNameKey()
java.lang.String getName()
IPropertyDefn findProperty(java.lang.String propName)
propName
- the name of the property to get
java.util.Iterator getPropertyIterator()
IPropertyDefn
s in the iterator will be sorted by there
localized names.
java.util.Iterator propertiesIterator()
IPropertyDefn
s in the iterator are not sorted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |