|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.xsd.XSDIdentityConstraintCategory
A representation of the literals of the enumeration 'Identity Constraint Category'.
XSDIdentityConstraintDefinition.getIdentityConstraintCategory()
,
XSDPackage.getXSDIdentityConstraintCategory()
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 java.util.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 integer value |
static XSDIdentityConstraintCategory |
get(java.lang.String literal)
Returns the 'Identity Constraint Category' literal with the specified literal value |
static XSDIdentityConstraintCategory |
getByName(java.lang.String name)
Returns the 'Identity Constraint Category' 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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int KEY
This is used to indicate that an identity constraint definition is a key.
XSDIdentityConstraintCategory.KEY_LITERAL
,
Constant Field Valuespublic static final int KEYREF
This is used to indicate that an identity constraint definition is a keyRef.
XSDIdentityConstraintCategory.KEYREF_LITERAL
,
Constant Field Valuespublic static final int UNIQUE
This is used to indicate that an identity constraint definition is a unique.
XSDIdentityConstraintCategory.UNIQUE_LITERAL
,
Constant Field Valuespublic static final XSDIdentityConstraintCategory KEY_LITERAL
XSDIdentityConstraintCategory.KEY
public static final XSDIdentityConstraintCategory KEYREF_LITERAL
XSDIdentityConstraintCategory.KEYREF
public static final XSDIdentityConstraintCategory UNIQUE_LITERAL
XSDIdentityConstraintCategory.UNIQUE
public static final java.util.List VALUES
Method Detail |
public static XSDIdentityConstraintCategory get(java.lang.String literal)
public static XSDIdentityConstraintCategory getByName(java.lang.String name)
public static XSDIdentityConstraintCategory get(int value)
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |