public enum MSVExpressionType extends Enum<MSVExpressionType>
Enum Constant and Description |
---|
ATTRIBUTE |
CHOICE |
CONCUR |
DATA |
ELEMENT |
EPSILON |
INTERLEAVE |
LIST |
MIXED |
NULLSET |
ONEOREMORE |
OTHER |
REF |
SEQUENCE |
STRING |
VALUE |
Modifier and Type | Method and Description |
---|---|
static MSVExpressionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MSVExpressionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MSVExpressionType STRING
public static final MSVExpressionType ATTRIBUTE
public static final MSVExpressionType CHOICE
public static final MSVExpressionType CONCUR
public static final MSVExpressionType DATA
public static final MSVExpressionType ELEMENT
public static final MSVExpressionType EPSILON
public static final MSVExpressionType INTERLEAVE
public static final MSVExpressionType LIST
public static final MSVExpressionType MIXED
public static final MSVExpressionType NULLSET
public static final MSVExpressionType ONEOREMORE
public static final MSVExpressionType OTHER
public static final MSVExpressionType REF
public static final MSVExpressionType SEQUENCE
public static final MSVExpressionType VALUE
public static MSVExpressionType[] values()
for (MSVExpressionType c : MSVExpressionType.values()) System.out.println(c);
public static MSVExpressionType 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 nullCopyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.