org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel
Class AccessRuleType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.AccessRuleType
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

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

A representation of the literals of the enumeration 'Access Rule Type', and utility methods for working with them.

See Also:
SybaseasesqlmodelPackage.getAccessRuleType(), Serialized Form

Field Summary
static int AND
          The 'AND' literal value.
static AccessRuleType AND_LITERAL
          The 'AND' literal object.
static int DEF
          The 'DEF' literal value.
static AccessRuleType DEF_LITERAL
          The 'DEF' literal object.
static int OR
          The 'OR' literal value.
static AccessRuleType OR_LITERAL
          The 'OR' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Access Rule Type' enumerators.
 
Method Summary
static AccessRuleType get(int value)
          Returns the 'Access Rule Type' literal with the specified integer value.
static AccessRuleType get(java.lang.String literal)
          Returns the 'Access Rule Type' literal with the specified literal value.
static AccessRuleType getByName(java.lang.String name)
          Returns the 'Access 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

DEF

public static final int DEF
The 'DEF' literal value.

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

See Also:
DEF_LITERAL, Constant Field Values

AND

public static final int AND
The 'AND' literal value.

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

See Also:
AND_LITERAL, Constant Field Values

OR

public static final int OR
The 'OR' literal value.

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

See Also:
OR_LITERAL, Constant Field Values

DEF_LITERAL

public static final AccessRuleType DEF_LITERAL
The 'DEF' literal object.

See Also:
DEF

AND_LITERAL

public static final AccessRuleType AND_LITERAL
The 'AND' literal object.

See Also:
AND

OR_LITERAL

public static final AccessRuleType OR_LITERAL
The 'OR' literal object.

See Also:
OR

VALUES

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

Method Detail

get

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


getByName

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


get

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