public static enum DiffElement.ElementType extends Enum<DiffElement.ElementType>
Enum Constant and Description |
---|
AAAGRUNDDATENBESTAND |
AAAMODELLART |
ALIAS |
CLASS |
DEFINITION |
DESCRIPTION |
DOCUMENTATION |
ENUM |
GLOBALIDENTIFIER |
LEGALBASIS |
MULTIPLICITY |
NAME |
PRIMARYCODE |
PROPERTY |
STEREOTYPE |
SUBPACKAGE |
SUPERTYPE |
TAG |
VALUETYPE |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final DiffElement.ElementType NAME
public static final DiffElement.ElementType DOCUMENTATION
public static final DiffElement.ElementType MULTIPLICITY
public static final DiffElement.ElementType VALUETYPE
public static final DiffElement.ElementType CLASS
public static final DiffElement.ElementType SUPERTYPE
public static final DiffElement.ElementType SUBPACKAGE
public static final DiffElement.ElementType PROPERTY
public static final DiffElement.ElementType ENUM
public static final DiffElement.ElementType STEREOTYPE
public static final DiffElement.ElementType TAG
public static final DiffElement.ElementType ALIAS
public static final DiffElement.ElementType DEFINITION
public static final DiffElement.ElementType DESCRIPTION
public static final DiffElement.ElementType PRIMARYCODE
public static final DiffElement.ElementType GLOBALIDENTIFIER
public static final DiffElement.ElementType LEGALBASIS
public static final DiffElement.ElementType AAAMODELLART
public static final DiffElement.ElementType AAAGRUNDDATENBESTAND
public static DiffElement.ElementType[] values()
for (DiffElement.ElementType c : DiffElement.ElementType.values()) System.out.println(c);
public static DiffElement.ElementType 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 String toString()
toString
in class Enum<DiffElement.ElementType>
Copyright © 2018. All rights reserved.