| 
 | ||||||||||
| 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.datatools.modelbase.sql.xml.query.XMLWhitespaceHandlingType
public final class XMLWhitespaceHandlingType
A representation of the literals of the enumeration 'XML Whitespace Handling Type', and utility methods for working with them.
SQLXMLQueryModelPackage.getXMLWhitespaceHandlingType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | NONEThe 'NONE' literal value. | 
| static XMLWhitespaceHandlingType | NONE_LITERALThe 'NONE' literal object. | 
| static int | PRESERE_WHITESPACEThe 'PRESERE WHITESPACE' literal value. | 
| static XMLWhitespaceHandlingType | PRESERE_WHITESPACE_LITERALThe 'PRESERE WHITESPACE' literal object. | 
| static int | STRIP_WHITESPACEThe 'STRIP WHITESPACE' literal value. | 
| static XMLWhitespaceHandlingType | STRIP_WHITESPACE_LITERALThe 'STRIP WHITESPACE' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'XML Whitespace Handling Type' enumerators. | 
| Method Summary | |
|---|---|
| static XMLWhitespaceHandlingType | get(int value)Returns the 'XML Whitespace Handling Type' literal with the specified integer value. | 
| static XMLWhitespaceHandlingType | get(java.lang.String literal)Returns the 'XML Whitespace Handling Type' literal with the specified literal value. | 
| static XMLWhitespaceHandlingType | getByName(java.lang.String name)Returns the 'XML Whitespace Handling 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 | 
|---|
public static final int PRESERE_WHITESPACE
PRESERE_WHITESPACE_LITERAL, 
Constant Field Valuespublic static final int STRIP_WHITESPACE
STRIP_WHITESPACE_LITERAL, 
Constant Field Valuespublic static final int NONE
NONE_LITERAL, 
Constant Field Valuespublic static final XMLWhitespaceHandlingType PRESERE_WHITESPACE_LITERAL
If the meaning of 'PRESERE WHITESPACE' literal object isn't clear, there really should be more of a description here...
PRESERE_WHITESPACEpublic static final XMLWhitespaceHandlingType STRIP_WHITESPACE_LITERAL
If the meaning of 'STRIP WHITESPACE' literal object isn't clear, there really should be more of a description here...
STRIP_WHITESPACEpublic static final XMLWhitespaceHandlingType NONE_LITERAL
If the meaning of 'NONE' literal object isn't clear, there really should be more of a description here...
NONEpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static XMLWhitespaceHandlingType get(java.lang.String literal)
public static XMLWhitespaceHandlingType getByName(java.lang.String name)
public static XMLWhitespaceHandlingType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||