Interface IRepositoryPackage
- 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
public interface IRepositoryPackage
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 IRepositoryPackage
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 'Input Stream' data type.static final int
The meta object id for the 'Keyword Map
' class.static final int
The feature id for the 'Key' attribute.static final int
The feature id for the 'Value' attribute.static final int
The number of structural features of the 'Keyword Map' class.static final int
The number of operations of the 'Keyword Map' class.static final int
The meta object id for the 'Path' data type.static final int
The meta object id for the 'Raw Location
' class.static final int
The operation id for the 'Get Input Stream' operation.static final int
The operation id for the 'Get Resource' operation.static final int
The feature id for the 'Location' attribute.static final int
The feature id for the 'Update Pending' attribute.static final int
The number of structural features of the 'Raw Location' class.static final int
The number of operations of the 'Raw Location' class.static final int
The meta object id for the 'Script
' class.static final int
The operation id for the 'Get Input Stream' operation.static final int
The operation id for the 'Get Name' operation.static final int
The operation id for the 'Get Path' operation.static final int
The operation id for the 'Get Resource' operation.static final int
The operation id for the 'Run' operation.static final int
The feature id for the 'Entry' container reference.static final int
The feature id for the 'Location' attribute.static final int
The feature id for the 'Script Keywords' map.static final int
The feature id for the 'Timestamp' attribute.static final int
The feature id for the 'Update Pending' attribute.static final int
The feature id for the 'User Keywords' map.static final int
The number of structural features of the 'Script' class.static final int
The meta object id for the 'Script Location
' class.static final int
The operation id for the 'Get Input Stream' operation.static final int
The operation id for the 'Get Resource' operation.static final int
The feature id for the 'Default' attribute.static final int
The feature id for the 'Location' attribute.static final int
The feature id for the 'Recursive' attribute.static final int
The feature id for the 'Scripts' containment reference list.static final int
The feature id for the 'Update Pending' attribute.static final int
The number of structural features of the 'Script Location' class.static final int
The number of operations of the 'Script Location' class.static final int
The number of operations of the 'Script' class.static final int
The meta object id for the 'Storage
' class.static final int
The feature id for the 'Entries' containment reference list.static final int
The number of structural features of the 'Storage' class.static final int
The number of operations of the 'Storage' class. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EDataType
Returns the meta object for data type 'Input Stream
'.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Keyword Map
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Key
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Value
'.org.eclipse.emf.ecore.EDataType
getPath()
Returns the meta object for data type 'Path
'.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Raw Location
'.org.eclipse.emf.ecore.EOperation
Returns the meta object for the 'Get Input Stream
' operation.org.eclipse.emf.ecore.EOperation
Returns the meta object for the 'Get Resource
' operation.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Location
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Update Pending
'.Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Script
'.org.eclipse.emf.ecore.EOperation
Returns the meta object for the 'Get Name
' operation.org.eclipse.emf.ecore.EOperation
Returns the meta object for the 'Get Path
' operation.org.eclipse.emf.ecore.EOperation
Returns the meta object for the 'Run
' operation.org.eclipse.emf.ecore.EReference
Returns the meta object for the container reference 'Entry
'.org.eclipse.emf.ecore.EReference
Returns the meta object for the map 'Script Keywords
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Timestamp
'.org.eclipse.emf.ecore.EReference
Returns the meta object for the map 'User Keywords
'.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Script Location
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Default
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Recursive
'.org.eclipse.emf.ecore.EReference
Returns the meta object for the containment reference list 'Scripts
'.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Storage
'.org.eclipse.emf.ecore.EReference
Returns the meta object for the containment reference list 'Entries
'.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. -
RAW_LOCATION
static final int RAW_LOCATIONThe meta object id for the 'Raw Location
' class.- See Also:
-
RawLocationImpl
RepositoryPackageImpl.getRawLocation()
- Constant Field Values
-
RAW_LOCATION__LOCATION
static final int RAW_LOCATION__LOCATIONThe feature id for the 'Location' attribute.- See Also:
-
RAW_LOCATION__UPDATE_PENDING
static final int RAW_LOCATION__UPDATE_PENDINGThe feature id for the 'Update Pending' attribute.- See Also:
-
RAW_LOCATION_FEATURE_COUNT
static final int RAW_LOCATION_FEATURE_COUNTThe number of structural features of the 'Raw Location' class.- See Also:
-
RAW_LOCATION___GET_RESOURCE
static final int RAW_LOCATION___GET_RESOURCEThe operation id for the 'Get Resource' operation.- See Also:
-
RAW_LOCATION___GET_INPUT_STREAM
static final int RAW_LOCATION___GET_INPUT_STREAMThe operation id for the 'Get Input Stream' operation.- See Also:
-
RAW_LOCATION_OPERATION_COUNT
static final int RAW_LOCATION_OPERATION_COUNTThe number of operations of the 'Raw Location' class.- See Also:
-
SCRIPT
static final int SCRIPTThe meta object id for the 'Script
' class.- See Also:
-
ScriptImpl
RepositoryPackageImpl.getScript()
- Constant Field Values
-
SCRIPT__LOCATION
static final int SCRIPT__LOCATIONThe feature id for the 'Location' attribute.- See Also:
-
SCRIPT__UPDATE_PENDING
static final int SCRIPT__UPDATE_PENDINGThe feature id for the 'Update Pending' attribute.- See Also:
-
SCRIPT__TIMESTAMP
static final int SCRIPT__TIMESTAMPThe feature id for the 'Timestamp' attribute.- See Also:
-
SCRIPT__ENTRY
static final int SCRIPT__ENTRYThe feature id for the 'Entry' container reference.- See Also:
-
SCRIPT__SCRIPT_KEYWORDS
static final int SCRIPT__SCRIPT_KEYWORDSThe feature id for the 'Script Keywords' map.- See Also:
-
SCRIPT__USER_KEYWORDS
static final int SCRIPT__USER_KEYWORDSThe feature id for the 'User Keywords' map.- See Also:
-
SCRIPT_FEATURE_COUNT
static final int SCRIPT_FEATURE_COUNTThe number of structural features of the 'Script' class.- See Also:
-
SCRIPT___GET_RESOURCE
static final int SCRIPT___GET_RESOURCEThe operation id for the 'Get Resource' operation.- See Also:
-
SCRIPT___GET_INPUT_STREAM
static final int SCRIPT___GET_INPUT_STREAMThe operation id for the 'Get Input Stream' operation.- See Also:
-
SCRIPT___RUN
static final int SCRIPT___RUNThe operation id for the 'Run' operation.- See Also:
-
SCRIPT___GET_NAME
static final int SCRIPT___GET_NAMEThe operation id for the 'Get Name' operation.- See Also:
-
SCRIPT___GET_PATH
static final int SCRIPT___GET_PATHThe operation id for the 'Get Path' operation.- See Also:
-
SCRIPT_OPERATION_COUNT
static final int SCRIPT_OPERATION_COUNTThe number of operations of the 'Script' class.- See Also:
-
STORAGE
static final int STORAGEThe meta object id for the 'Storage
' class.- See Also:
-
StorageImpl
RepositoryPackageImpl.getStorage()
- Constant Field Values
-
STORAGE__ENTRIES
static final int STORAGE__ENTRIESThe feature id for the 'Entries' containment reference list.- See Also:
-
STORAGE_FEATURE_COUNT
static final int STORAGE_FEATURE_COUNTThe number of structural features of the 'Storage' class.- See Also:
-
STORAGE_OPERATION_COUNT
static final int STORAGE_OPERATION_COUNTThe number of operations of the 'Storage' class.- See Also:
-
SCRIPT_LOCATION
static final int SCRIPT_LOCATIONThe meta object id for the 'Script Location
' class.- See Also:
-
ScriptLocationImpl
RepositoryPackageImpl.getScriptLocation()
- Constant Field Values
-
SCRIPT_LOCATION__LOCATION
static final int SCRIPT_LOCATION__LOCATIONThe feature id for the 'Location' attribute.- See Also:
-
SCRIPT_LOCATION__UPDATE_PENDING
static final int SCRIPT_LOCATION__UPDATE_PENDINGThe feature id for the 'Update Pending' attribute.- See Also:
-
SCRIPT_LOCATION__RECURSIVE
static final int SCRIPT_LOCATION__RECURSIVEThe feature id for the 'Recursive' attribute.- See Also:
-
SCRIPT_LOCATION__DEFAULT
static final int SCRIPT_LOCATION__DEFAULTThe feature id for the 'Default' attribute.- See Also:
-
SCRIPT_LOCATION__SCRIPTS
static final int SCRIPT_LOCATION__SCRIPTSThe feature id for the 'Scripts' containment reference list.- See Also:
-
SCRIPT_LOCATION_FEATURE_COUNT
static final int SCRIPT_LOCATION_FEATURE_COUNTThe number of structural features of the 'Script Location' class.- See Also:
-
SCRIPT_LOCATION___GET_RESOURCE
static final int SCRIPT_LOCATION___GET_RESOURCEThe operation id for the 'Get Resource' operation.- See Also:
-
SCRIPT_LOCATION___GET_INPUT_STREAM
static final int SCRIPT_LOCATION___GET_INPUT_STREAMThe operation id for the 'Get Input Stream' operation.- See Also:
-
SCRIPT_LOCATION_OPERATION_COUNT
static final int SCRIPT_LOCATION_OPERATION_COUNTThe number of operations of the 'Script Location' class.- See Also:
-
KEYWORD_MAP
static final int KEYWORD_MAPThe meta object id for the 'Keyword Map
' class.- See Also:
-
KeywordMapImpl
RepositoryPackageImpl.getKeywordMap()
- Constant Field Values
-
KEYWORD_MAP__KEY
static final int KEYWORD_MAP__KEYThe feature id for the 'Key' attribute.- See Also:
-
KEYWORD_MAP__VALUE
static final int KEYWORD_MAP__VALUEThe feature id for the 'Value' attribute.- See Also:
-
KEYWORD_MAP_FEATURE_COUNT
static final int KEYWORD_MAP_FEATURE_COUNTThe number of structural features of the 'Keyword Map' class.- See Also:
-
KEYWORD_MAP_OPERATION_COUNT
static final int KEYWORD_MAP_OPERATION_COUNTThe number of operations of the 'Keyword Map' class.- See Also:
-
PATH
static final int PATHThe meta object id for the 'Path' data type.- See Also:
-
IPath
RepositoryPackageImpl.getPath()
- Constant Field Values
-
INPUT_STREAM
static final int INPUT_STREAMThe meta object id for the 'Input Stream' data type.- See Also:
-
InputStream
RepositoryPackageImpl.getInputStream()
- Constant Field Values
-
-
Method Details
-
getScript
org.eclipse.emf.ecore.EClass getScript()Returns the meta object for class 'Script
'.- Returns:
- the meta object for class 'Script'.
- See Also:
-
getScript_Timestamp
org.eclipse.emf.ecore.EAttribute getScript_Timestamp()Returns the meta object for the attribute 'Timestamp
'.- Returns:
- the meta object for the attribute 'Timestamp'.
- See Also:
-
getScript_Entry
org.eclipse.emf.ecore.EReference getScript_Entry()Returns the meta object for the container reference 'Entry
'.- Returns:
- the meta object for the container reference 'Entry'.
- See Also:
-
getScript_ScriptKeywords
org.eclipse.emf.ecore.EReference getScript_ScriptKeywords()Returns the meta object for the map 'Script Keywords
'.- Returns:
- the meta object for the map 'Script Keywords'.
- See Also:
-
getScript_UserKeywords
org.eclipse.emf.ecore.EReference getScript_UserKeywords()Returns the meta object for the map 'User Keywords
'.- Returns:
- the meta object for the map 'User Keywords'.
- See Also:
-
getScript__Run
org.eclipse.emf.ecore.EOperation getScript__Run()Returns the meta object for the 'Run
' operation.- Returns:
- the meta object for the 'Run' operation.
- See Also:
-
getScript__GetName
org.eclipse.emf.ecore.EOperation getScript__GetName()Returns the meta object for the 'Get Name
' operation.- Returns:
- the meta object for the 'Get Name' operation.
- See Also:
-
getScript__GetPath
org.eclipse.emf.ecore.EOperation getScript__GetPath()Returns the meta object for the 'Get Path
' operation.- Returns:
- the meta object for the 'Get Path' operation.
- See Also:
-
getRawLocation
org.eclipse.emf.ecore.EClass getRawLocation()Returns the meta object for class 'Raw Location
'.- Returns:
- the meta object for class 'Raw Location'.
- See Also:
-
getRawLocation_Location
org.eclipse.emf.ecore.EAttribute getRawLocation_Location()Returns the meta object for the attribute 'Location
'.- Returns:
- the meta object for the attribute 'Location'.
- See Also:
-
getRawLocation_UpdatePending
org.eclipse.emf.ecore.EAttribute getRawLocation_UpdatePending()Returns the meta object for the attribute 'Update Pending
'.- Returns:
- the meta object for the attribute 'Update Pending'.
- See Also:
-
getRawLocation__GetResource
org.eclipse.emf.ecore.EOperation getRawLocation__GetResource()Returns the meta object for the 'Get Resource
' operation.- Returns:
- the meta object for the 'Get Resource' operation.
- See Also:
-
getRawLocation__GetInputStream
org.eclipse.emf.ecore.EOperation getRawLocation__GetInputStream()Returns the meta object for the 'Get Input Stream
' operation.- Returns:
- the meta object for the 'Get Input Stream' operation.
- See Also:
-
getStorage
org.eclipse.emf.ecore.EClass getStorage()Returns the meta object for class 'Storage
'.- Returns:
- the meta object for class 'Storage'.
- See Also:
-
getStorage_Entries
org.eclipse.emf.ecore.EReference getStorage_Entries()Returns the meta object for the containment reference list 'Entries
'.- Returns:
- the meta object for the containment reference list 'Entries'.
- See Also:
-
getScriptLocation
org.eclipse.emf.ecore.EClass getScriptLocation()Returns the meta object for class 'Script Location
'.- Returns:
- the meta object for class 'Script Location'.
- See Also:
-
getScriptLocation_Recursive
org.eclipse.emf.ecore.EAttribute getScriptLocation_Recursive()Returns the meta object for the attribute 'Recursive
'.- Returns:
- the meta object for the attribute 'Recursive'.
- See Also:
-
getScriptLocation_Default
org.eclipse.emf.ecore.EAttribute getScriptLocation_Default()Returns the meta object for the attribute 'Default
'.- Returns:
- the meta object for the attribute 'Default'.
- See Also:
-
getScriptLocation_Scripts
org.eclipse.emf.ecore.EReference getScriptLocation_Scripts()Returns the meta object for the containment reference list 'Scripts
'.- Returns:
- the meta object for the containment reference list 'Scripts'.
- See Also:
-
getKeywordMap
org.eclipse.emf.ecore.EClass getKeywordMap()Returns the meta object for class 'Keyword Map
'.- Returns:
- the meta object for class 'Keyword Map'.
- See Also:
-
getKeywordMap_Key
org.eclipse.emf.ecore.EAttribute getKeywordMap_Key()Returns the meta object for the attribute 'Key
'.- Returns:
- the meta object for the attribute 'Key'.
- See Also:
-
getKeywordMap_Value
org.eclipse.emf.ecore.EAttribute getKeywordMap_Value()Returns the meta object for the attribute 'Value
'.- Returns:
- the meta object for the attribute 'Value'.
- See Also:
-
getPath
org.eclipse.emf.ecore.EDataType getPath()Returns the meta object for data type 'Path
'.- Returns:
- the meta object for data type 'Path'.
- See Also:
-
IPath
-
getInputStream
org.eclipse.emf.ecore.EDataType getInputStream()Returns the meta object for data type 'Input Stream
'.- Returns:
- the meta object for data type 'Input Stream'.
- See Also:
-
getRepositoryFactory
IRepositoryFactory getRepositoryFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-