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

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.birt.chart.model.attribute.LineDecorator
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

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

A representation of the literals of the enumeration 'Line Decorator', and utility methods for working with them. This type represents the possible line head decorators.

See Also:
AttributePackage.getLineDecorator(), Serialized Form

Field Summary
static int ARROW
          The 'Arrow' literal value.
static LineDecorator ARROW_LITERAL
          The 'Arrow' literal object.
static int CIRCLE
          The 'Circle' literal value.
static LineDecorator CIRCLE_LITERAL
          The 'Circle' literal object.
static int NONE
          The 'None' literal value.
static LineDecorator NONE_LITERAL
          The 'None' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Line Decorator' enumerators.
 
Method Summary
static LineDecorator get(int value)
          Returns the 'Line Decorator' literal with the specified integer value.
static LineDecorator get(java.lang.String literal)
          Returns the 'Line Decorator' literal with the specified literal value.
static LineDecorator getByName(java.lang.String name)
          Returns the 'Line Decorator' 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

ARROW

public static final int ARROW
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_LITERAL, Constant Field Values

CIRCLE

public static final int CIRCLE
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_LITERAL, Constant Field Values

NONE

public static final int NONE
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_LITERAL, Constant Field Values

ARROW_LITERAL

public static final LineDecorator ARROW_LITERAL
The 'Arrow' literal object.

See Also:
ARROW

CIRCLE_LITERAL

public static final LineDecorator CIRCLE_LITERAL
The 'Circle' literal object.

See Also:
CIRCLE

NONE_LITERAL

public static final LineDecorator NONE_LITERAL
The 'None' literal object.

See Also:
NONE

VALUES

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

Method Detail

get

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


getByName

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


get

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



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