public enum EAXmiType extends Enum<EAXmiType>
| Enum Constant and Description |
|---|
Association
Objet Xmi décrivant une Association >> Association.
|
Attribute
Objet Xmi décrivant un Attibut d'une Classe >> DtField.
|
Class
Objet Xmi décrivant une Classe >> DtDefinition.
|
ClassAttribute
Tag d'extension EA pour un attribut.
|
Connector
Tag d'extension EA pour une association.
|
OwnedAttribute
Tag Xmi pour un attribut de classe.
|
Package
Objet Xmi décrivant un Package >>Package.
|
PackageElement
Tag Xmi pour un élément à traiter.
|
| Modifier and Type | Method and Description |
|---|---|
static EAXmiType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAXmiType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EAXmiType Package
public static final EAXmiType Class
public static final EAXmiType Attribute
public static final EAXmiType Association
public static final EAXmiType PackageElement
public static final EAXmiType OwnedAttribute
public static final EAXmiType ClassAttribute
public static final EAXmiType Connector
public static EAXmiType[] values()
for (EAXmiType c : EAXmiType.values()) System.out.println(c);
public static EAXmiType 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 © 2016. All Rights Reserved.