com.corrspt.xeo.api.core
Interface LovPair


public interface LovPair

Represents a key/value pair in a List of Values


Field Summary
static LovPair NULL
          Represents the NULL value
 
Method Summary
 java.lang.String getLabel()
          The label of the pair
 java.lang.String getValue()
          The value of the pair
 

Field Detail

NULL

static final LovPair NULL
Represents the NULL value

Method Detail

getLabel

java.lang.String getLabel()
The label of the pair

Returns:

getValue

java.lang.String getValue()
The value of the pair

Returns: