|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EndpointStylesType>
net.ogdf.ogml.EndpointStylesType
public enum EndpointStylesType
A representation of the literals of the enumeration 'Endpoint Styles Type', and utility methods for working with them.
OgmlPackage.getEndpointStylesType()
extendedMetaData | = | name='endpointStyles.type' |
Enum Constant Summary | |
---|---|
ARROW
The 'Arrow' literal object. |
|
BOX
The 'Box' literal object. |
|
CIRCLE
The 'Circle' literal object. |
|
DIAMOND
The 'Diamond' literal object. |
|
DOUBLE_SLASH
The 'Double Slash' literal object. |
|
FILLED_BOX
The 'Filled Box' literal object. |
|
FILLED_CIRCLE
The 'Filled Circle' literal object. |
|
FILLED_DIAMOND
The 'Filled Diamond' literal object. |
|
FILLED_HALF_BOX
The 'Filled Half Box' literal object. |
|
FILLED_HALF_CIRCLE
The 'Filled Half Circle' literal object. |
|
FILLED_HALF_DIAMOND
The 'Filled Half Diamond' literal object. |
|
FILLED_HALF_RHOMB
The 'Filled Half Rhomb' literal object. |
|
FILLED_RHOMB
The 'Filled Rhomb' literal object. |
|
HALF_BOX
The 'Half Box' literal object. |
|
HALF_CIRCLE
The 'Half Circle' literal object. |
|
HALF_DIAMOND
The 'Half Diamond' literal object. |
|
HALF_RHOMB
The 'Half Rhomb' literal object. |
|
IMAGE
The 'Image' literal object. |
|
LINE
The 'Line' literal object. |
|
NONE
The 'None' literal object. |
|
RHOMB
The 'Rhomb' literal object. |
|
SLASH
The 'Slash' literal object. |
|
SMURF
The 'Smurf' literal object. |
|
SOLID
The 'Solid' literal object. |
Field Summary | |
---|---|
static int |
ARROW_VALUE
The 'Arrow' literal value. |
static int |
BOX_VALUE
The 'Box' literal value. |
static int |
CIRCLE_VALUE
The 'Circle' literal value. |
static int |
DIAMOND_VALUE
The 'Diamond' literal value. |
static int |
DOUBLE_SLASH_VALUE
The 'Double Slash' literal value. |
static int |
FILLED_BOX_VALUE
The 'Filled Box' literal value. |
static int |
FILLED_CIRCLE_VALUE
The 'Filled Circle' literal value. |
static int |
FILLED_DIAMOND_VALUE
The 'Filled Diamond' literal value. |
static int |
FILLED_HALF_BOX_VALUE
The 'Filled Half Box' literal value. |
static int |
FILLED_HALF_CIRCLE_VALUE
The 'Filled Half Circle' literal value. |
static int |
FILLED_HALF_DIAMOND_VALUE
The 'Filled Half Diamond' literal value. |
static int |
FILLED_HALF_RHOMB_VALUE
The 'Filled Half Rhomb' literal value. |
static int |
FILLED_RHOMB_VALUE
The 'Filled Rhomb' literal value. |
static int |
HALF_BOX_VALUE
The 'Half Box' literal value. |
static int |
HALF_CIRCLE_VALUE
The 'Half Circle' literal value. |
static int |
HALF_DIAMOND_VALUE
The 'Half Diamond' literal value. |
static int |
HALF_RHOMB_VALUE
The 'Half Rhomb' literal value. |
static int |
IMAGE_VALUE
The 'Image' literal value. |
static int |
LINE_VALUE
The 'Line' literal value. |
static int |
NONE_VALUE
The 'None' literal value. |
static int |
RHOMB_VALUE
The 'Rhomb' literal value. |
static int |
SLASH_VALUE
The 'Slash' literal value. |
static int |
SMURF_VALUE
The 'Smurf' literal value. |
static int |
SOLID_VALUE
The 'Solid' literal value. |
static List<EndpointStylesType> |
VALUES
A public read-only list of all the 'Endpoint Styles Type' enumerators. |
Method Summary | |
---|---|
static EndpointStylesType |
get(int value)
Returns the 'Endpoint Styles Type' literal with the specified integer value. |
static EndpointStylesType |
get(String literal)
Returns the 'Endpoint Styles Type' literal with the specified literal value. |
static EndpointStylesType |
getByName(String name)
Returns the 'Endpoint Styles Type' 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 EndpointStylesType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EndpointStylesType[] |
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 EndpointStylesType ARROW
ARROW_VALUE
public static final EndpointStylesType CIRCLE
CIRCLE_VALUE
public static final EndpointStylesType HALF_CIRCLE
HALF_CIRCLE_VALUE
public static final EndpointStylesType FILLED_CIRCLE
FILLED_CIRCLE_VALUE
public static final EndpointStylesType FILLED_HALF_CIRCLE
FILLED_HALF_CIRCLE_VALUE
public static final EndpointStylesType BOX
BOX_VALUE
public static final EndpointStylesType HALF_BOX
HALF_BOX_VALUE
public static final EndpointStylesType FILLED_BOX
FILLED_BOX_VALUE
public static final EndpointStylesType FILLED_HALF_BOX
FILLED_HALF_BOX_VALUE
public static final EndpointStylesType RHOMB
RHOMB_VALUE
public static final EndpointStylesType HALF_RHOMB
HALF_RHOMB_VALUE
public static final EndpointStylesType FILLED_RHOMB
FILLED_RHOMB_VALUE
public static final EndpointStylesType FILLED_HALF_RHOMB
FILLED_HALF_RHOMB_VALUE
public static final EndpointStylesType DIAMOND
DIAMOND_VALUE
public static final EndpointStylesType HALF_DIAMOND
HALF_DIAMOND_VALUE
public static final EndpointStylesType FILLED_DIAMOND
FILLED_DIAMOND_VALUE
public static final EndpointStylesType FILLED_HALF_DIAMOND
FILLED_HALF_DIAMOND_VALUE
public static final EndpointStylesType SLASH
SLASH_VALUE
public static final EndpointStylesType DOUBLE_SLASH
DOUBLE_SLASH_VALUE
public static final EndpointStylesType SOLID
SOLID_VALUE
public static final EndpointStylesType LINE
LINE_VALUE
public static final EndpointStylesType NONE
NONE_VALUE
public static final EndpointStylesType SMURF
SMURF_VALUE
public static final EndpointStylesType IMAGE
IMAGE_VALUE
Field Detail |
---|
public static final int ARROW_VALUE
If the meaning of 'Arrow' literal object isn't clear, there really should be more of a description here...
ARROW
,
Constant Field Valuesname | = | arrow |
public static final int CIRCLE_VALUE
If the meaning of 'Circle' literal object isn't clear, there really should be more of a description here...
CIRCLE
,
Constant Field Valuesname | = | circle |
public static final int HALF_CIRCLE_VALUE
If the meaning of 'Half Circle' literal object isn't clear, there really should be more of a description here...
HALF_CIRCLE
,
Constant Field Valuesname | = | halfCircle |
public static final int FILLED_CIRCLE_VALUE
If the meaning of 'Filled Circle' literal object isn't clear, there really should be more of a description here...
FILLED_CIRCLE
,
Constant Field Valuesname | = | filledCircle |
public static final int FILLED_HALF_CIRCLE_VALUE
If the meaning of 'Filled Half Circle' literal object isn't clear, there really should be more of a description here...
FILLED_HALF_CIRCLE
,
Constant Field Valuesname | = | filledHalfCircle |
public static final int BOX_VALUE
If the meaning of 'Box' literal object isn't clear, there really should be more of a description here...
BOX
,
Constant Field Valuesname | = | box |
public static final int HALF_BOX_VALUE
If the meaning of 'Half Box' literal object isn't clear, there really should be more of a description here...
HALF_BOX
,
Constant Field Valuesname | = | halfBox |
public static final int FILLED_BOX_VALUE
If the meaning of 'Filled Box' literal object isn't clear, there really should be more of a description here...
FILLED_BOX
,
Constant Field Valuesname | = | filledBox |
public static final int FILLED_HALF_BOX_VALUE
If the meaning of 'Filled Half Box' literal object isn't clear, there really should be more of a description here...
FILLED_HALF_BOX
,
Constant Field Valuesname | = | filledHalfBox |
public static final int RHOMB_VALUE
If the meaning of 'Rhomb' literal object isn't clear, there really should be more of a description here...
RHOMB
,
Constant Field Valuesname | = | rhomb |
public static final int HALF_RHOMB_VALUE
If the meaning of 'Half Rhomb' literal object isn't clear, there really should be more of a description here...
HALF_RHOMB
,
Constant Field Valuesname | = | halfRhomb |
public static final int FILLED_RHOMB_VALUE
If the meaning of 'Filled Rhomb' literal object isn't clear, there really should be more of a description here...
FILLED_RHOMB
,
Constant Field Valuesname | = | filledRhomb |
public static final int FILLED_HALF_RHOMB_VALUE
If the meaning of 'Filled Half Rhomb' literal object isn't clear, there really should be more of a description here...
FILLED_HALF_RHOMB
,
Constant Field Valuesname | = | filledHalfRhomb |
public static final int DIAMOND_VALUE
If the meaning of 'Diamond' literal object isn't clear, there really should be more of a description here...
DIAMOND
,
Constant Field Valuesname | = | diamond |
public static final int HALF_DIAMOND_VALUE
If the meaning of 'Half Diamond' literal object isn't clear, there really should be more of a description here...
HALF_DIAMOND
,
Constant Field Valuesname | = | halfDiamond |
public static final int FILLED_DIAMOND_VALUE
If the meaning of 'Filled Diamond' literal object isn't clear, there really should be more of a description here...
FILLED_DIAMOND
,
Constant Field Valuesname | = | filledDiamond |
public static final int FILLED_HALF_DIAMOND_VALUE
If the meaning of 'Filled Half Diamond' literal object isn't clear, there really should be more of a description here...
FILLED_HALF_DIAMOND
,
Constant Field Valuesname | = | filledHalfDiamond |
public static final int SLASH_VALUE
If the meaning of 'Slash' literal object isn't clear, there really should be more of a description here...
SLASH
,
Constant Field Valuesname | = | slash |
public static final int DOUBLE_SLASH_VALUE
If the meaning of 'Double Slash' literal object isn't clear, there really should be more of a description here...
DOUBLE_SLASH
,
Constant Field Valuesname | = | doubleSlash |
public static final int SOLID_VALUE
If the meaning of 'Solid' literal object isn't clear, there really should be more of a description here...
SOLID
,
Constant Field Valuesname | = | solid |
public static final int LINE_VALUE
If the meaning of 'Line' literal object isn't clear, there really should be more of a description here...
LINE
,
Constant Field Valuesname | = | line |
public static final int NONE_VALUE
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
NONE
,
Constant Field Valuesname | = | none |
public static final int SMURF_VALUE
If the meaning of 'Smurf' literal object isn't clear, there really should be more of a description here...
SMURF
,
Constant Field Valuesname | = | smurf |
public static final int IMAGE_VALUE
If the meaning of 'Image' literal object isn't clear, there really should be more of a description here...
IMAGE
,
Constant Field Valuesname | = | image |
public static final List<EndpointStylesType> VALUES
Method Detail |
---|
public static EndpointStylesType[] values()
for (EndpointStylesType c : EndpointStylesType.values()) System.out.println(c);
public static EndpointStylesType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static EndpointStylesType get(String literal)
public static EndpointStylesType getByName(String name)
public static EndpointStylesType get(int value)
public int getValue()
getValue
in interface Enumerator
public String getName()
getName
in interface Enumerator
public String getLiteral()
getLiteral
in interface Enumerator
public String toString()
toString
in class Enum<EndpointStylesType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |