Modifier and Type | Field and Description |
---|---|
static MeasureType |
AUTOMATIC
Indicates that the column value will be auto-selected as
RANGE or DISCRETE according to its storage. |
static MeasureType |
COLLECTION
Indicates that the column value should be interpreted as a collection of values.
|
static MeasureType |
DISCRETE
Indicates that the column value is like
SET but can be treated as FLAG if there are only two values. |
static MeasureType |
FLAG
Indicates that the column value is one of two values.
|
static MeasureType |
GEOSPATIAL
Indicates that the column value should be interpreted as a geospatial value.
|
static MeasureType |
ORDERED_SET
Indicates that the column value is like
SET but with an implied order on the values. |
static MeasureType |
RANGE
Indicates that the column value lies between two points on a scale.
|
static MeasureType |
SET
Indicates that the column value is one of a (small) set of discrete values.
|
static MeasureType |
TYPELESS
Indicates that the column can have any value compatible with its storage.
|
Modifier and Type | Method and Description |
---|---|
static MeasureType |
getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
static MeasureType[] |
getValues()
Returns an array containing all the valid values for this enumeration class.
|
public static final MeasureType AUTOMATIC
RANGE
or DISCRETE
according to its storage.public static final MeasureType RANGE
public static final MeasureType DISCRETE
SET
but can be treated as FLAG
if there are only two values.public static final MeasureType FLAG
public static final MeasureType SET
public static final MeasureType ORDERED_SET
SET
but with an implied order on the values.public static final MeasureType TYPELESS
public static final MeasureType COLLECTION
public static final MeasureType GEOSPATIAL
public static MeasureType getEnum(java.lang.String name)
null
if
no enumeration exists for the supplied name.name
- the enumeration namenull
public static MeasureType[] getValues()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.