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.EPackageThe 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:
SAttributeFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSAttributePackage.LiteralsDefines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
-
Field Summary
Fields Modifier and Type Field Description static SAttributePackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intSTANDARD_ATTRIBUTE_PROXYThe meta object id for the 'Standard Attribute Proxy' class.static intSTANDARD_ATTRIBUTE_PROXY__CONTEXT_OBJECTThe feature id for the 'Context Object' reference.static intSTANDARD_ATTRIBUTE_PROXY__NAMEThe feature id for the 'Name' attribute.static intSTANDARD_ATTRIBUTE_PROXY__NAME_RUThe feature id for the 'Name Ru' attribute.static intSTANDARD_ATTRIBUTE_PROXY__OWNERThe feature id for the 'Owner' reference.static intSTANDARD_ATTRIBUTE_PROXY__READ_ONLYThe feature id for the 'Read Only' attribute.static intSTANDARD_ATTRIBUTE_PROXY__STANDARD_OBJECTThe feature id for the 'Standard Object' reference.static intSTANDARD_ATTRIBUTE_PROXY__TYPEThe feature id for the 'Type' containment reference.static intSTANDARD_ATTRIBUTE_PROXY_FEATURE_COUNTThe number of structural features of the 'Standard Attribute Proxy' class.static intSTANDARD_ATTRIBUTE_PROXY_OPERATION_COUNTThe number of operations of the 'Standard Attribute Proxy' class.static intSTANDARD_OBJECT_PROXYThe meta object id for the 'Standard Object Proxy' class.static intSTANDARD_OBJECT_PROXY__CONTEXT_OBJECTThe feature id for the 'Context Object' reference.static intSTANDARD_OBJECT_PROXY__NAMEThe feature id for the 'Name' attribute.static intSTANDARD_OBJECT_PROXY__NAME_RUThe feature id for the 'Name Ru' attribute.static intSTANDARD_OBJECT_PROXY__OWNERThe feature id for the 'Owner' reference.static intSTANDARD_OBJECT_PROXY__READ_ONLYThe feature id for the 'Read Only' attribute.static intSTANDARD_OBJECT_PROXY__STANDARD_OBJECTThe feature id for the 'Standard Object' reference.static intSTANDARD_OBJECT_PROXY_FEATURE_COUNTThe number of structural features of the 'Standard Object Proxy' class.static intSTANDARD_OBJECT_PROXY_OPERATION_COUNTThe number of operations of the 'Standard Object Proxy' class.static intSTANDARD_TABULAR_SECTION_DESCRIPTION_PROXYThe meta object id for the 'Standard Tabular Section Description Proxy' class.static intSTANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__CONTEXT_OBJECTThe feature id for the 'Context Object' reference.static intSTANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__NAMEThe feature id for the 'Name' attribute.static intSTANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__NAME_RUThe feature id for the 'Name Ru' attribute.static intSTANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__OWNERThe feature id for the 'Owner' reference.static intSTANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__READ_ONLYThe feature id for the 'Read Only' attribute.static intSTANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__STANDARD_OBJECTThe feature id for the 'Standard Object' reference.static intSTANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__STANDARD_TABULAR_PARTThe feature id for the 'Standard Tabular Part' reference.static intSTANDARD_TABULAR_SECTION_DESCRIPTION_PROXY_FEATURE_COUNTThe number of structural features of the 'Standard Tabular Section Description Proxy' class.static intSTANDARD_TABULAR_SECTION_DESCRIPTION_PROXY_OPERATION_COUNTThe number of operations of the 'Standard Tabular Section Description Proxy' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SAttributeFactorygetSAttributeFactory()Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClassgetStandardAttributeProxy()Returns the meta object for class 'Standard Attribute Proxy'.org.eclipse.emf.ecore.EReferencegetStandardAttributeProxy_Type()Returns the meta object for the containment reference 'Type'.org.eclipse.emf.ecore.EClassgetStandardObjectProxy()Returns the meta object for class 'Standard Object Proxy'.org.eclipse.emf.ecore.EReferencegetStandardObjectProxy_ContextObject()Returns the meta object for the reference 'Context Object'.org.eclipse.emf.ecore.EAttributegetStandardObjectProxy_Name()Returns the meta object for the attribute 'Name'.org.eclipse.emf.ecore.EAttributegetStandardObjectProxy_NameRu()Returns the meta object for the attribute 'Name Ru'.org.eclipse.emf.ecore.EReferencegetStandardObjectProxy_Owner()Returns the meta object for the reference 'Owner'.org.eclipse.emf.ecore.EAttributegetStandardObjectProxy_ReadOnly()Returns the meta object for the attribute 'Read Only'.org.eclipse.emf.ecore.EReferencegetStandardObjectProxy_StandardObject()Returns the meta object for the reference 'Standard Object'.org.eclipse.emf.ecore.EClassgetStandardTabularSectionDescriptionProxy()Returns the meta object for class 'Standard Tabular Section Description Proxy'.org.eclipse.emf.ecore.EReferencegetStandardTabularSectionDescriptionProxy_StandardTabularPart()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.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
-
eINSTANCE
static final SAttributePackage eINSTANCE
The singleton instance of the package.
-
STANDARD_OBJECT_PROXY
static final int STANDARD_OBJECT_PROXY
The meta object id for the 'Standard Object Proxy' class.
-
STANDARD_OBJECT_PROXY__NAME
static final int STANDARD_OBJECT_PROXY__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
STANDARD_OBJECT_PROXY__NAME_RU
static final int STANDARD_OBJECT_PROXY__NAME_RU
The feature id for the 'Name Ru' attribute.- See Also:
- Constant Field Values
-
STANDARD_OBJECT_PROXY__READ_ONLY
static final int STANDARD_OBJECT_PROXY__READ_ONLY
The feature id for the 'Read Only' attribute.- See Also:
- Constant Field Values
-
STANDARD_OBJECT_PROXY__OWNER
static final int STANDARD_OBJECT_PROXY__OWNER
The feature id for the 'Owner' reference.- See Also:
- Constant Field Values
-
STANDARD_OBJECT_PROXY__STANDARD_OBJECT
static final int STANDARD_OBJECT_PROXY__STANDARD_OBJECT
The feature id for the 'Standard Object' reference.- See Also:
- Constant Field Values
-
STANDARD_OBJECT_PROXY__CONTEXT_OBJECT
static final int STANDARD_OBJECT_PROXY__CONTEXT_OBJECT
The feature id for the 'Context Object' reference.- See Also:
- Constant Field Values
-
STANDARD_OBJECT_PROXY_FEATURE_COUNT
static final int STANDARD_OBJECT_PROXY_FEATURE_COUNT
The number of structural features of the 'Standard Object Proxy' class.- See Also:
- Constant Field Values
-
STANDARD_OBJECT_PROXY_OPERATION_COUNT
static final int STANDARD_OBJECT_PROXY_OPERATION_COUNT
The number of operations of the 'Standard Object Proxy' class.- See Also:
- Constant Field Values
-
STANDARD_ATTRIBUTE_PROXY
static final int STANDARD_ATTRIBUTE_PROXY
The meta object id for the 'Standard Attribute Proxy' class.
-
STANDARD_ATTRIBUTE_PROXY__NAME
static final int STANDARD_ATTRIBUTE_PROXY__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
STANDARD_ATTRIBUTE_PROXY__NAME_RU
static final int STANDARD_ATTRIBUTE_PROXY__NAME_RU
The feature id for the 'Name Ru' attribute.- See Also:
- Constant Field Values
-
STANDARD_ATTRIBUTE_PROXY__READ_ONLY
static final int STANDARD_ATTRIBUTE_PROXY__READ_ONLY
The feature id for the 'Read Only' attribute.- See Also:
- Constant Field Values
-
STANDARD_ATTRIBUTE_PROXY__OWNER
static final int STANDARD_ATTRIBUTE_PROXY__OWNER
The feature id for the 'Owner' reference.- See Also:
- Constant Field Values
-
STANDARD_ATTRIBUTE_PROXY__STANDARD_OBJECT
static final int STANDARD_ATTRIBUTE_PROXY__STANDARD_OBJECT
The feature id for the 'Standard Object' reference.- See Also:
- Constant Field Values
-
STANDARD_ATTRIBUTE_PROXY__CONTEXT_OBJECT
static final int STANDARD_ATTRIBUTE_PROXY__CONTEXT_OBJECT
The feature id for the 'Context Object' reference.- See Also:
- Constant Field Values
-
STANDARD_ATTRIBUTE_PROXY__TYPE
static final int STANDARD_ATTRIBUTE_PROXY__TYPE
The feature id for the 'Type' containment reference.- See Also:
- Constant Field Values
-
STANDARD_ATTRIBUTE_PROXY_FEATURE_COUNT
static final int STANDARD_ATTRIBUTE_PROXY_FEATURE_COUNT
The number of structural features of the 'Standard Attribute Proxy' class.- See Also:
- Constant Field Values
-
STANDARD_ATTRIBUTE_PROXY_OPERATION_COUNT
static final int STANDARD_ATTRIBUTE_PROXY_OPERATION_COUNT
The number of operations of the 'Standard Attribute Proxy' class.- See Also:
- Constant Field Values
-
STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY
static final int STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY
The 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__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__NAME_RU
static final int STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__NAME_RU
The feature id for the 'Name Ru' attribute.- See Also:
- Constant Field Values
-
STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__READ_ONLY
static final int STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__READ_ONLY
The feature id for the 'Read Only' attribute.- See Also:
- Constant Field Values
-
STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__OWNER
static final int STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__OWNER
The feature id for the 'Owner' reference.- See Also:
- Constant Field Values
-
STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__STANDARD_OBJECT
static final int STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__STANDARD_OBJECT
The feature id for the 'Standard Object' reference.- See Also:
- Constant Field Values
-
STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__CONTEXT_OBJECT
static final int STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__CONTEXT_OBJECT
The feature id for the 'Context Object' reference.- See Also:
- Constant Field Values
-
STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__STANDARD_TABULAR_PART
static final int STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY__STANDARD_TABULAR_PART
The feature id for the 'Standard Tabular Part' reference.- See Also:
- Constant Field Values
-
STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY_FEATURE_COUNT
static final int STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY_FEATURE_COUNT
The number of structural features of the 'Standard Tabular Section Description Proxy' class.- See Also:
- Constant Field Values
-
STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY_OPERATION_COUNT
static final int STANDARD_TABULAR_SECTION_DESCRIPTION_PROXY_OPERATION_COUNT
The number of operations of the 'Standard Tabular Section Description Proxy' class.- See Also:
- Constant Field Values
-
-
Method Detail
-
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:
StandardObjectProxy
-
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:
StandardObjectProxy.getName(),getStandardObjectProxy()
-
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:
StandardObjectProxy.getNameRu(),getStandardObjectProxy()
-
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:
StandardObjectProxy.isReadOnly(),getStandardObjectProxy()
-
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:
StandardObjectProxy.getOwner(),getStandardObjectProxy()
-
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:
StandardObjectProxy.getStandardObject(),getStandardObjectProxy()
-
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:
StandardObjectProxy.getContextObject(),getStandardObjectProxy()
-
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:
StandardAttributeProxy
-
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:
StandardAttributeProxy.getType(),getStandardAttributeProxy()
-
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:
StandardTabularSectionDescriptionProxy
-
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:
StandardTabularSectionDescriptionProxy.getStandardTabularPart(),getStandardTabularSectionDescriptionProxy()
-
getSAttributeFactory
SAttributeFactory getSAttributeFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-