org.w3.xlink
Interface XlinkPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
XlinkPackageImpl

public interface XlinkPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
XlinkFactory

Nested Class Summary
static interface XlinkPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int ACTUATE_TYPE
          The meta object id for the 'Actuate Type' enum.
static int ACTUATE_TYPE_OBJECT
          The meta object id for the 'Actuate Type Object' data type.
static int DOCUMENT_ROOT
          The meta object id for the 'Document Root' class.
static int DOCUMENT_ROOT__ACTUATE
          The feature id for the 'Actuate' attribute.
static int DOCUMENT_ROOT__ARCROLE
          The feature id for the 'Arcrole' attribute.
static int DOCUMENT_ROOT__FROM
          The feature id for the 'From' attribute.
static int DOCUMENT_ROOT__HREF
          The feature id for the 'Href' attribute.
static int DOCUMENT_ROOT__LABEL
          The feature id for the 'Label' attribute.
static int DOCUMENT_ROOT__MIXED
          The feature id for the 'Mixed' attribute list.
static int DOCUMENT_ROOT__ROLE
          The feature id for the 'Role' attribute.
static int DOCUMENT_ROOT__SHOW
          The feature id for the 'Show' attribute.
static int DOCUMENT_ROOT__TITLE
          The feature id for the 'Title' attribute.
static int DOCUMENT_ROOT__TO
          The feature id for the 'To' attribute.
static int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
          The feature id for the 'XMLNS Prefix Map' map.
static int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
          The feature id for the 'XSI Schema Location' map.
static int DOCUMENT_ROOT_FEATURE_COUNT
          The number of structural features of the 'Document Root' class.
static XlinkPackage eINSTANCE
          The singleton instance of the package.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int SHOW_TYPE
          The meta object id for the 'Show Type' enum.
static int SHOW_TYPE_OBJECT
          The meta object id for the 'Show Type Object' data type.
 
Method Summary
 org.eclipse.emf.ecore.EEnum getActuateType()
          Returns the meta object for enum 'Actuate Type'.
 org.eclipse.emf.ecore.EDataType getActuateTypeObject()
          Returns the meta object for data type 'Actuate Type Object'.
 org.eclipse.emf.ecore.EAttribute getDocumentRoot_Actuate()
          Returns the meta object for the attribute 'Actuate'.
 org.eclipse.emf.ecore.EAttribute getDocumentRoot_Arcrole()
          Returns the meta object for the attribute 'Arcrole'.
 org.eclipse.emf.ecore.EAttribute getDocumentRoot_From()
          Returns the meta object for the attribute 'From'.
 org.eclipse.emf.ecore.EAttribute getDocumentRoot_Href()
          Returns the meta object for the attribute 'Href'.
 org.eclipse.emf.ecore.EAttribute getDocumentRoot_Label()
          Returns the meta object for the attribute 'Label'.
 org.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
          Returns the meta object for the attribute list 'Mixed'.
 org.eclipse.emf.ecore.EAttribute getDocumentRoot_Role()
          Returns the meta object for the attribute 'Role'.
 org.eclipse.emf.ecore.EAttribute getDocumentRoot_Show()
          Returns the meta object for the attribute 'Show'.
 org.eclipse.emf.ecore.EAttribute getDocumentRoot_Title()
          Returns the meta object for the attribute 'Title'.
 org.eclipse.emf.ecore.EAttribute getDocumentRoot_To()
          Returns the meta object for the attribute 'To'.
 org.eclipse.emf.ecore.EReference getDocumentRoot_XMLNSPrefixMap()
          Returns the meta object for the map 'XMLNS Prefix Map'.
 org.eclipse.emf.ecore.EReference getDocumentRoot_XSISchemaLocation()
          Returns the meta object for the map 'XSI Schema Location'.
 org.eclipse.emf.ecore.EClass getDocumentRoot()
          Returns the meta object for class 'Document Root'.
 org.eclipse.emf.ecore.EEnum getShowType()
          Returns the meta object for enum 'Show Type'.
 org.eclipse.emf.ecore.EDataType getShowTypeObject()
          Returns the meta object for data type 'Show Type Object'.
 XlinkFactory getXlinkFactory()
          Returns the factory that creates the instances of the model.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final XlinkPackage eINSTANCE
