public enum MetadataMessage extends Enum<MetadataMessage>
Enum Constant and Description |
---|
META_ANNOTATION_ON_WRONG_TYPE |
MULTIPLE_SCOPES |
NON_BINDING_MEMBER_TYPE |
QUALIFIER_ON_STEREOTYPE |
STEREOTYPE_NOT_REGISTERED |
VALUE_ON_NAMED_STEREOTYPE |
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 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 © 2012 Seam Framework. All Rights Reserved.