net.ogdf.ogml
Enum LineStyleTypeType

java.lang.Object
  extended by java.lang.Enum<LineStyleTypeType>
      extended by net.ogdf.ogml.LineStyleTypeType
All Implemented Interfaces:
Comparable<LineStyleTypeType>, Enumerator

public enum LineStyleTypeType
extends Enum<LineStyleTypeType>
implements Enumerator

A representation of the literals of the enumeration 'Line Style Type Type', and utility methods for working with them.

See Also:
OgmlPackage.getLineStyleTypeType()
Rating red
Generated:
This code was automatically generated.
Model element:
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

SOLID

public static final LineStyleTypeType SOLID
The 'Solid' literal object.

See Also:
SOLID_VALUE
Generated:
This code was automatically generated.
Ordered

DOTTED

public static final LineStyleTypeType DOTTED
The 'Dotted' literal object.

See Also:
DOTTED_VALUE
Generated:
This code was automatically generated.
Ordered

DASHED

public static final LineStyleTypeType DASHED
The 'Dashed' literal object.

See Also:
DASHED_VALUE
Generated:
This code was automatically generated.
Ordered

DOUBLE

public static final LineStyleTypeType DOUBLE
The 'Double' literal object.

See Also:
DOUBLE_VALUE
Generated:
This code was automatically generated.
Ordered

TRIPLE

public static final LineStyleTypeType TRIPLE
The 'Triple' literal object.

See Also:
TRIPLE_VALUE
Generated:
This code was automatically generated.
Ordered

GROOVE

public static final LineStyleTypeType GROOVE
The 'Groove' literal object.

See Also:
GROOVE_VALUE
Generated:
This code was automatically generated.
Ordered

RIDGE

public static final LineStyleTypeType RIDGE
The 'Ridge' literal object.

See Also:
RIDGE_VALUE
Generated:
This code was automatically generated.
Ordered

INSET

public static final LineStyleTypeType INSET
The 'Inset' literal object.

See Also:
INSET_VALUE
Generated:
This code was automatically generated.
Ordered

OUTSET

public static final LineStyleTypeType OUTSET
The 'Outset' literal object.

See Also:
OUTSET_VALUE
Generated:
This code was automatically generated.
Ordered

NONE

public static final LineStyleTypeType NONE
The 'None' literal object.

See Also:
NONE_VALUE
Generated:
This code was automatically generated.
Ordered
Field Detail

SOLID_VALUE

public static final int SOLID_VALUE
The 'Solid' literal value.

If the meaning of 'Solid' literal object isn't clear, there really should be more of a description here...

See Also:
SOLID, Constant Field Values
Generated:
This code was automatically generated.
Model element:
name=solid
Ordered

DOTTED_VALUE

public static final int DOTTED_VALUE
The 'Dotted' literal value.

If the meaning of 'Dotted' literal object isn't clear, there really should be more of a description here...

See Also:
DOTTED, Constant Field Values
Generated:
This code was automatically generated.
Model element:
name=dotted
Ordered

DASHED_VALUE

public static final int DASHED_VALUE
The 'Dashed' literal value.

If the meaning of 'Dashed' literal object isn't clear, there really should be more of a description here...

See Also:
DASHED, Constant Field Values
Generated:
This code was automatically generated.
Model element:
name=dashed
Ordered

DOUBLE_VALUE

public static final int DOUBLE_VALUE
The 'Double' literal value.

If the meaning of 'Double' literal object isn't clear, there really should be more of a description here...

See Also:
DOUBLE, Constant Field Values
Generated:
This code was automatically generated.
Model element:
name=double
Ordered

TRIPLE_VALUE

public static final int TRIPLE_VALUE
The 'Triple' literal value.

If the meaning of 'Triple' literal object isn't clear, there really should be more of a description here...

See Also:
TRIPLE, Constant Field Values
Generated:
This code was automatically generated.
Model element:
name=triple
Ordered

GROOVE_VALUE

public static final int GROOVE_VALUE
The 'Groove' literal value.

If the meaning of 'Groove' literal object isn't clear, there really should be more of a description here...

See Also:
GROOVE, Constant Field Values
Generated:
This code was automatically generated.
Model element:
name=groove
Ordered

RIDGE_VALUE

public static final int RIDGE_VALUE
The 'Ridge' literal value.

If the meaning of 'Ridge' literal object isn't clear, there really should be more of a description here...

See Also:
RIDGE, Constant Field Values
Generated:
This code was automatically generated.
Model element:
name=ridge
Ordered

INSET_VALUE

public static final int INSET_VALUE
The 'Inset' literal value.

If the meaning of 'Inset' literal object isn't clear, there really should be more of a description here...

See Also:
INSET, Constant Field Values
Generated:
This code was automatically generated.
Model element:
name=inset
Ordered

OUTSET_VALUE

public static final int OUTSET_VALUE
The 'Outset' literal value.

If the meaning of 'Outset' literal object isn't clear, there really should be more of a description here...

See Also:
OUTSET, Constant Field Values
Generated:
This code was automatically generated.
Model element:
name=outset
Ordered

NONE_VALUE

public static final int NONE_VALUE
The 'None' literal value.

If the meaning of 'None' literal object isn't clear, there really should be more of a description here...

See Also:
NONE, Constant Field Values
Generated:
This code was automatically generated.
Model element:
name=none
Ordered

VALUES

public static final List<LineStyleTypeType> VALUES
A public read-only list of all the 'Line Style Type Type' enumerators.

Generated:
This code was automatically generated.
Method Detail

values

public static LineStyleTypeType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (LineStyleTypeType c : LineStyleTypeType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static LineStyleTypeType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

get

public static LineStyleTypeType get(String literal)
Returns the 'Line Style Type Type' literal with the specified literal value.

Generated:
This code was automatically generated.

getByName

public static LineStyleTypeType getByName(String name)
Returns the 'Line Style Type Type' literal with the specified name.

Generated:
This code was automatically generated.

get

public static LineStyleTypeType get(int value)
Returns the 'Line Style Type Type' literal with the specified integer value.

Generated:
This code was automatically generated.

getValue

public int getValue()

Specified by:
getValue in interface Enumerator
Generated:
This code was automatically generated.

getName

public String getName()

Specified by:
getName in interface Enumerator
Generated:
This code was automatically generated.

getLiteral

public String getLiteral()

Specified by:
getLiteral in interface Enumerator
Generated:
This code was automatically generated.

toString

public String toString()
Returns the literal value of the enumerator, which is its string representation.

Overrides:
toString in class Enum<LineStyleTypeType>
Generated:
This code was automatically generated.