org.eclipse.birt.chart.model.attribute
Class LineStyle

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.birt.chart.model.attribute.LineStyle
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class LineStyle
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration ' Line Style', and utility methods for working with them. This type represents the possible values for line styles.

See Also:
AttributePackage.getLineStyle()

Field Summary
static int DASH_DOTTED
          The 'Dash Dotted' literal value.
static LineStyle DASH_DOTTED_LITERAL
          The 'Dash Dotted' literal object.
static int DASHED
          The 'Dashed' literal value.
static LineStyle DASHED_LITERAL
          The 'Dashed' literal object.
static int DOTTED
          The 'Dotted' literal value.
static LineStyle DOTTED_LITERAL
          The 'Dotted' literal object.
static int SOLID
          The 'Solid' literal value.
static LineStyle SOLID_LITERAL
          The 'Solid' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Line Style' enumerators.
 
Method Summary
static LineStyle get(int value)
          Returns the 'Line Style' literal with the specified integer value.
static LineStyle get(java.lang.String literal)
          Returns the 'Line Style' literal with the specified literal value.
static LineStyle getByName(java.lang.String name)
          Returns the 'Line Style' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SOLID

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

See Also:
SOLID_LITERAL, Constant Field Values

DASHED

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

See Also:
DASHED_LITERAL, Constant Field Values

DOTTED

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

See Also:
DOTTED_LITERAL, Constant Field Values

DASH_DOTTED

public static final int DASH_DOTTED
The 'Dash Dotted' literal value.

See Also:
DASH_DOTTED_LITERAL, Constant Field Values

SOLID_LITERAL

public static final LineStyle SOLID_LITERAL
The 'Solid' literal object.

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

See Also:
SOLID

DASHED_LITERAL

public static final LineStyle DASHED_LITERAL
The 'Dashed' literal object.

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

See Also:
DASHED

DOTTED_LITERAL

public static final LineStyle DOTTED_LITERAL
The 'Dotted' literal object.

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

See Also:
DOTTED

DASH_DOTTED_LITERAL

public static final LineStyle DASH_DOTTED_LITERAL
The 'Dash Dotted' literal object.

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

See Also:
DASH_DOTTED

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Line Style' enumerators.

Method Detail

get

public static LineStyle get(java.lang.String literal)
Returns the 'Line Style' literal with the specified literal value.


getByName

public static LineStyle getByName(java.lang.String name)
Returns the 'Line Style' literal with the specified name.


get

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



Copyright © 2005-2007 Actuate Corp. All rights reserved.