|
|||||||||||
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.XSDXPathVariety
A representation of the literals of the enumeration 'XPath Variety'.
XSDXPathDefinition.getVariety()
,
XSDPackage.getXSDXPathVariety()
Field Summary | |
static int |
FIELD
The 'Field' literal value |
static XSDXPathVariety |
FIELD_LITERAL
The 'Field' literal object |
static int |
SELECTOR
The 'Selector' literal value |
static XSDXPathVariety |
SELECTOR_LITERAL
The 'Selector' literal object |
static List |
VALUES
A public read-only list of all the 'XPath Variety' enumerators |
Method Summary | |
static XSDXPathVariety |
get(int value)
Returns the 'XPath Variety' literal with the specified integer value |
static XSDXPathVariety |
get(String literal)
Returns the 'XPath Variety' literal with the specified literal value |
static XSDXPathVariety |
getByName(String name)
Returns the 'XPath Variety' 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 SELECTOR
This is used to indicate that the XPath definition is a selector.
SELECTOR_LITERAL
,
Constant Field Valuespublic static final int FIELD
This is used to indicate that the XPath definition is a field.
FIELD_LITERAL
,
Constant Field Valuespublic static final XSDXPathVariety SELECTOR_LITERAL
SELECTOR
public static final XSDXPathVariety FIELD_LITERAL
FIELD
public static final List VALUES
Method Detail |
public static XSDXPathVariety get(String literal)
public static XSDXPathVariety getByName(String name)
public static XSDXPathVariety 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 |