|
Data Request Broker 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XsdValueSpace
Declaration of the XML-Schema value space.
| Field Summary | |
|---|---|
static int |
COUNTABLY_INFINITE
Countably infinite cardinality. |
static int |
FINITE
Finite cardinality. |
static int |
PARTIAL
Partial order. |
static int |
TOTAL
Total order. |
static int |
UNCOUNTABLY_INFINITE
Un-countably infinite cardinality. |
static int |
UNDEFINED
Undefined value. |
| Method Summary | |
|---|---|
int |
getCardinality()
Returns the cardinality of this value space. |
Value |
getExclusiveLowerBound()
Returns the exclusive lower bound. |
Value |
getExclusiveUpperBound()
Returns the exclusive upper bound. |
Value |
getInclusiveLowerBound()
Returns the inclusive lower bound. |
Value |
getInclusiveUpperBound()
Returns the inclusive upper bound. |
int |
getOrderRelation()
Returns the order-relation of this value space. |
boolean |
isBounded()
A datatype is bounded if its value space has either an inclusive upper bound or an exclusive upper bound and either an inclusive lower bound and an exclusive lower bound. |
boolean |
isNumeric()
A datatype is said to be numeric if its values are conceptually quantities (in some mathematical number system). |
boolean |
isOrdered()
A value space, is said to be ordered if there exists an order-relation defined for that value space. |
| Field Detail |
|---|
static final int UNDEFINED
static final int PARTIAL
static final int TOTAL
static final int FINITE
static final int COUNTABLY_INFINITE
static final int UNCOUNTABLY_INFINITE
| Method Detail |
|---|
boolean isOrdered()
int getOrderRelation()
PARTIAL,
TOTALboolean isBounded()
Value getInclusiveLowerBound()
Value getInclusiveUpperBound()
Value getExclusiveLowerBound()
Value getExclusiveUpperBound()
int getCardinality()
FINITE,
COUNTABLY_INFINITE,
UNCOUNTABLY_INFINITEboolean isNumeric()
|
Data Request Broker - DRB API® 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||