|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XlinkPackage
The Package for the model. It contains accessors for the meta objects to represent
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 |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final XlinkPackage eINSTANCE
static final int DOCUMENT_ROOT
Document Root
' class.
DocumentRootImpl
,
XlinkPackageImpl.getDocumentRoot()
,
Constant Field Valuesstatic final int DOCUMENT_ROOT__MIXED
static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
static final int DOCUMENT_ROOT__ACTUATE
static final int DOCUMENT_ROOT__ARCROLE
static final int DOCUMENT_ROOT__FROM
static final int DOCUMENT_ROOT__HREF
static final int DOCUMENT_ROOT__LABEL
static final int DOCUMENT_ROOT__ROLE
static final int DOCUMENT_ROOT__SHOW
static final int DOCUMENT_ROOT__TITLE
static final int DOCUMENT_ROOT__TO
static final int DOCUMENT_ROOT_FEATURE_COUNT
static final int ACTUATE_TYPE
Actuate Type
' enum.
ActuateType
,
XlinkPackageImpl.getActuateType()
,
Constant Field Valuesstatic final int SHOW_TYPE
Show Type
' enum.
ShowType
,
XlinkPackageImpl.getShowType()
,
Constant Field Valuesstatic final int ACTUATE_TYPE_OBJECT
ActuateType
,
XlinkPackageImpl.getActuateTypeObject()
,
Constant Field Valuesstatic final int SHOW_TYPE_OBJECT
ShowType
,
XlinkPackageImpl.getShowTypeObject()
,
Constant Field ValuesMethod Detail |
---|
org.eclipse.emf.ecore.EClass getDocumentRoot()
Document Root
'.
DocumentRoot
org.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
Mixed
'.
DocumentRoot.getMixed()
,
getDocumentRoot()
org.eclipse.emf.ecore.EReference getDocumentRoot_XMLNSPrefixMap()
XMLNS Prefix Map
'.
DocumentRoot.getXMLNSPrefixMap()
,
getDocumentRoot()
org.eclipse.emf.ecore.EReference getDocumentRoot_XSISchemaLocation()
XSI Schema Location
'.
DocumentRoot.getXSISchemaLocation()
,
getDocumentRoot()
org.eclipse.emf.ecore.EAttribute getDocumentRoot_Actuate()
Actuate
'.
DocumentRoot.getActuate()
,
getDocumentRoot()
org.eclipse.emf.ecore.EAttribute getDocumentRoot_Arcrole()
Arcrole
'.
DocumentRoot.getArcrole()
,
getDocumentRoot()
org.eclipse.emf.ecore.EAttribute getDocumentRoot_From()
From
'.
DocumentRoot.getFrom()
,
getDocumentRoot()
org.eclipse.emf.ecore.EAttribute getDocumentRoot_Href()
Href
'.
DocumentRoot.getHref()
,
getDocumentRoot()
org.eclipse.emf.ecore.EAttribute getDocumentRoot_Label()
Label
'.
DocumentRoot.getLabel()
,
getDocumentRoot()
org.eclipse.emf.ecore.EAttribute getDocumentRoot_Role()
Role
'.
DocumentRoot.getRole()
,
getDocumentRoot()
org.eclipse.emf.ecore.EAttribute getDocumentRoot_Show()
Show
'.
DocumentRoot.getShow()
,
getDocumentRoot()
org.eclipse.emf.ecore.EAttribute getDocumentRoot_Title()
Title
'.
DocumentRoot.getTitle()
,
getDocumentRoot()
org.eclipse.emf.ecore.EAttribute getDocumentRoot_To()
To
'.
DocumentRoot.getTo()
,
getDocumentRoot()
org.eclipse.emf.ecore.EEnum getActuateType()
Actuate Type
'.
ActuateType
org.eclipse.emf.ecore.EEnum getShowType()
Show Type
'.
ShowType
org.eclipse.emf.ecore.EDataType getActuateTypeObject()
Actuate Type Object
'.
ActuateType
org.eclipse.emf.ecore.EDataType getShowTypeObject()
Show Type Object
'.
ShowType
XlinkFactory getXlinkFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |