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

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

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

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

See Also:
AttributePackage.getOrientation(), Serialized Form

Field Summary
static int HORIZONTAL
          The 'Horizontal' literal value.
static Orientation HORIZONTAL_LITERAL
          The 'Horizontal' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Orientation' enumerators.
static int VERTICAL
          The 'Vertical' literal value.
static Orientation VERTICAL_LITERAL
          The 'Vertical' literal object.
 
Method Summary
static Orientation get(int value)
          Returns the 'Orientation' literal with the specified integer value.
static Orientation get(java.lang.String literal)
          Returns the 'Orientation' literal with the specified literal value.
static Orientation getByName(java.lang.String name)
          Returns the 'Orientation' 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

HORIZONTAL

public static final int HORIZONTAL
The 'Horizontal' literal value.

See Also:
HORIZONTAL_LITERAL, Constant Field Values

VERTICAL

public static final int VERTICAL
The 'Vertical' literal value.

See Also:
VERTICAL_LITERAL, Constant Field Values

HORIZONTAL_LITERAL

public static final Orientation HORIZONTAL_LITERAL
The 'Horizontal' literal object.

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

See Also:
HORIZONTAL

VERTICAL_LITERAL

public static final Orientation VERTICAL_LITERAL
The 'Vertical' literal object.

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

See Also:
VERTICAL

VALUES

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

Method Detail

get

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


getByName

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


get

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



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