org.eclipse.wst.rdb.internal.models.sql.constraints
Class MatchType

java.lang.Object
  |
  +--org.eclipse.emf.common.util.AbstractEnumerator
        |
        +--org.eclipse.wst.rdb.internal.models.sql.constraints.MatchType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

A representation of the literals of the enumeration 'Match Type', and utility methods for working with them. See KeyRelationship description.

See Also:
SQLConstraintsPackage.getMatchType()

Field Summary
static int MATCH_FULL
          The 'MATCH FULL' literal value.
static MatchType MATCH_FULL_LITERAL
          The 'MATCH FULL' literal object.
static int MATCH_PARTIAL
          The 'MATCH PARTIAL' literal value.
static MatchType MATCH_PARTIAL_LITERAL
          The 'MATCH PARTIAL' literal object.
static int MATCH_SIMPLE
          The 'MATCH SIMPLE' literal value.
static MatchType MATCH_SIMPLE_LITERAL
          The 'MATCH SIMPLE' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Match Type' enumerators.
 
Method Summary
static MatchType get(int value)
          Returns the 'Match Type' literal with the specified value.
static MatchType get(java.lang.String name)
          Returns the 'Match 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

MATCH_SIMPLE

public static final int MATCH_SIMPLE
The 'MATCH SIMPLE' literal value.
See Also:
MATCH_SIMPLE_LITERAL

MATCH_FULL

public static final int MATCH_FULL
The 'MATCH FULL' literal value.
See Also:
MATCH_FULL_LITERAL

MATCH_PARTIAL

public static final int MATCH_PARTIAL
The 'MATCH PARTIAL' literal value.
See Also:
MATCH_PARTIAL_LITERAL

MATCH_SIMPLE_LITERAL

public static final MatchType MATCH_SIMPLE_LITERAL
The 'MATCH SIMPLE' literal object.

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

See Also:
MATCH_SIMPLE

MATCH_FULL_LITERAL

public static final MatchType MATCH_FULL_LITERAL
The 'MATCH FULL' literal object.

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

See Also:
MATCH_FULL

MATCH_PARTIAL_LITERAL

public static final MatchType MATCH_PARTIAL_LITERAL
The 'MATCH PARTIAL' literal object.

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

See Also:
MATCH_PARTIAL

VALUES

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

get

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

get

public static MatchType get(int value)
Returns the 'Match Type' literal with the specified value.