oracle.owb.foundation.type
Interface RangeDomain

All Superinterfaces:
Datatype, Datatyped, Domain, OWBNamedObject

public interface RangeDomain
extends Domain

RangeDomain interface defines a range of values.


Method Summary
 java.lang.Object getMaxValue()
          Returns the maximum value of the domain.
 java.lang.Object getMinValue()
          Returns the minimum value of the domain.
 
Methods inherited from interface oracle.owb.foundation.type.Domain
isValid
 
Methods inherited from interface oracle.owb.foundation.type.Datatyped
getDatatype, getLength, getPrecision, getScale, isPrecisionOmitted, setDatatype, setLength, setPrecision, setPrecisionOmitted, setScale
 
Methods inherited from interface oracle.owb.foundation.OWBNamedObject
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName
 
Methods inherited from interface oracle.owb.foundation.type.Datatype
getDatatypeSet, isAbstractDatatype, isDomain, isListDatatype, isScalarDatatype
 

Method Detail

getMinValue

public java.lang.Object getMinValue()
Returns the minimum value of the domain.
Returns:
The min value of the domain in the form of an Object.

getMaxValue

public java.lang.Object getMaxValue()
Returns the maximum value of the domain.
Returns:
The max value of the domain in the form of an Object.