public static enum AadlElementImageDescriptor.ModificationFlag extends java.lang.Enum<AadlElementImageDescriptor.ModificationFlag>
Enum Constant and Description |
---|
ADD_ERROR |
ADD_WARNING |
INVALID |
NO_MODIFICATION |
Modifier and Type | Method and Description |
---|---|
static AadlElementImageDescriptor.ModificationFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AadlElementImageDescriptor.ModificationFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AadlElementImageDescriptor.ModificationFlag NO_MODIFICATION
public static final AadlElementImageDescriptor.ModificationFlag ADD_ERROR
public static final AadlElementImageDescriptor.ModificationFlag ADD_WARNING
public static final AadlElementImageDescriptor.ModificationFlag INVALID
public static AadlElementImageDescriptor.ModificationFlag[] values()
for (AadlElementImageDescriptor.ModificationFlag c : AadlElementImageDescriptor.ModificationFlag.values()) System.out.println(c);
public static AadlElementImageDescriptor.ModificationFlag 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