maspack.properties
Interface InheritableProperty

All Superinterfaces:
Property
All Known Implementing Classes:
EditingProperty, InheritablePropertyHandle

public interface InheritableProperty
extends Property


Field Summary
 
Fields inherited from interface maspack.properties.Property
AutoValue, DEFAULT_DOUBLE, IllegalValue, VoidValue
 
Method Summary
 PropertyMode getMode()
          Returns the current mode for this property.
 void setMode(PropertyMode mode)
          Sets the mode for this property.
 
Methods inherited from interface maspack.properties.Property
get, getHost, getInfo, getName, getRange, set
 

Method Detail

setMode

void setMode(PropertyMode mode)
Sets the mode for this property. The mode should be either PropertyMode.Explicit, PropertyMode.Inherited, or PropertyMode.Inactive.

Parameters:
mode - new mode for this property.
See Also:
getMode()

getMode

PropertyMode getMode()
Returns the current mode for this property.

Returns:
current property mode
See Also:
setMode(maspack.properties.PropertyMode)