|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmaspack.properties.GenericPropertyHandle
maspack.properties.InheritablePropertyHandle
public class InheritablePropertyHandle
Field Summary |
---|
Fields inherited from interface maspack.properties.Property |
---|
AutoValue, DEFAULT_DOUBLE, IllegalValue, VoidValue |
Constructor Summary | |
---|---|
InheritablePropertyHandle(HasProperties host,
PropertyDesc desc)
|
Method Summary | |
---|---|
PropertyMode |
getMode()
Returns the current mode for this property. |
void |
setMode(PropertyMode mode)
Sets the mode for this property. |
Methods inherited from class maspack.properties.GenericPropertyHandle |
---|
get, getHost, getInfo, getName, getRange, set |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface maspack.properties.Property |
---|
get, getHost, getInfo, getName, getRange, set |
Constructor Detail |
---|
public InheritablePropertyHandle(HasProperties host, PropertyDesc desc)
Method Detail |
---|
public PropertyMode getMode()
InheritableProperty
getMode
in interface InheritableProperty
InheritableProperty.setMode(maspack.properties.PropertyMode)
public void setMode(PropertyMode mode)
InheritableProperty
PropertyMode.Explicit
,
PropertyMode.Inherited
,
or PropertyMode.Inactive
.
setMode
in interface InheritableProperty
mode
- new mode for this property.InheritableProperty.getMode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |