Enum MarkerType

java.lang.Object
java.lang.Enum<MarkerType>
org.eclipse.birt.chart.model.attribute.MarkerType
All Implemented Interfaces:
Serializable, Comparable<MarkerType>, java.lang.constant.Constable, org.eclipse.emf.common.util.Enumerator

public enum MarkerType extends Enum<MarkerType> implements org.eclipse.emf.common.util.Enumerator
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:
  • Enum Constant Details

    • 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:
    • 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:
    • 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:
    • 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:
    • ICON_LITERAL

      public static final MarkerType ICON_LITERAL
      The 'Icon' literal object.
      See Also:
    • NABLA_LITERAL

      public static final MarkerType NABLA_LITERAL
      The 'Nabla' literal object.
      See Also:
    • DIAMOND_LITERAL

      public static final MarkerType DIAMOND_LITERAL
      The 'Diamond' literal object.
      See Also:
    • FOUR_DIAMONDS_LITERAL

      public static final MarkerType FOUR_DIAMONDS_LITERAL
      The 'Four Diamonds' literal object.
      See Also:
    • ELLIPSE_LITERAL

      public static final MarkerType ELLIPSE_LITERAL
      The 'Ellipse' literal object.
      See Also:
    • SEMI_CIRCLE_LITERAL

      public static final MarkerType SEMI_CIRCLE_LITERAL
      The 'Semi Circle' literal object.
      See Also:
    • HEXAGON_LITERAL

      public static final MarkerType HEXAGON_LITERAL
      The 'Hexagon' literal object.
      See Also:
    • RECTANGLE_LITERAL

      public static final MarkerType RECTANGLE_LITERAL
      The 'Rectangle' literal object.
      See Also:
    • STAR_LITERAL

      public static final MarkerType STAR_LITERAL
      The 'Star' literal object.
      See Also:
    • COLUMN_LITERAL

      public static final MarkerType COLUMN_LITERAL
      The 'Column' literal object.
      See Also:
    • CROSS_LITERAL

      public static final MarkerType CROSS_LITERAL
      The 'Cross' literal object.
      See Also:
  • Field Details

    • CROSSHAIR

      public static final int CROSSHAIR
      The 'Crosshair' literal value.
      See Also:
    • TRIANGLE

      public static final int TRIANGLE
      The 'Triangle' literal value.
      See Also:
    • BOX

      public static final int BOX
      The 'Box' literal value.
      See Also:
    • CIRCLE

      public static final int CIRCLE
      The 'Circle' literal value.
      See Also:
    • 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:
    • NABLA

      public static final int NABLA
      The 'Nabla' literal value.

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

      See Also:
    • DIAMOND

      public static final int DIAMOND
      The 'Diamond' literal value.

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

      See Also:
    • FOUR_DIAMONDS

      public static final int FOUR_DIAMONDS
      The 'Four Diamonds' literal value.

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

      See Also:
    • ELLIPSE

      public static final int ELLIPSE
      The 'Ellipse' literal value.

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

      See Also:
    • SEMI_CIRCLE

      public static final int SEMI_CIRCLE
      The 'Semi Circle' literal value.

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

      See Also:
    • HEXAGON

      public static final int HEXAGON
      The 'Hexagon' literal value.

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

      See Also:
    • RECTANGLE

      public static final int RECTANGLE
      The 'Rectangle' literal value.

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

      See Also:
    • STAR

      public static final int STAR
      The 'Star' literal value.

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

      See Also:
    • COLUMN

      public static final int COLUMN
      The 'Column' literal value.

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

      See Also:
    • CROSS

      public static final int CROSS
      The 'Cross' literal value.

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

      See Also:
    • VALUES

      public static final List<MarkerType> VALUES
      A public read-only list of all the 'Marker Type' enumerators.
  • Method Details

    • values

      public static MarkerType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static MarkerType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • get

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

      public static MarkerType getByName(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 integer value.
    • getValue

      public int getValue()
      Specified by:
      getValue in interface org.eclipse.emf.common.util.Enumerator
    • getName

      public String getName()
      Specified by:
      getName in interface org.eclipse.emf.common.util.Enumerator
    • getLiteral

      public String getLiteral()
      Specified by:
      getLiteral in interface org.eclipse.emf.common.util.Enumerator
    • toString

      public String toString()
      Returns the literal value of the enumerator, which is its string representation.
      Overrides:
      toString in class Enum<MarkerType>