Package com._1c.g5.v8.dt.bsl.model
Interface BslIndexPackage
-
- 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:
BslIndexPackageImpl
public interface BslIndexPackage 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:
BslIndexFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
BslIndexPackage.Literals
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 type
-
Field Summary
Fields Modifier and Type Field Description static int
BYTE_ARRAY
The meta object id for the 'Byte Array' data type.static int
CONTEXT_DEF_ITEM_INFO
The meta object id for the 'Context Def Item Info
' class.static int
CONTEXT_DEF_ITEM_INFO__ENVS
The feature id for the 'Envs' attribute.static int
CONTEXT_DEF_ITEM_INFO__NAME
The feature id for the 'Name' attribute.static int
CONTEXT_DEF_ITEM_INFO__SOURCE_URI
The feature id for the 'Source Uri' attribute.static int
CONTEXT_DEF_ITEM_INFO_FEATURE_COUNT
The number of structural features of the 'Context Def Item Info' class.static int
CONTEXT_DEF_ITEM_INFO_OPERATION_COUNT
The number of operations of the 'Context Def Item Info' class.static int
CONTEXT_DEF_METHOD_INFO
The meta object id for the 'Context Def Method Info
' class.static int
CONTEXT_DEF_METHOD_INFO__DEPRECATED
The feature id for the 'Deprecated' attribute.static int
CONTEXT_DEF_METHOD_INFO__ENVS
The feature id for the 'Envs' attribute.static int
CONTEXT_DEF_METHOD_INFO__FUNCTION
The feature id for the 'Function' attribute.static int
CONTEXT_DEF_METHOD_INFO__MIN_PARAMS
The feature id for the 'Min Params' attribute.static int
CONTEXT_DEF_METHOD_INFO__NAME
The feature id for the 'Name' attribute.static int
CONTEXT_DEF_METHOD_INFO__OUT_PARAMS
The feature id for the 'Out Params' attribute list.static int
CONTEXT_DEF_METHOD_INFO__SERVER_CALL
The feature id for the 'Server Call' attribute.static int
CONTEXT_DEF_METHOD_INFO__SOURCE_URI
The feature id for the 'Source Uri' attribute.static int
CONTEXT_DEF_METHOD_INFO_FEATURE_COUNT
The number of structural features of the 'Context Def Method Info' class.static int
CONTEXT_DEF_METHOD_INFO_OPERATION_COUNT
The number of operations of the 'Context Def Method Info' class.static int
CONTEXT_DEF_PROPERTY_INFO
The meta object id for the 'Context Def Property Info
' class.static int
CONTEXT_DEF_PROPERTY_INFO__ENVS
The feature id for the 'Envs' attribute.static int
CONTEXT_DEF_PROPERTY_INFO__NAME
The feature id for the 'Name' attribute.static int
CONTEXT_DEF_PROPERTY_INFO__SOURCE_URI
The feature id for the 'Source Uri' attribute.static int
CONTEXT_DEF_PROPERTY_INFO_FEATURE_COUNT
The number of structural features of the 'Context Def Property Info' class.static int
CONTEXT_DEF_PROPERTY_INFO_OPERATION_COUNT
The number of operations of the 'Context Def Property Info' class.static BslIndexPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
ENVIRONMENTS
The meta object id for the 'Environments' data type.static int
MODULE_CONTEXT_DEF_INDEX
The meta object id for the 'Module Context Def Index
' class.static int
MODULE_CONTEXT_DEF_INDEX__CONTEXT_DEF
The feature id for the 'Context Def' containment reference.static int
MODULE_CONTEXT_DEF_INDEX__METHODS
The feature id for the 'Methods' containment reference list.static int
MODULE_CONTEXT_DEF_INDEX__PROPERTIES
The feature id for the 'Properties' containment reference list.static int
MODULE_CONTEXT_DEF_INDEX__TYPE_INDEX_STORE
The feature id for the 'Type Index Store' attribute.static int
MODULE_CONTEXT_DEF_INDEX_FEATURE_COUNT
The number of structural features of the 'Module Context Def Index' class.static int
MODULE_CONTEXT_DEF_INDEX_OPERATION_COUNT
The number of operations of the 'Module Context Def Index' class.static int
MODULE_RESOURCE_DESCRIPTION_INDEX
The meta object id for the 'Module Resource Description Index
' class.static int
MODULE_RESOURCE_DESCRIPTION_INDEX__IMPORTED_NAMES
The feature id for the 'Imported Names' attribute list.static int
MODULE_RESOURCE_DESCRIPTION_INDEX__RESOURCE_DESCRIPTION_REFERENCE_STORE
The feature id for the 'Resource Description Reference Store' attribute.static int
MODULE_RESOURCE_DESCRIPTION_INDEX__RESOURCE_DESCRIPTION_STORE
The feature id for the 'Resource Description Store' attribute.static int
MODULE_RESOURCE_DESCRIPTION_INDEX_FEATURE_COUNT
The number of structural features of the 'Module Resource Description Index' class.static int
MODULE_RESOURCE_DESCRIPTION_INDEX_OPERATION_COUNT
The number of operations of the 'Module Resource Description Index' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BslIndexFactory
getBslIndexFactory()
Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EDataType
getByteArray()
Returns the meta object for data type 'Byte Array'.org.eclipse.emf.ecore.EClass
getContextDefItemInfo()
Returns the meta object for class 'Context Def Item Info
'.org.eclipse.emf.ecore.EAttribute
getContextDefItemInfo_Envs()
Returns the meta object for the attribute 'Envs
'.org.eclipse.emf.ecore.EAttribute
getContextDefItemInfo_Name()
Returns the meta object for the attribute 'Name
'.org.eclipse.emf.ecore.EAttribute
getContextDefItemInfo_SourceUri()
Returns the meta object for the attribute 'Source Uri
'.org.eclipse.emf.ecore.EClass
getContextDefMethodInfo()
Returns the meta object for class 'Context Def Method Info
'.org.eclipse.emf.ecore.EAttribute
getContextDefMethodInfo_Deprecated()
Returns the meta object for the attribute 'Deprecated
'.org.eclipse.emf.ecore.EAttribute
getContextDefMethodInfo_Function()
Returns the meta object for the attribute 'Function
'.org.eclipse.emf.ecore.EAttribute
getContextDefMethodInfo_MinParams()
Returns the meta object for the attribute 'Min Params
'.org.eclipse.emf.ecore.EAttribute
getContextDefMethodInfo_OutParams()
Returns the meta object for the attribute list 'Out Params
'.org.eclipse.emf.ecore.EAttribute
getContextDefMethodInfo_ServerCall()
Returns the meta object for the attribute 'Server Call
'.org.eclipse.emf.ecore.EClass
getContextDefPropertyInfo()
Returns the meta object for class 'Context Def Property Info
'.org.eclipse.emf.ecore.EDataType
getEnvironments()
Returns the meta object for data type 'Environments
'.org.eclipse.emf.ecore.EClass
getModuleContextDefIndex()
Returns the meta object for class 'Module Context Def Index
'.org.eclipse.emf.ecore.EReference
getModuleContextDefIndex_ContextDef()
Returns the meta object for the containment reference 'Context Def
'.org.eclipse.emf.ecore.EReference
getModuleContextDefIndex_Methods()
Returns the meta object for the containment reference list 'Methods
'.org.eclipse.emf.ecore.EReference
getModuleContextDefIndex_Properties()
Returns the meta object for the containment reference list 'Properties
'.org.eclipse.emf.ecore.EAttribute
getModuleContextDefIndex_TypeIndexStore()
Returns the meta object for the attribute 'Type Index Store
'.org.eclipse.emf.ecore.EClass
getModuleResourceDescriptionIndex()
Returns the meta object for class 'Module Resource Description Index
'.org.eclipse.emf.ecore.EAttribute
getModuleResourceDescriptionIndex_ImportedNames()
Returns the meta object for the attribute list 'Imported Names
'.org.eclipse.emf.ecore.EAttribute
getModuleResourceDescriptionIndex_ResourceDescriptionReferenceStore()
Returns the meta object for the attribute 'Resource Description Reference Store
'.org.eclipse.emf.ecore.EAttribute
getModuleResourceDescriptionIndex_ResourceDescriptionStore()
Returns the meta object for the attribute 'Resource Description Store
'.-
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 BslIndexPackage eINSTANCE
The singleton instance of the package.
-
MODULE_CONTEXT_DEF_INDEX
static final int MODULE_CONTEXT_DEF_INDEX
The meta object id for the 'Module Context Def Index
' class.
-
MODULE_CONTEXT_DEF_INDEX__CONTEXT_DEF
static final int MODULE_CONTEXT_DEF_INDEX__CONTEXT_DEF
The feature id for the 'Context Def' containment reference.- See Also:
- Constant Field Values
-
MODULE_CONTEXT_DEF_INDEX__METHODS
static final int MODULE_CONTEXT_DEF_INDEX__METHODS
The feature id for the 'Methods' containment reference list.- See Also:
- Constant Field Values
-
MODULE_CONTEXT_DEF_INDEX__PROPERTIES
static final int MODULE_CONTEXT_DEF_INDEX__PROPERTIES
The feature id for the 'Properties' containment reference list.- See Also:
- Constant Field Values
-
MODULE_CONTEXT_DEF_INDEX__TYPE_INDEX_STORE
static final int MODULE_CONTEXT_DEF_INDEX__TYPE_INDEX_STORE
The feature id for the 'Type Index Store' attribute.- See Also:
- Constant Field Values
-
MODULE_CONTEXT_DEF_INDEX_FEATURE_COUNT
static final int MODULE_CONTEXT_DEF_INDEX_FEATURE_COUNT
The number of structural features of the 'Module Context Def Index' class.- See Also:
- Constant Field Values
-
MODULE_CONTEXT_DEF_INDEX_OPERATION_COUNT
static final int MODULE_CONTEXT_DEF_INDEX_OPERATION_COUNT
The number of operations of the 'Module Context Def Index' class.- See Also:
- Constant Field Values
-
MODULE_RESOURCE_DESCRIPTION_INDEX
static final int MODULE_RESOURCE_DESCRIPTION_INDEX
The meta object id for the 'Module Resource Description Index
' class.
-
MODULE_RESOURCE_DESCRIPTION_INDEX__RESOURCE_DESCRIPTION_STORE
static final int MODULE_RESOURCE_DESCRIPTION_INDEX__RESOURCE_DESCRIPTION_STORE
The feature id for the 'Resource Description Store' attribute.- See Also:
- Constant Field Values
-
MODULE_RESOURCE_DESCRIPTION_INDEX__RESOURCE_DESCRIPTION_REFERENCE_STORE
static final int MODULE_RESOURCE_DESCRIPTION_INDEX__RESOURCE_DESCRIPTION_REFERENCE_STORE
The feature id for the 'Resource Description Reference Store' attribute.- See Also:
- Constant Field Values
-
MODULE_RESOURCE_DESCRIPTION_INDEX__IMPORTED_NAMES
static final int MODULE_RESOURCE_DESCRIPTION_INDEX__IMPORTED_NAMES
The feature id for the 'Imported Names' attribute list.- See Also:
- Constant Field Values
-
MODULE_RESOURCE_DESCRIPTION_INDEX_FEATURE_COUNT
static final int MODULE_RESOURCE_DESCRIPTION_INDEX_FEATURE_COUNT
The number of structural features of the 'Module Resource Description Index' class.- See Also:
- Constant Field Values
-
MODULE_RESOURCE_DESCRIPTION_INDEX_OPERATION_COUNT
static final int MODULE_RESOURCE_DESCRIPTION_INDEX_OPERATION_COUNT
The number of operations of the 'Module Resource Description Index' class.- See Also:
- Constant Field Values
-
CONTEXT_DEF_ITEM_INFO
static final int CONTEXT_DEF_ITEM_INFO
The meta object id for the 'Context Def Item Info
' class.
-
CONTEXT_DEF_ITEM_INFO__NAME
static final int CONTEXT_DEF_ITEM_INFO__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
CONTEXT_DEF_ITEM_INFO__ENVS
static final int CONTEXT_DEF_ITEM_INFO__ENVS
The feature id for the 'Envs' attribute.- See Also:
- Constant Field Values
-
CONTEXT_DEF_ITEM_INFO__SOURCE_URI
static final int CONTEXT_DEF_ITEM_INFO__SOURCE_URI
The feature id for the 'Source Uri' attribute.- See Also:
- Constant Field Values
-
CONTEXT_DEF_ITEM_INFO_FEATURE_COUNT
static final int CONTEXT_DEF_ITEM_INFO_FEATURE_COUNT
The number of structural features of the 'Context Def Item Info' class.- See Also:
- Constant Field Values
-
CONTEXT_DEF_ITEM_INFO_OPERATION_COUNT
static final int CONTEXT_DEF_ITEM_INFO_OPERATION_COUNT
The number of operations of the 'Context Def Item Info' class.- See Also:
- Constant Field Values
-
CONTEXT_DEF_PROPERTY_INFO
static final int CONTEXT_DEF_PROPERTY_INFO
The meta object id for the 'Context Def Property Info
' class.
-
CONTEXT_DEF_PROPERTY_INFO__NAME
static final int CONTEXT_DEF_PROPERTY_INFO__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
CONTEXT_DEF_PROPERTY_INFO__ENVS
static final int CONTEXT_DEF_PROPERTY_INFO__ENVS
The feature id for the 'Envs' attribute.- See Also:
- Constant Field Values
-
CONTEXT_DEF_PROPERTY_INFO__SOURCE_URI
static final int CONTEXT_DEF_PROPERTY_INFO__SOURCE_URI
The feature id for the 'Source Uri' attribute.- See Also:
- Constant Field Values
-
CONTEXT_DEF_PROPERTY_INFO_FEATURE_COUNT
static final int CONTEXT_DEF_PROPERTY_INFO_FEATURE_COUNT
The number of structural features of the 'Context Def Property Info' class.- See Also:
- Constant Field Values
-
CONTEXT_DEF_PROPERTY_INFO_OPERATION_COUNT
static final int CONTEXT_DEF_PROPERTY_INFO_OPERATION_COUNT
The number of operations of the 'Context Def Property Info' class.- See Also:
- Constant Field Values
-
CONTEXT_DEF_METHOD_INFO
static final int CONTEXT_DEF_METHOD_INFO
The meta object id for the 'Context Def Method Info
' class.
-
CONTEXT_DEF_METHOD_INFO__NAME
static final int CONTEXT_DEF_METHOD_INFO__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
CONTEXT_DEF_METHOD_INFO__ENVS
static final int CONTEXT_DEF_METHOD_INFO__ENVS
The feature id for the 'Envs' attribute.- See Also:
- Constant Field Values
-
CONTEXT_DEF_METHOD_INFO__SOURCE_URI
static final int CONTEXT_DEF_METHOD_INFO__SOURCE_URI
The feature id for the 'Source Uri' attribute.- See Also:
- Constant Field Values
-
CONTEXT_DEF_METHOD_INFO__FUNCTION
static final int CONTEXT_DEF_METHOD_INFO__FUNCTION
The feature id for the 'Function' attribute.- See Also:
- Constant Field Values
-
CONTEXT_DEF_METHOD_INFO__SERVER_CALL
static final int CONTEXT_DEF_METHOD_INFO__SERVER_CALL
The feature id for the 'Server Call' attribute.- See Also:
- Constant Field Values
-
CONTEXT_DEF_METHOD_INFO__DEPRECATED
static final int CONTEXT_DEF_METHOD_INFO__DEPRECATED
The feature id for the 'Deprecated' attribute.- See Also:
- Constant Field Values
-
CONTEXT_DEF_METHOD_INFO__MIN_PARAMS
static final int CONTEXT_DEF_METHOD_INFO__MIN_PARAMS
The feature id for the 'Min Params' attribute.- See Also:
- Constant Field Values
-
CONTEXT_DEF_METHOD_INFO__OUT_PARAMS
static final int CONTEXT_DEF_METHOD_INFO__OUT_PARAMS
The feature id for the 'Out Params' attribute list.- See Also:
- Constant Field Values
-
CONTEXT_DEF_METHOD_INFO_FEATURE_COUNT
static final int CONTEXT_DEF_METHOD_INFO_FEATURE_COUNT
The number of structural features of the 'Context Def Method Info' class.- See Also:
- Constant Field Values
-
CONTEXT_DEF_METHOD_INFO_OPERATION_COUNT
static final int CONTEXT_DEF_METHOD_INFO_OPERATION_COUNT
The number of operations of the 'Context Def Method Info' class.- See Also:
- Constant Field Values
-
BYTE_ARRAY
static final int BYTE_ARRAY
The meta object id for the 'Byte Array' data type.
-
ENVIRONMENTS
static final int ENVIRONMENTS
The meta object id for the 'Environments' data type.
-
-
Method Detail
-
getModuleContextDefIndex
org.eclipse.emf.ecore.EClass getModuleContextDefIndex()
Returns the meta object for class 'Module Context Def Index
'.- Returns:
- the meta object for class 'Module Context Def Index'.
- See Also:
ModuleContextDefIndex
-
getModuleContextDefIndex_ContextDef
org.eclipse.emf.ecore.EReference getModuleContextDefIndex_ContextDef()
Returns the meta object for the containment reference 'Context Def
'.- Returns:
- the meta object for the containment reference 'Context Def'.
- See Also:
ModuleContextDefIndex.getContextDef()
,getModuleContextDefIndex()
-
getModuleContextDefIndex_Methods
org.eclipse.emf.ecore.EReference getModuleContextDefIndex_Methods()
Returns the meta object for the containment reference list 'Methods
'.- Returns:
- the meta object for the containment reference list 'Methods'.
- See Also:
ModuleContextDefIndex.getMethods()
,getModuleContextDefIndex()
-
getModuleContextDefIndex_Properties
org.eclipse.emf.ecore.EReference getModuleContextDefIndex_Properties()
Returns the meta object for the containment reference list 'Properties
'.- Returns:
- the meta object for the containment reference list 'Properties'.
- See Also:
ModuleContextDefIndex.getProperties()
,getModuleContextDefIndex()
-
getModuleContextDefIndex_TypeIndexStore
org.eclipse.emf.ecore.EAttribute getModuleContextDefIndex_TypeIndexStore()
Returns the meta object for the attribute 'Type Index Store
'.- Returns:
- the meta object for the attribute 'Type Index Store'.
- See Also:
ModuleContextDefIndex.getTypeIndexStore()
,getModuleContextDefIndex()
-
getModuleResourceDescriptionIndex
org.eclipse.emf.ecore.EClass getModuleResourceDescriptionIndex()
Returns the meta object for class 'Module Resource Description Index
'.- Returns:
- the meta object for class 'Module Resource Description Index'.
- See Also:
ModuleResourceDescriptionIndex
-
getModuleResourceDescriptionIndex_ResourceDescriptionStore
org.eclipse.emf.ecore.EAttribute getModuleResourceDescriptionIndex_ResourceDescriptionStore()
Returns the meta object for the attribute 'Resource Description Store
'.- Returns:
- the meta object for the attribute 'Resource Description Store'.
- See Also:
ModuleResourceDescriptionIndex.getResourceDescriptionStore()
,getModuleResourceDescriptionIndex()
-
getModuleResourceDescriptionIndex_ResourceDescriptionReferenceStore
org.eclipse.emf.ecore.EAttribute getModuleResourceDescriptionIndex_ResourceDescriptionReferenceStore()
Returns the meta object for the attribute 'Resource Description Reference Store
'.- Returns:
- the meta object for the attribute 'Resource Description Reference Store'.
- See Also:
ModuleResourceDescriptionIndex.getResourceDescriptionReferenceStore()
,getModuleResourceDescriptionIndex()
-
getModuleResourceDescriptionIndex_ImportedNames
org.eclipse.emf.ecore.EAttribute getModuleResourceDescriptionIndex_ImportedNames()
Returns the meta object for the attribute list 'Imported Names
'.- Returns:
- the meta object for the attribute list 'Imported Names'.
- See Also:
ModuleResourceDescriptionIndex.getImportedNames()
,getModuleResourceDescriptionIndex()
-
getContextDefItemInfo
org.eclipse.emf.ecore.EClass getContextDefItemInfo()
Returns the meta object for class 'Context Def Item Info
'.- Returns:
- the meta object for class 'Context Def Item Info'.
- See Also:
ContextDefItemInfo
-
getContextDefItemInfo_Name
org.eclipse.emf.ecore.EAttribute getContextDefItemInfo_Name()
Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
ContextDefItemInfo.getName()
,getContextDefItemInfo()
-
getContextDefItemInfo_Envs
org.eclipse.emf.ecore.EAttribute getContextDefItemInfo_Envs()
Returns the meta object for the attribute 'Envs
'.- Returns:
- the meta object for the attribute 'Envs'.
- See Also:
ContextDefItemInfo.getEnvs()
,getContextDefItemInfo()
-
getContextDefItemInfo_SourceUri
org.eclipse.emf.ecore.EAttribute getContextDefItemInfo_SourceUri()
Returns the meta object for the attribute 'Source Uri
'.- Returns:
- the meta object for the attribute 'Source Uri'.
- See Also:
ContextDefItemInfo.getSourceUri()
,getContextDefItemInfo()
-
getContextDefPropertyInfo
org.eclipse.emf.ecore.EClass getContextDefPropertyInfo()
Returns the meta object for class 'Context Def Property Info
'.- Returns:
- the meta object for class 'Context Def Property Info'.
- See Also:
ContextDefPropertyInfo
-
getContextDefMethodInfo
org.eclipse.emf.ecore.EClass getContextDefMethodInfo()
Returns the meta object for class 'Context Def Method Info
'.- Returns:
- the meta object for class 'Context Def Method Info'.
- See Also:
ContextDefMethodInfo
-
getContextDefMethodInfo_Function
org.eclipse.emf.ecore.EAttribute getContextDefMethodInfo_Function()
Returns the meta object for the attribute 'Function
'.- Returns:
- the meta object for the attribute 'Function'.
- See Also:
ContextDefMethodInfo.isFunction()
,getContextDefMethodInfo()
-
getContextDefMethodInfo_ServerCall
org.eclipse.emf.ecore.EAttribute getContextDefMethodInfo_ServerCall()
Returns the meta object for the attribute 'Server Call
'.- Returns:
- the meta object for the attribute 'Server Call'.
- See Also:
ContextDefMethodInfo.isServerCall()
,getContextDefMethodInfo()
-
getContextDefMethodInfo_Deprecated
org.eclipse.emf.ecore.EAttribute getContextDefMethodInfo_Deprecated()
Returns the meta object for the attribute 'Deprecated
'.- Returns:
- the meta object for the attribute 'Deprecated'.
- See Also:
ContextDefMethodInfo.isDeprecated()
,getContextDefMethodInfo()
-
getContextDefMethodInfo_MinParams
org.eclipse.emf.ecore.EAttribute getContextDefMethodInfo_MinParams()
Returns the meta object for the attribute 'Min Params
'.- Returns:
- the meta object for the attribute 'Min Params'.
- See Also:
ContextDefMethodInfo.getMinParams()
,getContextDefMethodInfo()
-
getContextDefMethodInfo_OutParams
org.eclipse.emf.ecore.EAttribute getContextDefMethodInfo_OutParams()
Returns the meta object for the attribute list 'Out Params
'.- Returns:
- the meta object for the attribute list 'Out Params'.
- See Also:
ContextDefMethodInfo.getOutParams()
,getContextDefMethodInfo()
-
getByteArray
org.eclipse.emf.ecore.EDataType getByteArray()
Returns the meta object for data type 'Byte Array'.- Returns:
- the meta object for data type 'Byte Array'.
-
getEnvironments
org.eclipse.emf.ecore.EDataType getEnvironments()
Returns the meta object for data type 'Environments
'. Custom-serialized Environments wrapper- Returns:
- the meta object for data type 'Environments'.
- See Also:
Environments
-
getBslIndexFactory
BslIndexFactory getBslIndexFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-