public enum ResourceUsageAttributeFrequency extends Enum<ResourceUsageAttributeFrequency> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST_HIGH
The 'Const High' literal object
|
CONST_LOW
The 'Const Low' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_HIGH_VALUE
The 'Const High' literal value
|
static int |
CONST_LOW_VALUE
The 'Const Low' literal value
|
static List<ResourceUsageAttributeFrequency> |
VALUES
A public read-only list of all the 'Resource Usage Attribute Frequency' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceUsageAttributeFrequency |
get(int value)
Returns the 'Resource Usage Attribute Frequency' literal with the specified integer value
|
static ResourceUsageAttributeFrequency |
get(String literal)
Returns the 'Resource Usage Attribute Frequency' literal with the specified literal value
|
static ResourceUsageAttributeFrequency |
getByName(String name)
Returns the 'Resource Usage Attribute Frequency' literal with the specified name
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation
|
static ResourceUsageAttributeFrequency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceUsageAttributeFrequency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceUsageAttributeFrequency CONST_LOW
CONST_LOW_VALUEpublic static final ResourceUsageAttributeFrequency CONST_HIGH
CONST_HIGH_VALUEpublic static final int CONST_LOW_VALUE
If the meaning of 'Const Low' literal object isn't clear, there really should be more of a description here...
CONST_LOW,
Constant Field Valuespublic static final int CONST_HIGH_VALUE
If the meaning of 'Const High' literal object isn't clear, there really should be more of a description here...
CONST_HIGH,
Constant Field Valuespublic static final List<ResourceUsageAttributeFrequency> VALUES
public static ResourceUsageAttributeFrequency[] values()
for (ResourceUsageAttributeFrequency c : ResourceUsageAttributeFrequency.values()) System.out.println(c);
public static ResourceUsageAttributeFrequency 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 static ResourceUsageAttributeFrequency get(String literal)
literal - the literal.null.public static ResourceUsageAttributeFrequency getByName(String name)
name - the name.null.public static ResourceUsageAttributeFrequency get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<ResourceUsageAttributeFrequency>Copyright © 2017. All rights reserved.