Package in.erail.glue.common
Class ValueWithModifier
- java.lang.Object
-
- in.erail.glue.common.Tuple<String,PropertyValueModifier>
-
- in.erail.glue.common.ValueWithModifier
-
- All Implemented Interfaces:
Serializable
public class ValueWithModifier extends Tuple<String,PropertyValueModifier>
- Author:
- vinay
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueWithModifier(String pValue, PropertyValueModifier pModifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyValueModifiergetPropertyValueModifier()StringgetValue()StringtoString()
-
-
-
Constructor Detail
-
ValueWithModifier
public ValueWithModifier(String pValue, PropertyValueModifier pModifier)
-
-
Method Detail
-
getValue
public String getValue()
-
getPropertyValueModifier
public PropertyValueModifier getPropertyValueModifier()
-
toString
public String toString()
- Overrides:
toStringin classTuple<String,PropertyValueModifier>
-
-