|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ScaleType>
org.eclipse.amp.amf.adata.ScaleType
public enum ScaleType
A representation of the literals of the enumeration 'Scale Type', and utility methods for working with them.
DataPackage.getScaleType()
Enum Constant Summary | |
---|---|
AVERAGE
The 'Average' literal object. |
|
COUNT
The 'Count' literal object. |
|
CUSTOM
The 'Custom' literal object. |
|
INDIVIDUAL
The 'Individual' literal object. |
|
MAXIMUM
The 'Maximum' literal object. |
|
MINIMUM
The 'Minimum' literal object. |
|
STANDARD_DEVIATION
The 'Standard Deviation' literal object. |
|
SUM
The 'Sum' literal object. |
|
VARIANCE
The 'Variance' literal object. |
Field Summary | |
---|---|
static int |
AVERAGE_VALUE
The 'Average' literal value. |
static int |
COUNT_VALUE
The 'Count' literal value. |
static int |
CUSTOM_VALUE
The 'Custom' literal value. |
static int |
INDIVIDUAL_VALUE
The 'Individual' literal value. |
static int |
MAXIMUM_VALUE
The 'Maximum' literal value. |
static int |
MINIMUM_VALUE
The 'Minimum' literal value. |
static int |
STANDARD_DEVIATION_VALUE
The 'Standard Deviation' literal value. |
static int |
SUM_VALUE
The 'Sum' literal value. |
static java.util.List<ScaleType> |
VALUES
A public read-only list of all the 'Scale Type' enumerators. |
static int |
VARIANCE_VALUE
The 'Variance' literal value. |
Method Summary | |
---|---|
static ScaleType |
get(int value)
Returns the 'Scale Type' literal with the specified integer value. |
static ScaleType |
get(java.lang.String literal)
Returns the 'Scale Type' literal with the specified literal value. |
static ScaleType |
getByName(java.lang.String name)
Returns the 'Scale Type' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static ScaleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ScaleType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ScaleType INDIVIDUAL
INDIVIDUAL_VALUE
public static final ScaleType COUNT
COUNT_VALUE
public static final ScaleType SUM
SUM_VALUE
public static final ScaleType AVERAGE
AVERAGE_VALUE
public static final ScaleType MINIMUM
MINIMUM_VALUE
public static final ScaleType MAXIMUM
MAXIMUM_VALUE
public static final ScaleType STANDARD_DEVIATION
STANDARD_DEVIATION_VALUE
public static final ScaleType VARIANCE
VARIANCE_VALUE
public static final ScaleType CUSTOM
CUSTOM_VALUE
Field Detail |
---|
public static final int INDIVIDUAL_VALUE
If the meaning of 'Individual' literal object isn't clear, there really should be more of a description here...
INDIVIDUAL
,
Constant Field Valuespublic static final int COUNT_VALUE
If the meaning of 'Count' literal object isn't clear, there really should be more of a description here...
COUNT
,
Constant Field Valuespublic static final int SUM_VALUE
If the meaning of 'Sum' literal object isn't clear, there really should be more of a description here...
SUM
,
Constant Field Valuespublic static final int AVERAGE_VALUE
If the meaning of 'Average' literal object isn't clear, there really should be more of a description here...
AVERAGE
,
Constant Field Valuespublic static final int MINIMUM_VALUE
If the meaning of 'Minimum' literal object isn't clear, there really should be more of a description here...
MINIMUM
,
Constant Field Valuespublic static final int MAXIMUM_VALUE
If the meaning of 'Maximum' literal object isn't clear, there really should be more of a description here...
MAXIMUM
,
Constant Field Valuespublic static final int STANDARD_DEVIATION_VALUE
If the meaning of 'Standard Deviation' literal object isn't clear, there really should be more of a description here...
STANDARD_DEVIATION
,
Constant Field Valuespublic static final int VARIANCE_VALUE
If the meaning of 'Variance' literal object isn't clear, there really should be more of a description here...
VARIANCE
,
Constant Field Valuespublic static final int CUSTOM_VALUE
If the meaning of 'Custom' literal object isn't clear, there really should be more of a description here...
CUSTOM
,
Constant Field Valuespublic static final java.util.List<ScaleType> VALUES
Method Detail |
---|
public static ScaleType[] values()
for (ScaleType c : ScaleType.values()) System.out.println(c);
public static ScaleType 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 name
java.lang.NullPointerException
- if the argument is nullpublic static ScaleType get(java.lang.String literal)
public static ScaleType getByName(java.lang.String name)
public static ScaleType get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<ScaleType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |