| Package | Description |
|---|---|
| org.eclipse.emf.ecore.xml.namespace | |
| org.eclipse.emf.ecore.xml.namespace.impl | |
| org.eclipse.emf.ecore.xml.namespace.util |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<SpaceType> |
SpaceType.VALUES
A public read-only list of all the 'Space Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static SpaceType |
SpaceType.get(int value)
Returns the 'Space Type' literal with the specified integer value.
|
static SpaceType |
SpaceType.get(java.lang.String literal)
Returns the 'Space Type' literal with the specified literal value.
|
static SpaceType |
SpaceType.getByName(java.lang.String name)
Returns the 'Space Type' literal with the specified name.
|
SpaceType |
XMLNamespaceDocumentRoot.getSpace()
Returns the value of the 'Space' attribute.
|
static SpaceType |
SpaceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpaceType[] |
SpaceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLNamespaceDocumentRoot.setSpace(SpaceType value)
Sets the value of the '
Space' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected SpaceType |
XMLNamespaceDocumentRootImpl.space
The cached value of the '
Space' attribute. |
protected static SpaceType |
XMLNamespaceDocumentRootImpl.SPACE_EDEFAULT
The default value of the '
Space' attribute. |
| Modifier and Type | Method and Description |
|---|---|
SpaceType |
XMLNamespaceFactoryImpl.createSpaceTypeFromString(EDataType eDataType,
java.lang.String initialValue) |
SpaceType |
XMLNamespaceFactoryImpl.createSpaceTypeObjectFromString(EDataType eDataType,
java.lang.String initialValue) |
SpaceType |
XMLNamespaceDocumentRootImpl.getSpace() |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLNamespaceDocumentRootImpl.setSpace(SpaceType newSpace) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
XMLNamespaceValidator.validateSpaceType(SpaceType spaceType,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
boolean |
XMLNamespaceValidator.validateSpaceTypeObject(SpaceType spaceTypeObject,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature