net.ogdf.ogml
Enum EndpointStylesType

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

public enum EndpointStylesType
extends Enum<EndpointStylesType>
implements Enumerator

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

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

ARROW

public static final EndpointStylesType ARROW
The 'Arrow' literal object.

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

CIRCLE

public static final EndpointStylesType CIRCLE
The 'Circle' literal object.

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

HALF_CIRCLE

public static final EndpointStylesType HALF_CIRCLE
The 'Half Circle' literal object.

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

FILLED_CIRCLE

public static final EndpointStylesType FILLED_CIRCLE
The 'Filled Circle' literal object.

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

FILLED_HALF_CIRCLE

public static final EndpointStylesType FILLED_HALF_CIRCLE
The 'Filled Half Circle' literal object.

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

BOX

public static final EndpointStylesType BOX
The 'Box' literal object.

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

HALF_BOX

public static final EndpointStylesType HALF_BOX
The 'Half Box' literal object.

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

FILLED_BOX

public static final EndpointStylesType FILLED_BOX
The 'Filled Box' literal object.

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

FILLED_HALF_BOX

public static final EndpointStylesType FILLED_HALF_BOX
The 'Filled Half Box' literal object.

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

RHOMB

public static final EndpointStylesType RHOMB
The 'Rhomb' literal object.

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

HALF_RHOMB

public static final EndpointStylesType HALF_RHOMB
The 'Half Rhomb' literal object.

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

FILLED_RHOMB

public static final EndpointStylesType FILLED_RHOMB
The 'Filled Rhomb' literal object.

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

FILLED_HALF_RHOMB

public static final EndpointStylesType FILLED_HALF_RHOMB
The 'Filled Half Rhomb' literal object.

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

DIAMOND

public static final EndpointStylesType DIAMOND
The 'Diamond' literal object.

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

HALF_DIAMOND

public static final EndpointStylesType HALF_DIAMOND
The 'Half Diamond' literal object.

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

FILLED_DIAMOND

public static final EndpointStylesType FILLED_DIAMOND
The 'Filled Diamond' literal object.

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

FILLED_HALF_DIAMOND

public static final EndpointStylesType FILLED_HALF_DIAMOND
The 'Filled Half Diamond' literal object.

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

SLASH

public static final EndpointStylesType SLASH
The 'Slash' literal object.

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

DOUBLE_SLASH

public static final EndpointStylesType DOUBLE_SLASH
The 'Double Slash' literal object.

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

SOLID

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

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

LINE

public static final EndpointStylesType LINE
The 'Line' literal object.

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

NONE

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

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

SMURF

public static final EndpointStylesType SMURF
The 'Smurf' literal object.

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

IMAGE

public static final EndpointStylesType IMAGE
The 'Image' literal object.

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

ARROW_VALUE

public static final int ARROW_VALUE
The 'Arrow' literal value.

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

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

CIRCLE_VALUE

public static final int CIRCLE_VALUE
The 'Circle' literal value.

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

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

HALF_CIRCLE_VALUE

public static final int HALF_CIRCLE_VALUE
The 'Half Circle' literal value.

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

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

FILLED_CIRCLE_VALUE

public static final int FILLED_CIRCLE_VALUE
The 'Filled Circle' literal value.

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

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

FILLED_HALF_CIRCLE_VALUE

public static final int FILLED_HALF_CIRCLE_VALUE
The 'Filled Half Circle' literal value.

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

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

BOX_VALUE

public static final int BOX_VALUE
The 'Box' literal value.

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

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

HALF_BOX_VALUE

public static final int HALF_BOX_VALUE
The 'Half Box' literal value.

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

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

FILLED_BOX_VALUE

public static final int FILLED_BOX_VALUE
The 'Filled Box' literal value.

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

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

FILLED_HALF_BOX_VALUE

public static final int FILLED_HALF_BOX_VALUE
The 'Filled Half Box' literal value.

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

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

RHOMB_VALUE

public static final int RHOMB_VALUE
The 'Rhomb' literal value.

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

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

HALF_RHOMB_VALUE

public static final int HALF_RHOMB_VALUE
The 'Half Rhomb' literal value.

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

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

FILLED_RHOMB_VALUE

public static final int FILLED_RHOMB_VALUE
The 'Filled Rhomb' literal value.

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

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

FILLED_HALF_RHOMB_VALUE

public static final int FILLED_HALF_RHOMB_VALUE
The 'Filled Half Rhomb' literal value.

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

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

DIAMOND_VALUE

public static final int DIAMOND_VALUE
The 'Diamond' literal value.

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

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

HALF_DIAMOND_VALUE

public static final int HALF_DIAMOND_VALUE
The 'Half Diamond' literal value.

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

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

FILLED_DIAMOND_VALUE

public static final int FILLED_DIAMOND_VALUE
The 'Filled Diamond' literal value.

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

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

FILLED_HALF_DIAMOND_VALUE

public static final int FILLED_HALF_DIAMOND_VALUE
The 'Filled Half Diamond' literal value.

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

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

SLASH_VALUE

public static final int SLASH_VALUE
The 'Slash' literal value.

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

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

DOUBLE_SLASH_VALUE

public static final int DOUBLE_SLASH_VALUE
The 'Double Slash' literal value.

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

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

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

LINE_VALUE

public static final int LINE_VALUE
The 'Line' literal value.

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

See Also:
LINE, Constant Field Values
Generated:
This code was automatically generated.
Model element:
name=line
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

SMURF_VALUE

public static final int SMURF_VALUE
The 'Smurf' literal value.

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

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

IMAGE_VALUE

public static final int IMAGE_VALUE
The 'Image' literal value.

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

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

VALUES

public static final List<EndpointStylesType> VALUES
A public read-only list of all the 'Endpoint Styles Type' enumerators.

Generated:
This code was automatically generated.
Method Detail

values

public static EndpointStylesType[] 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 (EndpointStylesType c : EndpointStylesType.values())
    System.out.println(c);

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

valueOf

public static EndpointStylesType 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 EndpointStylesType get(String literal)
Returns the 'Endpoint Styles Type' literal with the specified literal value.

Generated:
This code was automatically generated.

getByName

public static EndpointStylesType getByName(String name)
Returns the 'Endpoint Styles Type' literal with the specified name.

Generated:
This code was automatically generated.

get

public static EndpointStylesType get(int value)
Returns the 'Endpoint Styles 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<EndpointStylesType>
Generated:
This code was automatically generated.