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

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

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

A representation of the literals of the enumeration ' Rule Type', and utility methods for working with them. This type represents the possible rule types for use in Query objects.

See Also:
AttributePackage.getRuleType()

Field Summary
static int FILTER
          The 'Filter' literal value
static RuleType FILTER_LITERAL
          The 'Filter' literal object
static int LINK
          The 'Link' literal value
static RuleType LINK_LITERAL
          The 'Link' literal object
static int SUPPRESS
          The 'Suppress' literal value
static RuleType SUPPRESS_LITERAL
          The 'Suppress' literal object
static java.util.List VALUES
          A public read-only list of all the 'Rule Type' enumerators
 
Method Summary
static RuleType get(int value)
          Returns the 'Rule Type' literal with the specified integer value
static RuleType get(java.lang.String literal)
          Returns the 'Rule Type' literal with the specified literal value
static RuleType getByName(java.lang.String name)
          Returns the 'Rule 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

FILTER

public static final int FILTER
The 'Filter' literal value.

See Also:
FILTER_LITERAL, Constant Field Values

SUPPRESS

public static final int SUPPRESS
The 'Suppress' literal value.

See Also:
SUPPRESS_LITERAL, Constant Field Values

LINK

public static final int LINK
The 'Link' literal value.

See Also:
LINK_LITERAL, Constant Field Values

FILTER_LITERAL

public static final RuleType FILTER_LITERAL
The 'Filter' literal object.

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

See Also:
FILTER

SUPPRESS_LITERAL

public static final RuleType SUPPRESS_LITERAL
The 'Suppress' literal object.

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

See Also:
SUPPRESS

LINK_LITERAL

public static final RuleType LINK_LITERAL
The 'Link' literal object.

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

See Also:
LINK

VALUES

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

Method Detail

get

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


getByName

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


get

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



Copyright © 2005 Actuate Corp. All rights reserved.