de.interactive_instruments.ShapeChange.ModelDiff
Enum DiffElement.ElementType
java.lang.Object
java.lang.Enum<DiffElement.ElementType>
de.interactive_instruments.ShapeChange.ModelDiff.DiffElement.ElementType
- All Implemented Interfaces:
- Serializable, Comparable<DiffElement.ElementType>
- Enclosing class:
- DiffElement
public static enum DiffElement.ElementType
- extends Enum<DiffElement.ElementType>
NAME
public static final DiffElement.ElementType NAME
DOCUMENTATION
public static final DiffElement.ElementType DOCUMENTATION
MULTIPLICITY
public static final DiffElement.ElementType MULTIPLICITY
VALUETYPE
public static final DiffElement.ElementType VALUETYPE
CLASS
public static final DiffElement.ElementType CLASS
SUPERTYPE
public static final DiffElement.ElementType SUPERTYPE
SUBPACKAGE
public static final DiffElement.ElementType SUBPACKAGE
PROPERTY
public static final DiffElement.ElementType PROPERTY
ENUM
public static final DiffElement.ElementType ENUM
STEREOTYPE
public static final DiffElement.ElementType STEREOTYPE
TAG
public static final DiffElement.ElementType TAG
ALIAS
public static final DiffElement.ElementType ALIAS
DEFINITION
public static final DiffElement.ElementType DEFINITION
DESCRIPTION
public static final DiffElement.ElementType DESCRIPTION
AAAMODELLART
public static final DiffElement.ElementType AAAMODELLART
AAAGRUNDDATENBESTAND
public static final DiffElement.ElementType AAAGRUNDDATENBESTAND
values
public static DiffElement.ElementType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (DiffElement.ElementType c : DiffElement.ElementType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DiffElement.ElementType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<DiffElement.ElementType>
Copyright © 2015. All rights reserved.