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

All Superinterfaces:
Element, SimpleType

public interface IntegerType
extends SimpleType

This interface represents an integer type


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getMaxValue()
           
 java.lang.String getMinValue()
           
 

Field Detail

copyright

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

getMaxValue

java.lang.String getMaxValue()

Returns the maximum value.

Returns:

getMinValue

java.lang.String getMinValue()

Returns the minimum value.

Returns: