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

All Superinterfaces:
Element

public interface Interval
extends Element

This interface represents an interval.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 Value getMaxValue()
          Returns the maximum value.
 Value getMinValue()
          Returns the minimum value included flag.
 boolean isMaxValueIncluded()
          Returns the max value included flag.
 boolean isMinValueIncluded()
          Returns the min value included flag.
 

Field Detail

copyright

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

getMaxValue

Value getMaxValue()

Returns the maximum value.

Returns:

getMinValue

Value getMinValue()

Returns the minimum value included flag.

Returns:

isMaxValueIncluded

boolean isMaxValueIncluded()

Returns the max value included flag.

Returns:

isMinValueIncluded

boolean isMinValueIncluded()

Returns the min value included flag.

Returns: