public interface IObjectDefn
Modifier and Type | Method and Description |
---|---|
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<IPropertyDefn> |
getPropertyIterator()
Returns an iterator over the property definitions.
|
java.util.Iterator<IPropertyDefn> |
propertiesIterator()
Returns an iterator over the property definitions.
|
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 getjava.util.Iterator<IPropertyDefn> getPropertyIterator()
IPropertyDefn
s in the iterator will be sorted by there
localized names.java.util.Iterator<IPropertyDefn> propertiesIterator()
IPropertyDefn
s in the iterator are not sorted.Copyright © 2008 Actuate Corp. All rights reserved.