de.interactive_instruments.ShapeChange.ModelDiff
Enum DiffElement.ElementType

java.lang.Object
  extended by java.lang.Enum<DiffElement.ElementType>
      extended by 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>


Enum Constant Summary
AAAGRUNDDATENBESTAND
           
AAAMODELLART
           
ALIAS
           
CLASS
           
DEFINITION
           
DESCRIPTION
           
DOCUMENTATION
           
ENUM
           
MULTIPLICITY
           
NAME
           
PROPERTY
           
STEREOTYPE
           
SUBPACKAGE
           
SUPERTYPE
           
TAG
           
VALUETYPE
           
 
Method Summary
 String toString()
           
static DiffElement.ElementType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DiffElement.ElementType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.