|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasProperties
An object which exports access to internal attributes via Property
objects.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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-property
PropertyInfoList getAllPropertyInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |