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

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

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

A representation of the literals of the enumeration ' Leader Line Style', and utility methods for working with them. This type defines the forms of leader lines.

See Also:
AttributePackage.getLeaderLineStyle(), Serialized Form

Field Summary
static int FIXED_LENGTH
          The 'Fixed Length' literal value.
static LeaderLineStyle FIXED_LENGTH_LITERAL
          The 'Fixed Length' literal object.
static int STRETCH_TO_SIDE
          The 'Stretch To Side' literal value.
static LeaderLineStyle STRETCH_TO_SIDE_LITERAL
          The 'Stretch To Side' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Leader Line Style' enumerators.
 
Method Summary
static LeaderLineStyle get(int value)
          Returns the 'Leader Line Style' literal with the specified integer value.
static LeaderLineStyle get(java.lang.String literal)
          Returns the 'Leader Line Style' literal with the specified literal value.
static LeaderLineStyle getByName(java.lang.String name)
          Returns the 'Leader 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

FIXED_LENGTH

public static final int FIXED_LENGTH
The 'Fixed Length' literal value.

See Also:
FIXED_LENGTH_LITERAL, Constant Field Values

STRETCH_TO_SIDE

public static final int STRETCH_TO_SIDE
The 'Stretch To Side' literal value.

See Also:
STRETCH_TO_SIDE_LITERAL, Constant Field Values

FIXED_LENGTH_LITERAL

public static final LeaderLineStyle FIXED_LENGTH_LITERAL
The 'Fixed Length' literal object.

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

See Also:
FIXED_LENGTH

STRETCH_TO_SIDE_LITERAL

public static final LeaderLineStyle STRETCH_TO_SIDE_LITERAL
The 'Stretch To Side' literal object.

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

See Also:
STRETCH_TO_SIDE

VALUES

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

Method Detail

get

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


getByName

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


get

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



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