public enum STMdxSetOrder extends Enum<STMdxSetOrder>
Java class for ST_MdxSetOrder.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_MdxSetOrder"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="u"/> <enumeration value="a"/> <enumeration value="d"/> <enumeration value="aa"/> <enumeration value="ad"/> <enumeration value="na"/> <enumeration value="nd"/> </restriction> </simpleType>
Modifier and Type | Method and Description |
---|---|
static STMdxSetOrder |
fromValue(String v) |
String |
value() |
static STMdxSetOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STMdxSetOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STMdxSetOrder U
public static final STMdxSetOrder A
public static final STMdxSetOrder D
public static final STMdxSetOrder AA
public static final STMdxSetOrder AD
public static final STMdxSetOrder NA
public static final STMdxSetOrder ND
public static STMdxSetOrder[] values()
for (STMdxSetOrder c : STMdxSetOrder.values()) System.out.println(c);
public static STMdxSetOrder valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String value()
public static STMdxSetOrder fromValue(String v)
Copyright © 2007-2019. All Rights Reserved.