|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LineStyleTypeType>
net.ogdf.ogml.LineStyleTypeType
public enum LineStyleTypeType
A representation of the literals of the enumeration 'Line Style Type Type', and utility methods for working with them.
OgmlPackage.getLineStyleTypeType()
extendedMetaData | = | name='lineStyleType.type' |
Enum Constant Summary | |
---|---|
DASHED
The 'Dashed' literal object. |
|
DOTTED
The 'Dotted' literal object. |
|
DOUBLE
The 'Double' literal object. |
|
GROOVE
The 'Groove' literal object. |
|
INSET
The 'Inset' literal object. |
|
NONE
The 'None' literal object. |
|
OUTSET
The 'Outset' literal object. |
|
RIDGE
The 'Ridge' literal object. |
|
SOLID
The 'Solid' literal object. |
|
TRIPLE
The 'Triple' literal object. |
Field Summary | |
---|---|
static int |
DASHED_VALUE
The 'Dashed' literal value. |
static int |
DOTTED_VALUE
The 'Dotted' literal value. |
static int |
DOUBLE_VALUE
The 'Double' literal value. |
static int |
GROOVE_VALUE
The 'Groove' literal value. |
static int |
INSET_VALUE
The 'Inset' literal value. |
static int |
NONE_VALUE
The 'None' literal value. |
static int |
OUTSET_VALUE
The 'Outset' literal value. |
static int |
RIDGE_VALUE
The 'Ridge' literal value. |
static int |
SOLID_VALUE
The 'Solid' literal value. |
static int |
TRIPLE_VALUE
The 'Triple' literal value. |
static List<LineStyleTypeType> |
VALUES
A public read-only list of all the 'Line Style Type Type' enumerators. |
Method Summary | |
---|---|
static LineStyleTypeType |
get(int value)
Returns the 'Line Style Type Type' literal with the specified integer value. |
static LineStyleTypeType |
get(String literal)
Returns the 'Line Style Type Type' literal with the specified literal value. |
static LineStyleTypeType |
getByName(String name)
Returns the 'Line Style Type 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 LineStyleTypeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LineStyleTypeType[] |
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 LineStyleTypeType SOLID
SOLID_VALUE
public static final LineStyleTypeType DOTTED
DOTTED_VALUE
public static final LineStyleTypeType DASHED
DASHED_VALUE
public static final LineStyleTypeType DOUBLE
DOUBLE_VALUE
public static final LineStyleTypeType TRIPLE
TRIPLE_VALUE
public static final LineStyleTypeType GROOVE
GROOVE_VALUE
public static final LineStyleTypeType RIDGE
RIDGE_VALUE
public static final LineStyleTypeType INSET
INSET_VALUE
public static final LineStyleTypeType OUTSET
OUTSET_VALUE
public static final LineStyleTypeType NONE
NONE_VALUE
Field Detail |
---|
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 DOTTED_VALUE
If the meaning of 'Dotted' literal object isn't clear, there really should be more of a description here...
DOTTED
,
Constant Field Valuesname | = | dotted |
public static final int DASHED_VALUE
If the meaning of 'Dashed' literal object isn't clear, there really should be more of a description here...
DASHED
,
Constant Field Valuesname | = | dashed |
public static final int DOUBLE_VALUE
If the meaning of 'Double' literal object isn't clear, there really should be more of a description here...
DOUBLE
,
Constant Field Valuesname | = | double |
public static final int TRIPLE_VALUE
If the meaning of 'Triple' literal object isn't clear, there really should be more of a description here...
TRIPLE
,
Constant Field Valuesname | = | triple |
public static final int GROOVE_VALUE
If the meaning of 'Groove' literal object isn't clear, there really should be more of a description here...
GROOVE
,
Constant Field Valuesname | = | groove |
public static final int RIDGE_VALUE
If the meaning of 'Ridge' literal object isn't clear, there really should be more of a description here...
RIDGE
,
Constant Field Valuesname | = | ridge |
public static final int INSET_VALUE
If the meaning of 'Inset' literal object isn't clear, there really should be more of a description here...
INSET
,
Constant Field Valuesname | = | inset |
public static final int OUTSET_VALUE
If the meaning of 'Outset' literal object isn't clear, there really should be more of a description here...
OUTSET
,
Constant Field Valuesname | = | outset |
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 List<LineStyleTypeType> VALUES
Method Detail |
---|
public static LineStyleTypeType[] values()
for (LineStyleTypeType c : LineStyleTypeType.values()) System.out.println(c);
public static LineStyleTypeType 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 LineStyleTypeType get(String literal)
public static LineStyleTypeType getByName(String name)
public static LineStyleTypeType 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<LineStyleTypeType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |