public enum MetadataMessage extends Enum<MetadataMessage>
Modifier and Type | Method and Description |
---|---|
static MetadataMessage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataMessage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataMessage META_ANNOTATION_ON_WRONG_TYPE
public static final MetadataMessage NON_BINDING_MEMBER_TYPE
public static final MetadataMessage STEREOTYPE_NOT_REGISTERED
public static final MetadataMessage QUALIFIER_ON_STEREOTYPE
public static final MetadataMessage VALUE_ON_NAMED_STEREOTYPE
public static final MetadataMessage MULTIPLE_SCOPES
public static final MetadataMessage STEREOTYPES_NULL
public static final MetadataMessage QUALIFIERS_NULL
public static final MetadataMessage TYPES_NULL
public static final MetadataMessage SCOPE_NULL
public static final MetadataMessage NOT_A_STEREOTYPE
public static final MetadataMessage NOT_A_QUALIFIER
public static final MetadataMessage TYPES_EMPTY
public static final MetadataMessage NOT_A_SCOPE
public static final MetadataMessage METADATA_SOURCE_RETURNED_NULL
public static final MetadataMessage INVALID_PARAMETER_POSITION
public static final MetadataMessage NO_CONSTRUCTOR
public static final MetadataMessage NOT_IN_HIERARCHY
public static MetadataMessage[] values()
for (MetadataMessage c : MetadataMessage.values()) System.out.println(c);
public static MetadataMessage 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 nullCopyright © 2013 Seam Framework. All Rights Reserved.