|
Generators | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EdgeObjectType>
org.topcased.modeler.diagramconfigurator.EdgeObjectType
public enum EdgeObjectType
A representation of the literals of the enumeration 'Edge Object Type', and utility methods for working with them.
DiagramconfiguratorPackage.getEdgeObjectType()
Enum Constant Summary | |
---|---|
MIDDLE_LITERAL
The 'Middle' literal object. | |
SOURCE_LITERAL
The 'Source' literal object. | |
TARGET_LITERAL
The 'Target' literal object. |
Field Summary | |
---|---|
static int |
MIDDLE
The 'Middle' literal value. |
static int |
SOURCE
The 'Source' literal value. |
static int |
TARGET
The 'Target' literal value. |
static java.util.List<EdgeObjectType> |
VALUES
A public read-only list of all the 'Edge Object Type' enumerators. |
Method Summary | |
---|---|
static EdgeObjectType |
get(int value)
Returns the 'Edge Object Type' literal with the specified integer value. |
static EdgeObjectType |
get(java.lang.String literal)
Returns the 'Edge Object Type' literal with the specified literal value. |
static EdgeObjectType |
getByName(java.lang.String name)
Returns the 'Edge Object 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 EdgeObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EdgeObjectType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final EdgeObjectType SOURCE_LITERAL
SOURCE
public static final EdgeObjectType MIDDLE_LITERAL
MIDDLE
public static final EdgeObjectType TARGET_LITERAL
TARGET
Field Detail |
---|
public static final int SOURCE
If the meaning of 'Source' literal object isn't clear, there really should be more of a description here...
SOURCE_LITERAL
,
Constant Field Valuespublic static final int MIDDLE
If the meaning of 'Middle' literal object isn't clear, there really should be more of a description here...
MIDDLE_LITERAL
,
Constant Field Valuespublic static final int TARGET
If the meaning of 'Target' literal object isn't clear, there really should be more of a description here...
TARGET_LITERAL
,
Constant Field Valuespublic static final java.util.List<EdgeObjectType> VALUES
Method Detail |
---|
public static final EdgeObjectType[] values()
for(EdgeObjectType c : EdgeObjectType.values()) System.out.println(c);
public static EdgeObjectType 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 namepublic static EdgeObjectType get(java.lang.String literal)
public static EdgeObjectType getByName(java.lang.String name)
public static EdgeObjectType get(int value)
public int getValue()
getValue
in interface Enumerator
public java.lang.String getName()
getName
in interface Enumerator
public java.lang.String getLiteral()
getLiteral
in interface Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<EdgeObjectType>
|
Generators | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.