The singleton instance of the package.


DOCUMENT_ROOT

static final int DOCUMENT_ROOT
The meta object id for the 'Document Root' class.

See Also:
DocumentRootImpl, XlinkPackageImpl.getDocumentRoot(), Constant Field Values

DOCUMENT_ROOT__MIXED

static final int DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list.

See Also:
Constant Field Values

DOCUMENT_ROOT__XMLNS_PREFIX_MAP

static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The feature id for the 'XMLNS Prefix Map' map.

See Also:
Constant Field Values

DOCUMENT_ROOT__XSI_SCHEMA_LOCATION

static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The feature id for the 'XSI Schema Location' map.

See Also:
Constant Field Values

DOCUMENT_ROOT__ACTUATE

static final int DOCUMENT_ROOT__ACTUATE
The feature id for the 'Actuate' attribute.

See Also:
Constant Field Values

DOCUMENT_ROOT__ARCROLE

static final int DOCUMENT_ROOT__ARCROLE
The feature id for the 'Arcrole' attribute.

See Also:
Constant Field Values

DOCUMENT_ROOT__FROM

static final int DOCUMENT_ROOT__FROM
The feature id for the 'From' attribute.

See Also:
Constant Field Values

DOCUMENT_ROOT__HREF

static final int DOCUMENT_ROOT__HREF
The feature id for the 'Href' attribute.

See Also:
Constant Field Values

DOCUMENT_ROOT__LABEL

static final int DOCUMENT_ROOT__LABEL
The feature id for the 'Label' attribute.

See Also:
Constant Field Values

DOCUMENT_ROOT__ROLE

static final int DOCUMENT_ROOT__ROLE
The feature id for the 'Role' attribute.

See Also:
Constant Field Values

DOCUMENT_ROOT__SHOW

static final int DOCUMENT_ROOT__SHOW
The feature id for the 'Show' attribute.

See Also:
Constant Field Values

DOCUMENT_ROOT__TITLE

static final int DOCUMENT_ROOT__TITLE
The feature id for the 'Title' attribute.

See Also:
Constant Field Values

DOCUMENT_ROOT__TO

static final int DOCUMENT_ROOT__TO
The feature id for the 'To' attribute.

See Also:
Constant Field Values

DOCUMENT_ROOT_FEATURE_COUNT

static final int DOCUMENT_ROOT_FEATURE_COUNT
The number of structural features of the 'Document Root' class.

See Also:
Constant Field Values

ACTUATE_TYPE

static final int ACTUATE_TYPE
The meta object id for the 'Actuate Type' enum.

See Also:
ActuateType, XlinkPackageImpl.getActuateType(), Constant Field Values

SHOW_TYPE

static final int SHOW_TYPE
The meta object id for the 'Show Type' enum.

See Also:
ShowType, XlinkPackageImpl.getShowType(), Constant Field Values

ACTUATE_TYPE_OBJECT

static final int ACTUATE_TYPE_OBJECT
The meta object id for the 'Actuate Type Object' data type.

See Also:
ActuateType, XlinkPackageImpl.getActuateTypeObject(), Constant Field Values

SHOW_TYPE_OBJECT

static final int SHOW_TYPE_OBJECT
The meta object id for the 'Show Type Object' data type.

See Also:
ShowType, XlinkPackageImpl.getShowTypeObject(), Constant Field Values
Method Detail

getDocumentRoot

org.eclipse.emf.ecore.EClass getDocumentRoot()
Returns the meta object for class 'Document Root'.

Returns:
the meta object for class 'Document Root'.
See Also:
DocumentRoot

getDocumentRoot_Mixed

org.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
Returns the meta object for the attribute list 'Mixed'.

Returns:
the meta object for the attribute list 'Mixed'.
See Also:
DocumentRoot.getMixed(), getDocumentRoot()

getDocumentRoot_XMLNSPrefixMap

org.eclipse.emf.ecore.EReference getDocumentRoot_XMLNSPrefixMap()
Returns the meta object for the map 'XMLNS Prefix Map'.

