|
Generators | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EdgeContainerType>
org.topcased.modeler.diagramconfigurator.EdgeContainerType
public enum EdgeContainerType
A representation of the literals of the enumeration 'Edge Container Type', and utility methods for working with them.
DiagramconfiguratorPackage.getEdgeContainerType()
Enum Constant Summary | |
---|---|
DIAGRAM_LITERAL
The 'DIAGRAM' literal object. | |
NONE_LITERAL
The 'NONE' literal object. | |
SOURCE_CONTAINER_LITERAL
The 'SOURCE CONTAINER' literal object. | |
SOURCE_LITERAL
The 'SOURCE' literal object. | |
TARGET_CONTAINER_LITERAL
The 'TARGET CONTAINER' literal object. | |
TARGET_LITERAL
The 'TARGET' literal object. |
Field Summary | |
---|---|
static int |
DIAGRAM
The 'DIAGRAM' literal value. |
static int |
NONE
The 'NONE' literal value. |
static int |
SOURCE
The 'SOURCE' literal value. |
static int |
SOURCE_CONTAINER
The 'SOURCE CONTAINER' literal value. |
static int |
TARGET
The 'TARGET' literal value. |
static int |
TARGET_CONTAINER
The 'TARGET CONTAINER' literal value. |
static java.util.List<EdgeContainerType> |
VALUES
A public read-only list of all the 'Edge Container Type' enumerators. |
Method Summary | |
---|---|
static EdgeContainerType |
get(int value)
Returns the 'Edge Container Type' literal with the specified integer value. |
static EdgeContainerType |
get(java.lang.String literal)
Returns the 'Edge Container Type' literal with the specified literal value. |
static EdgeContainerType |
getByName(java.lang.String name)
Returns the 'Edge Container 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 EdgeContainerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EdgeContainerType[] |
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 EdgeContainerType NONE_LITERAL
NONE
public static final EdgeContainerType SOURCE_LITERAL
SOURCE
public static final EdgeContainerType SOURCE_CONTAINER_LITERAL
SOURCE_CONTAINER
public static final EdgeContainerType DIAGRAM_LITERAL
DIAGRAM
public static final EdgeContainerType TARGET_LITERAL
TARGET
public static final EdgeContainerType TARGET_CONTAINER_LITERAL
TARGET_CONTAINER
Field Detail |
---|
public static final int NONE
If the meaning of 'NONE' literal object isn't clear, there really should be more of a description here...
NONE_LITERAL
,
Constant Field Valuespublic 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 SOURCE_CONTAINER
If the meaning of 'SOURCE CONTAINER' literal object isn't clear, there really should be more of a description here...
SOURCE_CONTAINER_LITERAL
,
Constant Field Valuespublic static final int DIAGRAM
If the meaning of 'DIAGRAM' literal object isn't clear, there really should be more of a description here...
DIAGRAM_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 int TARGET_CONTAINER
If the meaning of 'TARGET CONTAINER' literal object isn't clear, there really should be more of a description here...
TARGET_CONTAINER_LITERAL
,
Constant Field Valuespublic static final java.util.List<EdgeContainerType> VALUES
Method Detail |
---|
public static final EdgeContainerType[] values()
for(EdgeContainerType c : EdgeContainerType.values()) System.out.println(c);
public static EdgeContainerType 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 EdgeContainerType get(java.lang.String literal)
public static EdgeContainerType getByName(java.lang.String name)
public static EdgeContainerType 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<EdgeContainerType>
|
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.