com.rapidtransform.core.meta.def
Class BaseMetaPropertyValue

java.lang.Object
  extended by com.rapidtransform.core.meta.def.BaseMetaPropertyValue
All Implemented Interfaces:
MetaPropertyValue

public class BaseMetaPropertyValue
extends java.lang.Object
implements MetaPropertyValue

Author:
Steve Werner

Constructor Summary
BaseMetaPropertyValue()
           
 
Method Summary
 java.lang.String getDisplay()
           
 java.lang.String getValue()
           
 boolean isEnabled()
           
 void setDisplay(java.lang.String display)
           
 void setEnabled(boolean enabled)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseMetaPropertyValue

public BaseMetaPropertyValue()
Method Detail

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.