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

All Superinterfaces:
Element

public interface Field
extends Element

This interface represents a field.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getName()
           
 AbstractValue getValue()
           
 

Field Detail

copyright

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

getName

java.lang.String getName()

Returns the name of the field.

Returns:

getValue

AbstractValue getValue()

Returns the value of the field.

Returns: