|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyInfoList
List containing information about a set of properties.
Method Summary | |
---|---|
PropertyInfo |
get(java.lang.String name)
Gets information for a specific named property. |
boolean |
hasNoInheritableProperties()
Returns tree if any properties in this list are inheritable. |
java.util.Iterator<PropertyInfo> |
iterator()
Returns an iterator over all PropertyInfo structures contained in this list. |
int |
size()
Returns the number of properties described in this list. |
Method Detail |
---|
PropertyInfo get(java.lang.String name)
null
is returned.
name
- name of the property
java.util.Iterator<PropertyInfo> iterator()
iterator
in interface java.lang.Iterable<PropertyInfo>
int size()
boolean hasNoInheritableProperties()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |