org.eclipse.xsd
Class XSDIdentityConstraintCategory

java.lang.Object
  extended byAbstractEnumerator
      extended byorg.eclipse.xsd.XSDIdentityConstraintCategory

public final class XSDIdentityConstraintCategory
extends AbstractEnumerator

A representation of the literals of the enumeration 'Identity Constraint Category'.

See Also:
XSDIdentityConstraintDefinition.getIdentityConstraintCategory(), XSDPackage.getXSDIdentityConstraintCategory(), Serialized Form

Field Summary
static int KEY
          The 'Key' literal value
static XSDIdentityConstraintCategory KEY_LITERAL
          The 'Key' literal object
static int KEYREF
          The 'Keyref' literal value
static XSDIdentityConstraintCategory KEYREF_LITERAL
          The 'Keyref' literal object
static int UNIQUE
          The 'Unique' literal value
static XSDIdentityConstraintCategory UNIQUE_LITERAL
          The 'Unique' literal object
static List VALUES
          A public read-only list of all the 'Identity Constraint Category' enumerators
 
Method Summary
static XSDIdentityConstraintCategory get(int value)
          Returns the 'Identity Constraint Category' literal with the specified value
static XSDIdentityConstraintCategory get(String name)
          Returns the 'Identity Constraint Category' literal with the specified name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY

public static final int KEY
The 'Key' literal value.

This is used to indicate that an identity constraint definition is a key.

See Also:
KEY_LITERAL, Constant Field Values

KEYREF

public static final int KEYREF
The 'Keyref' literal value.

This is used to indicate that an identity constraint definition is a keyRef.

See Also:
KEYREF_LITERAL, Constant Field Values

UNIQUE

public static final int UNIQUE
The 'Unique' literal value.

This is used to indicate that an identity constraint definition is a unique.

See Also:
UNIQUE_LITERAL, Constant Field Values

KEY_LITERAL

public static final XSDIdentityConstraintCategory KEY_LITERAL
The 'Key' literal object.

See Also:
KEY

KEYREF_LITERAL

public static final XSDIdentityConstraintCategory KEYREF_LITERAL
The 'Keyref' literal object.

See Also:
KEYREF

UNIQUE_LITERAL

public static final XSDIdentityConstraintCategory UNIQUE_LITERAL
The 'Unique' literal object.

See Also:
UNIQUE

VALUES

public static final List VALUES
A public read-only list of all the 'Identity Constraint Category' enumerators.

Method Detail

get

public static XSDIdentityConstraintCategory get(String name)
Returns the 'Identity Constraint Category' literal with the specified name.


get

public static XSDIdentityConstraintCategory get(int value)
Returns the 'Identity Constraint Category' literal with the specified value.


Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.