public interface INameValueItem
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the user readable representation of the value
|
java.lang.String |
getValue()
Returns the value
|