|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SAttributeType>
org.metaabm.SAttributeType
public enum SAttributeType
Enum Constant Summary | |
---|---|
BOOLEAN_LITERAL
The 'Boolean' literal object. |
|
INTEGER_LITERAL
The 'Integer' literal object. |
|
NUMERIC_LITERAL
The 'Numeric' literal object. |
|
REAL_LITERAL
The 'Real' literal object. |
|
SYMBOL_LITERAL
The 'Symbol' literal object. |
|
UNDEFINED_LITERAL
The 'Undefined' literal object. |
Field Summary | |
---|---|
static int |
BOOLEAN
The 'Boolean' literal value. |
static org.eclipse.emf.common.util.EList<SAttributeType> |
BOOLEAN_ACCEPTS
|
static org.eclipse.emf.common.util.EList<SAttributeType> |
EMPTY_TYPES
|
static org.eclipse.emf.common.util.EList<SAttributeType> |
INT_ACCEPTS
|
static int |
INTEGER
The 'Integer' literal value. |
static int |
NUMERIC
The 'Numeric' literal value. |
static org.eclipse.emf.common.util.EList<SAttributeType> |
NUMERIC_ACCEPTS
|
static int |
REAL
The 'Real' literal value. |
static org.eclipse.emf.common.util.EList<SAttributeType> |
REAL_ACCEPTS
|
static int |
SYMBOL
The 'Symbol' literal value. |
static org.eclipse.emf.common.util.EList<SAttributeType> |
SYMBOL_ACCEPTS
|
static int |
UNDEFINED
The 'Undefined' literal value. |
static org.eclipse.emf.common.util.EList<SAttributeType> |
UNDEFINED_ACCEPTS
|
static java.util.List<SAttributeType> |
VALUES
A public read-only list of all the 'SAttribute Type' enumerators. |
Method Summary | |
---|---|
static SAttributeType |
get(int value)
Returns the 'SAttribute Type' literal with the specified integer value. |
static SAttributeType |
get(java.lang.String literal)
Returns the 'SAttribute Type' literal with the specified literal value. |
static org.eclipse.emf.common.util.EList<SAttributeType> |
getAvailableTypes(SAttributeType sourceType)
|
static SAttributeType |
getByName(java.lang.String name)
Returns the 'SAttribute 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 SAttributeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SAttributeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SAttributeType BOOLEAN_LITERAL
BOOLEAN
public static final SAttributeType INTEGER_LITERAL
INTEGER
public static final SAttributeType REAL_LITERAL
REAL
public static final SAttributeType SYMBOL_LITERAL
SYMBOL
public static final SAttributeType UNDEFINED_LITERAL
UNDEFINED
public static final SAttributeType NUMERIC_LITERAL
NUMERIC
Field Detail |
---|
public static final int BOOLEAN
If the meaning of 'Boolean' literal object isn't clear, there really should be more of a description here...
BOOLEAN_LITERAL
,
Constant Field Valuespublic static final int INTEGER
If the meaning of 'Integer' literal object isn't clear, there really should be more of a description here...
INTEGER_LITERAL
,
Constant Field Valuespublic static final int REAL
If the meaning of 'Real' literal object isn't clear, there really should be more of a description here...
REAL_LITERAL
,
Constant Field Valuespublic static final int SYMBOL
If the meaning of 'Symbol' literal object isn't clear, there really should be more of a description here...
SYMBOL_LITERAL
,
Constant Field Valuespublic static final int UNDEFINED
If the meaning of 'Undefined' literal object isn't clear, there really should be more of a description here...
UNDEFINED_LITERAL
,
Constant Field Valuespublic static final int NUMERIC
If the meaning of 'Numeric' literal object isn't clear, there really should be more of a description here...
NUMERIC_LITERAL
,
Constant Field Valuespublic static final org.eclipse.emf.common.util.EList<SAttributeType> EMPTY_TYPES
public static final java.util.List<SAttributeType> VALUES
public static final org.eclipse.emf.common.util.EList<SAttributeType> BOOLEAN_ACCEPTS
public static final org.eclipse.emf.common.util.EList<SAttributeType> SYMBOL_ACCEPTS
public static final org.eclipse.emf.common.util.EList<SAttributeType> REAL_ACCEPTS
public static final org.eclipse.emf.common.util.EList<SAttributeType> INT_ACCEPTS
public static final org.eclipse.emf.common.util.EList<SAttributeType> NUMERIC_ACCEPTS
public static final org.eclipse.emf.common.util.EList<SAttributeType> UNDEFINED_ACCEPTS
Method Detail |
---|
public static SAttributeType[] values()
for (SAttributeType c : SAttributeType.values()) System.out.println(c);
public static SAttributeType 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 org.eclipse.emf.common.util.EList<SAttributeType> getAvailableTypes(SAttributeType sourceType)
public static SAttributeType get(java.lang.String literal)
public static SAttributeType getByName(java.lang.String name)
public static SAttributeType 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<SAttributeType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |