public final class MetadataCategory
extends org.eclipse.emf.common.util.AbstractEnumerator
| Modifier and Type | Field and Description |
|---|---|
static int |
FIELD
The 'Field' literal value
|
static MetadataCategory |
FIELD_LITERAL
The 'Field' literal object
|
static int |
GETTER
The 'Getter' literal value
|
static MetadataCategory |
GETTER_LITERAL
The 'Getter' literal object
|
static int |
SETTER
The 'Setter' literal value
|
static MetadataCategory |
SETTER_LITERAL
The 'Setter' literal object
|
static int |
UNSPECIFIED
The 'Unspecified' literal value
|
static MetadataCategory |
UNSPECIFIED_LITERAL
The 'Unspecified' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'Metadata Category' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static MetadataCategory |
get(int value)
Returns the 'Metadata Category' literal with the specified integer value
|
static MetadataCategory |
get(java.lang.String literal)
Returns the 'Metadata Category' literal with the specified literal value
|
static MetadataCategory |
getByName(java.lang.String name)
Returns the 'Metadata Category' literal with the specified name
|
public static final int UNSPECIFIED
If the meaning of 'Unspecified' literal object isn't clear, there really should be more of a description here...
UNSPECIFIED_LITERAL,
Constant Field Valuespublic static final int GETTER
If the meaning of 'Getter' literal object isn't clear, there really should be more of a description here...
GETTER_LITERAL,
Constant Field Valuespublic static final int SETTER
If the meaning of 'Setter' literal object isn't clear, there really should be more of a description here...
SETTER_LITERAL,
Constant Field Valuespublic static final int FIELD
If the meaning of 'Field' literal object isn't clear, there really should be more of a description here...
FIELD_LITERAL,
Constant Field Valuespublic static final MetadataCategory UNSPECIFIED_LITERAL
UNSPECIFIEDpublic static final MetadataCategory GETTER_LITERAL
GETTERpublic static final MetadataCategory SETTER_LITERAL
SETTERpublic static final MetadataCategory FIELD_LITERAL
FIELDpublic static final java.util.List VALUES
public static MetadataCategory get(java.lang.String literal)
public static MetadataCategory getByName(java.lang.String name)
public static MetadataCategory get(int value)
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.