public class ValidValuesBinding.ValidValue extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<ValidValuesBinding.ValidValue>
| Constructor and Description |
|---|
ValidValue() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ValidValuesBinding.ValidValue o) |
java.lang.String |
getImage() |
java.lang.Comparable |
getObjectValue()
This method is always returning the object representation.
|
java.lang.String |
getText() |
java.lang.String |
getValue()
This method is always returning the string representation
of the value at it is sent to the client side.
|
java.lang.String |
getValuecomment() |
public java.lang.String getValue()
getObjectValue() if you pass e.g. other
Comparables (e.g. integer values) as value.public java.lang.String getText()
public java.lang.String getValuecomment()
public java.lang.String getImage()
public java.lang.Comparable getObjectValue()
getValue()
is returning the string representation.public int compareTo(ValidValuesBinding.ValidValue o)
compareTo in interface java.lang.Comparable<ValidValuesBinding.ValidValue>Copyright © CaptainCasa Gmbh. All Rights Reserved.