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

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

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

A representation of the literals of the enumeration ' Direction', and utility methods for working with them. This type represents the options available for directions.

See Also:
AttributePackage.getDirection()

Field Summary
static int LEFT_RIGHT
          The 'Left Right' literal value.
static Direction LEFT_RIGHT_LITERAL
          The 'Left Right' literal object.
static int TOP_BOTTOM
          The 'Top Bottom' literal value.
static Direction TOP_BOTTOM_LITERAL
          The 'Top Bottom' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Direction' enumerators.
 
Method Summary
static Direction get(int value)
          Returns the 'Direction' literal with the specified integer value.
static Direction get(java.lang.String literal)
          Returns the 'Direction' literal with the specified literal value.
static Direction getByName(java.lang.String name)
          Returns the 'Direction' 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

LEFT_RIGHT

public static final int LEFT_RIGHT
The 'Left Right' literal value.

See Also:
LEFT_RIGHT_LITERAL, Constant Field Values

TOP_BOTTOM

public static final int TOP_BOTTOM
The 'Top Bottom' literal value.

See Also:
TOP_BOTTOM_LITERAL, Constant Field Values

LEFT_RIGHT_LITERAL

public static final Direction LEFT_RIGHT_LITERAL
The 'Left Right' literal object.

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

See Also:
LEFT_RIGHT

TOP_BOTTOM_LITERAL

public static final Direction TOP_BOTTOM_LITERAL
The 'Top Bottom' literal object.

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

See Also:
TOP_BOTTOM

VALUES

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

Method Detail

get

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


getByName

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


get

public static Direction get(int value)
Returns the 'Direction' literal with the specified integer value.



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