Interface SAttributePackage
- 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:
SAttributePackageImpl
public interface SAttributePackage
extends org.eclipse.emf.ecore.EPackage
The Package for the model.
It contains accessors for the meta objects to represent
- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SAttributePackage
The singleton instance of the package.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI.static final int
The meta object id for the 'Standard Attribute Proxy
' class.static final int
The feature id for the 'Context Object' reference.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Name Ru' attribute.static final int
The feature id for the 'Owner' reference.static final int
The feature id for the 'Read Only' attribute.static final int
The feature id for the 'Standard Object' reference.static final int
The feature id for the 'Type' containment reference.static final int
The number of structural features of the 'Standard Attribute Proxy' class.static final int
The number of operations of the 'Standard Attribute Proxy' class.static final int
The meta object id for the 'Standard Object Proxy
' class.static final int
The feature id for the 'Context Object' reference.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Name Ru' attribute.static final int
The feature id for the 'Owner' reference.static final int
The feature id for the 'Read Only' attribute.static final int
The feature id for the 'Standard Object' reference.static final int
The number of structural features of the 'Standard Object Proxy' class.static final int
The number of operations of the 'Standard Object Proxy' class.static final int
The meta object id for the 'Standard Tabular Section Description Proxy
' class.static final int
The feature id for the 'Context Object' reference.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Name Ru' attribute.static final int
The feature id for the 'Owner' reference.static final int
The feature id for the 'Read Only' attribute.static final int
The feature id for the 'Standard Object' reference.static final int
The feature id for the 'Standard Tabular Part' reference.static final int
The number of structural features of the 'Standard Tabular Section Description Proxy' class.static final int
The number of operations of the 'Standard Tabular Section Description Proxy' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Standard Attribute Proxy
'.org.eclipse.emf.ecore.EReference
Returns the meta object for the containment reference 'Type
'.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Standard Object Proxy
'.org.eclipse.emf.ecore.EReference
Returns the meta object for the reference 'Context Object
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Name
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Name Ru
'.org.eclipse.emf.ecore.EReference
Returns the meta object for the reference 'Owner
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Read Only
'.org.eclipse.emf.ecore.EReference
Returns the meta object for the reference 'Standard Object
'.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Standard Tabular Section Description Proxy
'.org.eclipse.emf.ecore.EReference
Returns the meta object for the reference 'Standard Tabular Part
'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
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.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
-
eNS_URI
The package namespace URI.- See Also:
-
eNS_PREFIX
The package namespace name.- See Also:
-
eINSTANCE
The singleton instance of the package. -
STANDARD_OBJECT_PROXY
static final int STANDARD_OBJECT_PROXYThe meta object id for the 'Standard Object Proxy
' class. -
STANDARD_OBJECT_PROXY__NAME
static final int STANDARD_OBJECT_PROXY__NAMEThe feature id for the 'Name' attribute.- See Also:
-
STANDARD_OBJECT_PROXY__NAME_RU
static final int STANDARD_OBJECT_PROXY__NAME_RUThe feature id for the 'Name Ru' attribute.- See Also:
-
STANDARD_OBJECT_PROXY__READ_ONLY
static final int STANDARD_OBJECT_PROXY__READ_ONLYThe feature id for the 'Read Only' attribute.- See Also:
-
STANDARD_OBJECT_PROXY__OWNER
static final int STANDARD_OBJECT_PROXY__OWNERThe feature id for the 'Owner' reference.- See Also:
-
STANDARD_OBJECT_PROXY__STANDARD_OBJECT
static final int STANDARD_OBJECT_PROXY__STANDARD_OBJECTThe feature id for the 'Standard Object' reference.- See Also:
-
STANDARD_OBJECT_PROXY__CONTEXT_OBJECT
static final int STANDARD_OBJECT_PROXY__CONTEXT_OBJECTThe feature id for the 'Context Object' reference.- See Also:
-
STANDARD_OBJECT_PROXY_FEATURE_COUNT
static final int STANDARD_OBJECT_PROXY_FEATURE_COUNTThe number of structural features of the 'Standard Object Proxy' class.- See Also:
-
STANDARD_OBJECT_PROXY_OPERATION_COUNT
static final int STANDARD_OBJECT_PROXY_OPERATION_COUNTThe number of operations of the 'Standard Object Proxy' class.- See Also:
-
STANDARD_ATTRIBUTE_PROXY
static final int STANDARD_ATTRIBUTE_PROXYThe meta object id for the 'Standard Attribute Proxy
' class. -
STANDARD_ATTRIBUTE_PROXY__NAME
static final int STANDARD_ATTRIBUTE_PROXY__NAMEThe feature id for the 'Name' attribute.- See Also:
-
STANDARD_ATTRIBUTE_PROXY__NAME_RU
static final int STANDARD_ATTRIBUTE_PROXY__NAME_RUThe feature id for the 'Name Ru' attribute.- See Also:
-
STANDARD_ATTRIBUTE_PROXY__READ_ONLY
static final int STANDARD_ATTRIBUTE_PROXY__READ_ONLYThe feature id for the 'Read Only' attribute.- See Also:
-
STANDARD_ATTRIBUTE_PROXY__OWNER
static final int STANDARD_ATTRIBUTE_PROXY__OWNERThe feature id for the 'Owner' reference.- See Also:
-
STANDARD_ATTRIBUTE_PROXY__STANDARD_OBJECT
static final int STANDARD_ATTRIBUTE_PROXY__STANDARD_OBJECTThe feature id for the 'Standard Object' reference.- See Also:
-
STANDARD_ATTRIBUTE_PROXY__CONTEXT_OBJECT
static final int STANDARD_ATTRIBUTE_PROXY__CONTEXT_OBJECTThe feature id for the 'Context Object' reference.- See Also:
-
STANDARD_ATTRIBUTE_PROXY__TYPE
static final int STANDARD_ATTRIBUTE_PROXY__TYPEThe feature id for the 'Type' containment reference.- See Also:
-
STANDARD_ATTRIBUTE_PROXY_FEATURE_COUNT
static final int STANDARD_ATTRIBUTE_PROXY_FEATURE_COUNTThe number of structural features of the 'Standard Attribute Proxy' class.- See Also:
-
STANDARD_ATTRIBUTE_PROXY_OPERATION_COUNT
static final int STANDARD_ATTRIBUTE_PROXY_OPERATION_COUNTThe number of operations of the 'Standard Attribute Proxy' class.- See Also:
-
STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY
static final int STANDARD_TABULAR_SECTION_DESCRIPTION_PROXYThe meta object id for the 'Standard Tabular Section Description Proxy
' class. -
STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__NAME
static final int STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__NAMEThe feature id for the 'Name' attribute.- See Also:
-
STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__NAME_RU
static final int STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__NAME_RUThe feature id for the 'Name Ru' attribute.- See Also:
-
STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__READ_ONLY
static final int STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__READ_ONLYThe feature id for the 'Read Only' attribute.- See Also:
-
STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__OWNER
static final int STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__OWNERThe feature id for the 'Owner' reference.- See Also:
-
STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__STANDARD_OBJECT
static final int STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__STANDARD_OBJECTThe feature id for the 'Standard Object' reference.- See Also:
-
STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__CONTEXT_OBJECT
static final int STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__CONTEXT_OBJECTThe feature id for the 'Context Object' reference.- See Also:
-
STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__STANDARD_TABULAR_PART
static final int STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__STANDARD_TABULAR_PARTThe feature id for the 'Standard Tabular Part' reference.- See Also:
-
STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY_FEATURE_COUNT
static final int STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY_FEATURE_COUNTThe number of structural features of the 'Standard Tabular Section Description Proxy' class.- See Also:
-
STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY_OPERATION_COUNT
static final int STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY_OPERATION_COUNTThe number of operations of the 'Standard Tabular Section Description Proxy' class.- See Also:
-
-
Method Details
-
getStandardObjectProxy
org.eclipse.emf.ecore.EClass getStandardObjectProxy()Returns the meta object for class 'Standard Object Proxy
'.- Returns:
- the meta object for class 'Standard Object Proxy'.
- See Also:
-
getStandardObjectProxy_Name
org.eclipse.emf.ecore.EAttribute getStandardObjectProxy_Name()Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
-
getStandardObjectProxy_NameRu
org.eclipse.emf.ecore.EAttribute getStandardObjectProxy_NameRu()Returns the meta object for the attribute 'Name Ru
'.- Returns:
- the meta object for the attribute 'Name Ru'.
- See Also:
-
getStandardObjectProxy_ReadOnly
org.eclipse.emf.ecore.EAttribute getStandardObjectProxy_ReadOnly()Returns the meta object for the attribute 'Read Only
'.- Returns:
- the meta object for the attribute 'Read Only'.
- See Also:
-
getStandardObjectProxy_Owner
org.eclipse.emf.ecore.EReference getStandardObjectProxy_Owner()Returns the meta object for the reference 'Owner
'.- Returns:
- the meta object for the reference 'Owner'.
- See Also:
-
getStandardObjectProxy_StandardObject
org.eclipse.emf.ecore.EReference getStandardObjectProxy_StandardObject()Returns the meta object for the reference 'Standard Object
'.- Returns:
- the meta object for the reference 'Standard Object'.
- See Also:
-
getStandardObjectProxy_ContextObject
org.eclipse.emf.ecore.EReference getStandardObjectProxy_ContextObject()Returns the meta object for the reference 'Context Object
'.- Returns:
- the meta object for the reference 'Context Object'.
- See Also:
-
getStandardAttributeProxy
org.eclipse.emf.ecore.EClass getStandardAttributeProxy()Returns the meta object for class 'Standard Attribute Proxy
'.- Returns:
- the meta object for class 'Standard Attribute Proxy'.
- See Also:
-
getStandardAttributeProxy_Type
org.eclipse.emf.ecore.EReference getStandardAttributeProxy_Type()Returns the meta object for the containment reference 'Type
'.- Returns:
- the meta object for the containment reference 'Type'.
- See Also:
-
getStandardTabularSectionDescriptionProxy
org.eclipse.emf.ecore.EClass getStandardTabularSectionDescriptionProxy()Returns the meta object for class 'Standard Tabular Section Description Proxy
'.- Returns:
- the meta object for class 'Standard Tabular Section Description Proxy'.
- See Also:
-
getStandardTabularSectionDescriptionProxy_StandardTabularPart
org.eclipse.emf.ecore.EReference getStandardTabularSectionDescriptionProxy_StandardTabularPart()Returns the meta object for the reference 'Standard Tabular Part
'.- Returns:
- the meta object for the reference 'Standard Tabular Part'.
- See Also:
-
getSAttributeFactory
SAttributeFactory getSAttributeFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-