com.ibm.pdp.maf.rpp.kernel
Interface Value

All Superinterfaces:
Element

public interface Value
extends Element

This interface represents a value.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getLabel()
          Returns the label.
 java.lang.String getValue()
          Returns the value.
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getLabel

java.lang.String getLabel()

Returns the label.

Returns:

getValue

java.lang.String getValue()

Returns the value.

Returns: