public interface PropertyInfoList extends java.lang.Iterable<PropertyInfo>
Modifier and Type | Method and Description |
---|---|
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.
|
PropertyInfo get(java.lang.String name)
null
is returned.name
- name of the propertyjava.util.Iterator<PropertyInfo> iterator()
iterator
in interface java.lang.Iterable<PropertyInfo>
int size()
boolean hasNoInheritableProperties()