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

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

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

A representation of the literals of the enumeration ' Intersection Type', and utility methods for working with them. This type represents the possible values for axis intersection locations.

See Also:
AttributePackage.getIntersectionType()

Field Summary
static int MAX
          The 'Max' literal value.
static IntersectionType MAX_LITERAL
          The 'Max' literal object.
static int MIN
          The 'Min' literal value.
static IntersectionType MIN_LITERAL
          The 'Min' literal object.
static int VALUE
          The 'Value' literal value.
static IntersectionType VALUE_LITERAL
          The 'Value' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Intersection Type' enumerators.
 
Method Summary
static IntersectionType get(int value)
          Returns the 'Intersection Type' literal with the specified integer value.
static IntersectionType get(java.lang.String literal)
          Returns the 'Intersection Type' literal with the specified literal value.
static IntersectionType getByName(java.lang.String name)
          Returns the 'Intersection 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

MIN

public static final int MIN
The 'Min' literal value.

See Also:
MIN_LITERAL, Constant Field Values

MAX

public static final int MAX
The 'Max' literal value.

See Also:
MAX_LITERAL, Constant Field Values

VALUE

public static final int VALUE
The 'Value' literal value.

See Also:
VALUE_LITERAL, Constant Field Values

MIN_LITERAL

public static final IntersectionType MIN_LITERAL
The 'Min' literal object.

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

See Also:
MIN

MAX_LITERAL

public static final IntersectionType MAX_LITERAL
The 'Max' literal object.

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

See Also:
MAX

VALUE_LITERAL

public static final IntersectionType VALUE_LITERAL
The 'Value' literal object.

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

See Also:
VALUE

VALUES

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

Method Detail

get

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


getByName

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


get

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



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