Interface MutableProperty
- All Known Implementing Classes:
AbstractScenarioProperty
,BooleanScenarioProperty
,GlobalProperty
,ListScenarioProperty
,MutableProperty.Impl
,NumberScenarioProperty
,StringScenarioProperty
,ZoneProperty
public interface MutableProperty
A container for a String property that can be updated
- Author:
- rkinney
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Simple implementation ofMutableProperty
Support dynamic changing of the property name, provided that theMutableProperty.Impl.addTo(MutablePropertiesContainer)
method is used to register this property with a properties container.static class
-
Method Summary
-
Method Details
-
getPropertyValue
String getPropertyValue() -
setPropertyValue
-
addMutablePropertyChangeListener
-
removeMutablePropertyChangeListener
-
getParent
MutablePropertiesContainer getParent()
-