public class ValueWithModifier extends Tuple<String,PropertyValueModifier>
| Constructor and Description |
|---|
ValueWithModifier(String pValue,
PropertyValueModifier pModifier) |
| Modifier and Type | Method and Description |
|---|---|
PropertyValueModifier |
getPropertyValueModifier() |
String |
getValue() |
String |
toString() |
public ValueWithModifier(String pValue, PropertyValueModifier pModifier)
public String getValue()
public PropertyValueModifier getPropertyValueModifier()
public String toString()
toString in class Tuple<String,PropertyValueModifier>Copyright © 2018. All rights reserved.