net.ogdf.ogml
Enum FontWeightType

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

public enum FontWeightType
extends Enum<FontWeightType>
implements Enumerator

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

See Also:
OgmlPackage.getFontWeightType()
Rating red
Generated:
This code was automatically generated.
Model element:
extendedMetaData=name='fontWeight.type'

Enum Constant Summary
_100
          The '100' literal object.
_200
          The '200' literal object.
_300
          The '300' literal object.
_400
          The '400' literal object.
_500
          The '500' literal object.
_600
          The '600' literal object.
_700
          The '700' literal object.
_800
          The '800' literal object.
_900
          The '900' literal object.
BOLD
          The 'Bold' literal object.
BOLDER
          The 'Bolder' literal object.
NORMAL
          The 'Normal' literal object.
 
Field Summary
static int _100_VALUE
          The '100' literal value.
static int _200_VALUE
          The '200' literal value.
static int _300_VALUE
          The '300' literal value.
static int _400_VALUE
          The '400' literal value.
static int _500_VALUE
          The '500' literal value.
static int _600_VALUE
          The '600' literal value.
static int _700_VALUE
          The '700' literal value.
static int _800_VALUE
          The '800' literal value.
static int _900_VALUE
          The '900' literal value.
static int BOLD_VALUE
          The 'Bold' literal value.
static int BOLDER_VALUE
          The 'Bolder' literal value.
static int NORMAL_VALUE
          The 'Normal' literal value.
static List<FontWeightType> VALUES
          A public read-only list of all the 'Font Weight Type' enumerators.
 
Method Summary
static FontWeightType get(int value)
          Returns the 'Font Weight Type' literal with the specified integer value.
static FontWeightType get(String literal)
          Returns the 'Font Weight Type' literal with the specified literal value.
static FontWeightType getByName(String name)
          Returns the 'Font Weight 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 FontWeightType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FontWeightType[] 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

NORMAL

public static final FontWeightType NORMAL
The 'Normal' literal object.

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

BOLD

public static final FontWeightType BOLD
The 'Bold' literal object.

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

BOLDER

public static final FontWeightType BOLDER
The 'Bolder' literal object.

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

_100

public static final FontWeightType _100
The '100' literal object.

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

_200

public static final FontWeightType _200
The '200' literal object.

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

_300

public static final FontWeightType _300
The '300' literal object.

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

_400

public static final FontWeightType _400
The '400' literal object.

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

_500

public static final FontWeightType _500
The '500' literal object.

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

_600

public static final FontWeightType _600
The '600' literal object.

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

_700

public static final FontWeightType _700
The '700' literal object.

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

_800

public static final FontWeightType _800
The '800' literal object.

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

_900

public static final FontWeightType _900
The '900' literal object.

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

NORMAL_VALUE

public static final int NORMAL_VALUE
The 'Normal' literal value.

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

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

BOLD_VALUE

public static final int BOLD_VALUE
The 'Bold' literal value.

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

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

BOLDER_VALUE

public static final int BOLDER_VALUE
The 'Bolder' literal value.

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

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

_100_VALUE

public static final int _100_VALUE
The '100' literal value.

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

See Also:
_100, Constant Field Values
Generated:
This code was automatically generated.
Model element:
literal=100
Ordered

_200_VALUE

public static final int _200_VALUE
The '200' literal value.

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

See Also:
_200, Constant Field Values
Generated:
This code was automatically generated.
Model element:
literal=200
Ordered

_300_VALUE

public static final int _300_VALUE
The '300' literal value.

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

See Also:
_300, Constant Field Values
Generated:
This code was automatically generated.
Model element:
literal=300
Ordered

_400_VALUE

public static final int _400_VALUE
The '400' literal value.

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

See Also:
_400, Constant Field Values
Generated:
This code was automatically generated.
Model element:
literal=400
Ordered

_500_VALUE

public static final int _500_VALUE
The '500' literal value.

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

See Also:
_500, Constant Field Values
Generated:
This code was automatically generated.
Model element:
literal=500
Ordered

_600_VALUE

public static final int _600_VALUE
The '600' literal value.

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

See Also:
_600, Constant Field Values
Generated:
This code was automatically generated.
Model element:
literal=600
Ordered

_700_VALUE

public static final int _700_VALUE
The '700' literal value.

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

See Also:
_700, Constant Field Values
Generated:
This code was automatically generated.
Model element:
literal=700
Ordered

_800_VALUE

public static final int _800_VALUE
The '800' literal value.

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

See Also:
_800, Constant Field Values
Generated:
This code was automatically generated.
Model element:
literal=800
Ordered

_900_VALUE

public static final int _900_VALUE
The '900' literal value.

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

See Also:
_900, Constant Field Values
Generated:
This code was automatically generated.
Model element:
literal=900
Ordered

VALUES

public static final List<FontWeightType> VALUES
A public read-only list of all the 'Font Weight Type' enumerators.

Generated:
This code was automatically generated.
Method Detail

values

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

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

valueOf

public static FontWeightType 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 FontWeightType get(String literal)
Returns the 'Font Weight Type' literal with the specified literal value.

Generated:
This code was automatically generated.

getByName

public static FontWeightType getByName(String name)
Returns the 'Font Weight Type' literal with the specified name.

Generated:
This code was automatically generated.

get

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