public enum EAXMIVersion extends Enum<EAXMIVersion>
Enum Constant and Description |
---|
EA21
UML 2.1 (XMI 2.1)
|
EA211
UML 2.1.1 (XMI 2.1)
|
EA212
UML 2.1.2 (XMI 2.1)
|
EA22
UML 2.2 (XMI 2.1)
|
EA23
UML 2.3 (XMI 2.1)
|
EA24
UML 2.4 (XMI 2.4)
|
EA241
UML 2.4.1 (XMI 2.4.2)
|
Modifier and Type | Method and Description |
---|---|
com.sodius.mdw.internal.metamodel.uml21.io.ea.api.EnumXMIType |
getType() |
static EAXMIVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAXMIVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EAXMIVersion EA21
public static final EAXMIVersion EA211
public static final EAXMIVersion EA212
public static final EAXMIVersion EA22
public static final EAXMIVersion EA23
public static final EAXMIVersion EA24
public static final EAXMIVersion EA241
public static EAXMIVersion[] values()
for (EAXMIVersion c : EAXMIVersion.values()) System.out.println(c);
public static EAXMIVersion 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 com.sodius.mdw.internal.metamodel.uml21.io.ea.api.EnumXMIType getType()