public static enum MagicDrawProfile.SequenceTypeEnum extends java.lang.Enum<MagicDrawProfile.SequenceTypeEnum>
Enum Constant and Description |
---|
CHARACTER |
EXPRESSION |
NUMERIC |
OWNERNUMBER |
SEPARATOR |
Modifier and Type | Method and Description |
---|---|
static MagicDrawProfile.SequenceTypeEnum |
from(java.lang.Object o) |
java.lang.String |
getText() |
static MagicDrawProfile.SequenceTypeEnum |
toEnum(EnumerationLiteral literal) |
static EnumerationLiteral |
toEnumerationLiteral(MagicDrawProfile profile,
MagicDrawProfile.SequenceTypeEnum anEnum) |
static MagicDrawProfile.SequenceTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MagicDrawProfile.SequenceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MagicDrawProfile.SequenceTypeEnum NUMERIC
public static final MagicDrawProfile.SequenceTypeEnum CHARACTER
public static final MagicDrawProfile.SequenceTypeEnum EXPRESSION
public static final MagicDrawProfile.SequenceTypeEnum SEPARATOR
public static final MagicDrawProfile.SequenceTypeEnum OWNERNUMBER
public static MagicDrawProfile.SequenceTypeEnum[] values()
for (MagicDrawProfile.SequenceTypeEnum c : MagicDrawProfile.SequenceTypeEnum.values()) System.out.println(c);
public static MagicDrawProfile.SequenceTypeEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getText()
@CheckForNull public static MagicDrawProfile.SequenceTypeEnum from(@CheckForNull java.lang.Object o)
@CheckForNull public static MagicDrawProfile.SequenceTypeEnum toEnum(EnumerationLiteral literal)
@CheckForNull public static EnumerationLiteral toEnumerationLiteral(MagicDrawProfile profile, MagicDrawProfile.SequenceTypeEnum anEnum)