public interface HasProperties
Property
objects.Modifier and Type | Method and Description |
---|---|
PropertyInfoList |
getAllPropertyInfo()
Returns a list giving static information about all properties exported by
this object.
|
Property |
getProperty(java.lang.String pathName)
Returns a property associated with a specified path name.
|
Property getProperty(java.lang.String pathName)
.
' characters. A sub-property
exists if the value of a property is itself an object which exports
properties. It is only possible to obtain a sub-property handle if each of
its ancestor properties exports their values by reference.pathName
- name of the desired property or sub-propertyPropertyInfoList getAllPropertyInfo()