|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.connectivity.oda.design.AxisType
public final class AxisType
A representation of the literals of the enumeration 'Axis Type', and utility methods for working with them. Axis type of a result set column.
DesignPackage.getAxisType()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
static int |
DIMENSION_ATTRIBUTE
The 'Dimension Attribute' literal value. |
static AxisType |
DIMENSION_ATTRIBUTE_LITERAL
The 'Dimension Attribute' literal object. |
static int |
DIMENSION_MEMBER
The 'Dimension Member' literal value. |
static AxisType |
DIMENSION_MEMBER_LITERAL
The 'Dimension Member' literal object. |
static int |
MEASURE
The 'Measure' literal value. |
static AxisType |
MEASURE_LITERAL
The 'Measure' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Axis Type' enumerators. |
Method Summary | |
---|---|
static AxisType |
get(int value)
Returns the 'Axis Type' literal with the specified integer value. |
static AxisType |
get(java.lang.String literal)
Returns the 'Axis Type' literal with the specified literal value. |
static AxisType |
getByName(java.lang.String name)
Returns the 'Axis Type' literal with the specified name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String copyright
public static final int DIMENSION_MEMBER
DIMENSION_MEMBER_LITERAL
,
Constant Field Valuespublic static final int DIMENSION_ATTRIBUTE
DIMENSION_ATTRIBUTE_LITERAL
,
Constant Field Valuespublic static final int MEASURE
MEASURE_LITERAL
,
Constant Field Valuespublic static final AxisType DIMENSION_MEMBER_LITERAL
DIMENSION_MEMBER
public static final AxisType DIMENSION_ATTRIBUTE_LITERAL
DIMENSION_ATTRIBUTE
public static final AxisType MEASURE_LITERAL
MEASURE
public static final java.util.List VALUES
Method Detail |
---|
public static AxisType get(java.lang.String literal)
public static AxisType getByName(java.lang.String name)
public static AxisType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |