|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompositeProperty
An object containing properties which may be inherited from an ancestor object.
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a clone of this composite property. |
HasProperties |
getPropertyHost()
Should be either HierarchyNode or HasProperties |
PropertyInfo |
getPropertyInfo()
If this object is a property, returns the corresponding information |
void |
setPropertyHost(HasProperties host)
Sets the host for this property. |
void |
setPropertyInfo(PropertyInfo info)
Sets the property information for this property. |
Methods inherited from interface maspack.properties.HasProperties |
---|
getAllPropertyInfo, getProperty |
Method Detail |
---|
HasProperties getPropertyHost()
PropertyInfo getPropertyInfo()
void setPropertyHost(HasProperties host)
host
- host for this propertyvoid setPropertyInfo(PropertyInfo info)
info
- property informationjava.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface Clonable
java.lang.CloneNotSupportedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |