public enum DifferenceElementType extends java.lang.Enum<DifferenceElementType>
enum
describes a category of differenceEnum Constant and Description |
---|
ATTRIBUTEDEFINITION |
ATTRIBUTEVALUE |
CLASS |
DATATYPEDEFINITION |
ENUMVALUE |
FIELD |
HEADER |
RELATIONGROUP |
SPECHIERARCHY |
SPECIFICATION |
SPECOBJECT |
SPECRELATION |
SPECTYPE |
Modifier and Type | Method and Description |
---|---|
static DifferenceElementType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DifferenceElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DifferenceElementType ATTRIBUTEDEFINITION
public static final DifferenceElementType ATTRIBUTEVALUE
public static final DifferenceElementType DATATYPEDEFINITION
public static final DifferenceElementType RELATIONGROUP
public static final DifferenceElementType SPECHIERARCHY
public static final DifferenceElementType SPECIFICATION
public static final DifferenceElementType SPECOBJECT
public static final DifferenceElementType SPECRELATION
public static final DifferenceElementType SPECTYPE
public static final DifferenceElementType HEADER
public static final DifferenceElementType FIELD
public static final DifferenceElementType ENUMVALUE
public static final DifferenceElementType CLASS
public static DifferenceElementType[] values()
for (DifferenceElementType c : DifferenceElementType.values()) System.out.println(c);
public static DifferenceElementType 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 null