com.rapidtransform.core.meta.def
Class BaseMetaPropertyValue
java.lang.Object
com.rapidtransform.core.meta.def.BaseMetaPropertyValue
- All Implemented Interfaces:
- MetaPropertyValue
public class BaseMetaPropertyValue
- extends java.lang.Object
- implements MetaPropertyValue
- Author:
- Steve Werner
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseMetaPropertyValue
public BaseMetaPropertyValue()
getDisplay
public java.lang.String getDisplay()
- Specified by:
getDisplay
in interface MetaPropertyValue
- Returns:
- Returns the display.
setDisplay
public void setDisplay(java.lang.String display)
- Parameters:
display
- The display to set.
isEnabled
public boolean isEnabled()
- Returns:
- Returns the enabled.
setEnabled
public void setEnabled(boolean enabled)
- Parameters:
enabled
- The enabled to set.
getValue
public java.lang.String getValue()
- Specified by:
getValue
in interface MetaPropertyValue
- Returns:
- Returns the value.
setValue
public void setValue(java.lang.String value)
- Parameters:
value
- The value to set.