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

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

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

A representation of the literals of the enumeration 'Angle Type', and utility methods for working with them. This type defines the angle type of an Angle3D

See Also:
AttributePackage.getAngleType()

Field Summary
static int NONE
          The 'None' literal value.
static AngleType NONE_LITERAL
          The 'None' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Angle Type' enumerators.
static int X
          The 'X' literal value.
static AngleType X_LITERAL
          The 'X' literal object.
static int Y
          The 'Y' literal value.
static AngleType Y_LITERAL
          The 'Y' literal object.
static int Z
          The 'Z' literal value.
static AngleType Z_LITERAL
          The 'Z' literal object.
 
Method Summary
static AngleType get(int value)
          Returns the 'Angle Type' literal with the specified integer value.
static AngleType get(java.lang.String literal)
          Returns the 'Angle Type' literal with the specified literal value.
static AngleType getByName(java.lang.String name)
          Returns the 'Angle Type' 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

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

X

public static final int X
The 'X' literal value.

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

See Also:
X_LITERAL, Constant Field Values

Y

public static final int Y
The 'Y' literal value.

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

See Also:
Y_LITERAL, Constant Field Values

Z

public static final int Z
The 'Z' literal value.

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

See Also:
Z_LITERAL, Constant Field Values

NONE_LITERAL

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

See Also:
NONE

X_LITERAL

public static final AngleType X_LITERAL
The 'X' literal object.

See Also:
X

Y_LITERAL

public static final AngleType Y_LITERAL
The 'Y' literal object.

See Also:
Y

Z_LITERAL

public static final AngleType Z_LITERAL
The 'Z' literal object.

See Also:
Z

VALUES

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

Method Detail

get

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


getByName

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


get

public static AngleType get(int value)
Returns the 'Angle Type' literal with the specified integer value.



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