Returns:
the meta object for the map 'XMLNS Prefix Map'.
See Also:
DocumentRoot.getXMLNSPrefixMap(), getDocumentRoot()

getDocumentRoot_XSISchemaLocation

org.eclipse.emf.ecore.EReference getDocumentRoot_XSISchemaLocation()
Returns the meta object for the map 'XSI Schema Location'.

Returns:
the meta object for the map 'XSI Schema Location'.
See Also:
DocumentRoot.getXSISchemaLocation(), getDocumentRoot()

getDocumentRoot_Actuate

org.eclipse.emf.ecore.EAttribute getDocumentRoot_Actuate()
Returns the meta object for the attribute 'Actuate'.

Returns:
the meta object for the attribute 'Actuate'.
See Also:
DocumentRoot.getActuate(), getDocumentRoot()

getDocumentRoot_Arcrole

org.eclipse.emf.ecore.EAttribute getDocumentRoot_Arcrole()
Returns the meta object for the attribute 'Arcrole'.

Returns:
the meta object for the attribute 'Arcrole'.
See Also:
DocumentRoot.getArcrole(), getDocumentRoot()

getDocumentRoot_From

org.eclipse.emf.ecore.EAttribute getDocumentRoot_From()
Returns the meta object for the attribute 'From'.

Returns:
the meta object for the attribute 'From'.
See Also:
DocumentRoot.getFrom(), getDocumentRoot()

getDocumentRoot_Href

org.eclipse.emf.ecore.EAttribute getDocumentRoot_Href()
Returns the meta object for the attribute 'Href'.

Returns:
the meta object for the attribute 'Href'.
See Also:
DocumentRoot.getHref(), getDocumentRoot()

getDocumentRoot_Label

org.eclipse.emf.ecore.EAttribute getDocumentRoot_Label()
Returns the meta object for the attribute 'Label'.

Returns:
the meta object for the attribute 'Label'.
See Also:
DocumentRoot.getLabel(), getDocumentRoot()

getDocumentRoot_Role

org.eclipse.emf.ecore.EAttribute getDocumentRoot_Role()
Returns the meta object for the attribute 'Role'.

Returns:
the meta object for the attribute 'Role'.
See Also:
DocumentRoot.getRole(), getDocumentRoot()

getDocumentRoot_Show

org.eclipse.emf.ecore.EAttribute getDocumentRoot_Show()
Returns the meta object for the attribute 'Show'.

Returns:
the meta object for the attribute 'Show'.
See Also:
DocumentRoot.getShow(), getDocumentRoot()

getDocumentRoot_Title

org.eclipse.emf.ecore.EAttribute getDocumentRoot_Title()
Returns the meta object for the attribute 'Title'.

Returns:
the meta object for the attribute 'Title'.
See Also:
DocumentRoot.getTitle(), getDocumentRoot()

getDocumentRoot_To

org.eclipse.emf.ecore.EAttribute getDocumentRoot_To()
Returns the meta object for the attribute 'To'.

Returns:
the meta object for the attribute 'To'.
See Also:
DocumentRoot.getTo(), getDocumentRoot()

getActuateType

org.eclipse.emf.ecore.EEnum getActuateType()
Returns the meta object for enum 'Actuate Type'.

Returns:
the meta object for enum 'Actuate Type'.
See Also:
ActuateType

getShowType

org.eclipse.emf.ecore.EEnum getShowType()
Returns the meta object for enum 'Show Type'.

Returns:
the meta object for enum 'Show Type'.
See Also:
ShowType

getActuateTypeObject

org.eclipse.emf.ecore.EDataType getActuateTypeObject()
Returns the meta object for data type 'Actuate Type Object'.

Returns:
the meta object for data type 'Actuate Type Object'.
See Also:
ActuateType

getShowTypeObject

org.eclipse.emf.ecore.EDataType getShowTypeObject()
Returns the meta object for data type 'Show Type Object'.

Returns:
the meta object for data type 'Show Type Object'.
See Also:
ShowType

getXlinkFactory

XlinkFactory getXlinkFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.


Copyright © 1996-2010 Geotools. All Rights Reserved.