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

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

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

A representation of the literals of the enumeration ' Marker Type', and utility methods for working with them. This type represents the possible values for markers supported for Line Series.

See Also:
AttributePackage.getMarkerType()

Field Summary
static int BOX
          The 'Box' literal value.
static MarkerType BOX_LITERAL
          The 'Box' literal object.
static int CIRCLE
          The 'Circle' literal value.
static MarkerType CIRCLE_LITERAL
          The 'Circle' literal object.
static int CROSSHAIR
          The 'Crosshair' literal value.
static MarkerType CROSSHAIR_LITERAL
          The 'Crosshair' literal object.
static int ICON
          The 'Icon' literal value.
static MarkerType ICON_LITERAL
          The 'Icon' literal object.
static int TRIANGLE
          The 'Triangle' literal value.
static MarkerType TRIANGLE_LITERAL
          The 'Triangle' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Marker Type' enumerators.
 
Method Summary
static MarkerType get(int value)
          Returns the 'Marker Type' literal with the specified value.
static MarkerType get(java.lang.String name)
          Returns the 'Marker Type' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getName, getValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CROSSHAIR

public static final int CROSSHAIR
The 'Crosshair' literal value.

See Also:
CROSSHAIR_LITERAL, Constant Field Values

TRIANGLE

public static final int TRIANGLE
The 'Triangle' literal value.

See Also:
TRIANGLE_LITERAL, Constant Field Values

BOX

public static final int BOX
The 'Box' literal value.

See Also:
BOX_LITERAL, Constant Field Values

CIRCLE

public static final int CIRCLE
The 'Circle' literal value.

See Also:
CIRCLE_LITERAL, Constant Field Values

ICON

public static final int ICON
The 'Icon' literal value.

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

See Also:
ICON_LITERAL, Constant Field Values

CROSSHAIR_LITERAL

public static final MarkerType CROSSHAIR_LITERAL
The 'Crosshair' literal object.

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

See Also:
CROSSHAIR

TRIANGLE_LITERAL

public static final MarkerType TRIANGLE_LITERAL
The 'Triangle' literal object.

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

See Also:
TRIANGLE

BOX_LITERAL

public static final MarkerType BOX_LITERAL
The 'Box' literal object.

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

See Also:
BOX

CIRCLE_LITERAL

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

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

See Also:
CIRCLE

ICON_LITERAL

public static final MarkerType ICON_LITERAL
The 'Icon' literal object.

See Also:
ICON

VALUES

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

Method Detail

get

public static MarkerType get(java.lang.String name)
Returns the 'Marker Type' literal with the specified name.


get

public static MarkerType get(int value)
Returns the 'Marker Type' literal with the specified value.



Copyright © 2005 Actuate Corp. All rights reserved.