public interface IRepositoryPackage
extends org.eclipse.emf.ecore.EPackage
IRepositoryFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
IRepositoryPackage.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
|
Modifier and Type | Field and Description |
---|---|
static IRepositoryPackage |
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 |
INPUT_STREAM
The meta object id for the 'Input Stream' data type.
|
static int |
KEYWORD_MAP
The meta object id for the '
Keyword Map ' class. |
static int |
KEYWORD_MAP__KEY
The feature id for the 'Key' attribute.
|
static int |
KEYWORD_MAP__VALUE
The feature id for the 'Value' attribute.
|
static int |
KEYWORD_MAP_FEATURE_COUNT
The number of structural features of the 'Keyword Map' class.
|
static int |
KEYWORD_MAP_OPERATION_COUNT
The number of operations of the 'Keyword Map' class.
|
static int |
PATH
The meta object id for the 'Path' data type.
|
static int |
RAW_LOCATION
The meta object id for the '
Raw Location ' class. |
static int |
RAW_LOCATION___GET_INPUT_STREAM
The operation id for the 'Get Input Stream' operation.
|
static int |
RAW_LOCATION___GET_RESOURCE
The operation id for the 'Get Resource' operation.
|
static int |
RAW_LOCATION__LOCATION
The feature id for the 'Location' attribute.
|
static int |
RAW_LOCATION__UPDATE_PENDING
The feature id for the 'Update Pending' attribute.
|
static int |
RAW_LOCATION_FEATURE_COUNT
The number of structural features of the 'Raw Location' class.
|
static int |
RAW_LOCATION_OPERATION_COUNT
The number of operations of the 'Raw Location' class.
|
static int |
SCRIPT
The meta object id for the '
Script ' class. |
static int |
SCRIPT___GET_INPUT_STREAM
The operation id for the 'Get Input Stream' operation.
|
static int |
SCRIPT___GET_NAME
The operation id for the 'Get Name' operation.
|
static int |
SCRIPT___GET_PATH
The operation id for the 'Get Path' operation.
|
static int |
SCRIPT___GET_RESOURCE
The operation id for the 'Get Resource' operation.
|
static int |
SCRIPT___RUN
The operation id for the 'Run' operation.
|
static int |
SCRIPT__ENTRY
The feature id for the 'Entry' container reference.
|
static int |
SCRIPT__LOCATION
The feature id for the 'Location' attribute.
|
static int |
SCRIPT__SCRIPT_KEYWORDS
The feature id for the 'Script Keywords' map.
|
static int |
SCRIPT__TIMESTAMP
The feature id for the 'Timestamp' attribute.
|
static int |
SCRIPT__UPDATE_PENDING
The feature id for the 'Update Pending' attribute.
|
static int |
SCRIPT__USER_KEYWORDS
The feature id for the 'User Keywords' map.
|
static int |
SCRIPT_FEATURE_COUNT
The number of structural features of the 'Script' class.
|
static int |
SCRIPT_LOCATION
The meta object id for the '
Script Location ' class. |
static int |
SCRIPT_LOCATION___GET_INPUT_STREAM
The operation id for the 'Get Input Stream' operation.
|
static int |
SCRIPT_LOCATION___GET_RESOURCE
The operation id for the 'Get Resource' operation.
|
static int |
SCRIPT_LOCATION__DEFAULT
The feature id for the 'Default' attribute.
|
static int |
SCRIPT_LOCATION__LOCATION
The feature id for the 'Location' attribute.
|
static int |
SCRIPT_LOCATION__RECURSIVE
The feature id for the 'Recursive' attribute.
|
static int |
SCRIPT_LOCATION__SCRIPTS
The feature id for the 'Scripts' containment reference list.
|
static int |
SCRIPT_LOCATION__UPDATE_PENDING
The feature id for the 'Update Pending' attribute.
|
static int |
SCRIPT_LOCATION_FEATURE_COUNT
The number of structural features of the 'Script Location' class.
|
static int |
SCRIPT_LOCATION_OPERATION_COUNT
The number of operations of the 'Script Location' class.
|
static int |
SCRIPT_OPERATION_COUNT
The number of operations of the 'Script' class.
|
static int |
STORAGE
The meta object id for the '
Storage ' class. |
static int |
STORAGE__ENTRIES
The feature id for the 'Entries' containment reference list.
|
static int |
STORAGE_FEATURE_COUNT
The number of structural features of the 'Storage' class.
|
static int |
STORAGE_OPERATION_COUNT
The number of operations of the 'Storage' class.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EDataType |
getInputStream()
Returns the meta object for data type '
Input Stream '. |
org.eclipse.emf.ecore.EAttribute |
getKeywordMap_Key()
Returns the meta object for the attribute '
Key '. |
org.eclipse.emf.ecore.EAttribute |
getKeywordMap_Value()
Returns the meta object for the attribute '
Value '. |
org.eclipse.emf.ecore.EClass |
getKeywordMap()
Returns the meta object for class '
Keyword Map '. |
org.eclipse.emf.ecore.EDataType |
getPath()
Returns the meta object for data type '
Path '. |
org.eclipse.emf.ecore.EOperation |
getRawLocation__GetInputStream()
Returns the meta object for the '
Get Input Stream ' operation. |
org.eclipse.emf.ecore.EOperation |
getRawLocation__GetResource()
Returns the meta object for the '
Get Resource ' operation. |
org.eclipse.emf.ecore.EAttribute |
getRawLocation_Location()
Returns the meta object for the attribute '
Location '. |
org.eclipse.emf.ecore.EAttribute |
getRawLocation_UpdatePending()
Returns the meta object for the attribute '
Update Pending '. |
org.eclipse.emf.ecore.EClass |
getRawLocation()
Returns the meta object for class '
Raw Location '. |
IRepositoryFactory |
getRepositoryFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EOperation |
getScript__GetName()
Returns the meta object for the '
Get Name ' operation. |
org.eclipse.emf.ecore.EOperation |
getScript__GetPath()
Returns the meta object for the '
Get Path ' operation. |
org.eclipse.emf.ecore.EOperation |
getScript__Run()
Returns the meta object for the '
Run ' operation. |
org.eclipse.emf.ecore.EReference |
getScript_Entry()
Returns the meta object for the container reference '
Entry '. |
org.eclipse.emf.ecore.EReference |
getScript_ScriptKeywords()
Returns the meta object for the map '
Script Keywords '. |
org.eclipse.emf.ecore.EAttribute |
getScript_Timestamp()
Returns the meta object for the attribute '
Timestamp '. |
org.eclipse.emf.ecore.EReference |
getScript_UserKeywords()
Returns the meta object for the map '
User Keywords '. |
org.eclipse.emf.ecore.EClass |
getScript()
Returns the meta object for class '
Script '. |
org.eclipse.emf.ecore.EAttribute |
getScriptLocation_Default()
Returns the meta object for the attribute '
Default '. |
org.eclipse.emf.ecore.EAttribute |
getScriptLocation_Recursive()
Returns the meta object for the attribute '
Recursive '. |
org.eclipse.emf.ecore.EReference |
getScriptLocation_Scripts()
Returns the meta object for the containment reference list '
Scripts '. |
org.eclipse.emf.ecore.EClass |
getScriptLocation()
Returns the meta object for class '
Script Location '. |
org.eclipse.emf.ecore.EReference |
getStorage_Entries()
Returns the meta object for the containment reference list '
Entries '. |
org.eclipse.emf.ecore.EClass |
getStorage()
Returns the meta object for class '
Storage '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final IRepositoryPackage eINSTANCE
static final int RAW_LOCATION
Raw Location
' class.
RawLocationImpl
,
RepositoryPackageImpl.getRawLocation()
,
Constant Field Valuesstatic final int RAW_LOCATION__LOCATION
static final int RAW_LOCATION__UPDATE_PENDING
static final int RAW_LOCATION_FEATURE_COUNT
static final int RAW_LOCATION___GET_RESOURCE
static final int RAW_LOCATION___GET_INPUT_STREAM
static final int RAW_LOCATION_OPERATION_COUNT
static final int SCRIPT
Script
' class. ScriptImpl
,
RepositoryPackageImpl.getScript()
,
Constant Field Valuesstatic final int SCRIPT__LOCATION
static final int SCRIPT__UPDATE_PENDING
static final int SCRIPT__TIMESTAMP
static final int SCRIPT__ENTRY
static final int SCRIPT__SCRIPT_KEYWORDS
static final int SCRIPT__USER_KEYWORDS
static final int SCRIPT_FEATURE_COUNT
static final int SCRIPT___GET_RESOURCE
static final int SCRIPT___GET_INPUT_STREAM
static final int SCRIPT___RUN
static final int SCRIPT___GET_NAME
static final int SCRIPT___GET_PATH
static final int SCRIPT_OPERATION_COUNT
static final int STORAGE
Storage
' class. StorageImpl
,
RepositoryPackageImpl.getStorage()
,
Constant Field Valuesstatic final int STORAGE__ENTRIES
static final int STORAGE_FEATURE_COUNT
static final int STORAGE_OPERATION_COUNT
static final int SCRIPT_LOCATION
Script Location
' class. ScriptLocationImpl
,
RepositoryPackageImpl.getScriptLocation()
,
Constant Field Valuesstatic final int SCRIPT_LOCATION__LOCATION
static final int SCRIPT_LOCATION__UPDATE_PENDING
static final int SCRIPT_LOCATION__RECURSIVE
static final int SCRIPT_LOCATION__DEFAULT
static final int SCRIPT_LOCATION__SCRIPTS
static final int SCRIPT_LOCATION_FEATURE_COUNT
static final int SCRIPT_LOCATION___GET_RESOURCE
static final int SCRIPT_LOCATION___GET_INPUT_STREAM
static final int SCRIPT_LOCATION_OPERATION_COUNT
static final int KEYWORD_MAP
Keyword Map
' class. KeywordMapImpl
,
RepositoryPackageImpl.getKeywordMap()
,
Constant Field Valuesstatic final int KEYWORD_MAP__KEY
static final int KEYWORD_MAP__VALUE
static final int KEYWORD_MAP_FEATURE_COUNT
static final int KEYWORD_MAP_OPERATION_COUNT
static final int PATH
IPath
,
RepositoryPackageImpl.getPath()
,
Constant Field Valuesstatic final int INPUT_STREAM
InputStream
,
RepositoryPackageImpl.getInputStream()
,
Constant Field Valuesorg.eclipse.emf.ecore.EClass getScript()
Script
'. IScript
org.eclipse.emf.ecore.EAttribute getScript_Timestamp()
Timestamp
'. IScript.getTimestamp()
,
getScript()
org.eclipse.emf.ecore.EReference getScript_Entry()
Entry
'. IScript.getEntry()
,
getScript()
org.eclipse.emf.ecore.EReference getScript_ScriptKeywords()
Script Keywords
'. IScript.getScriptKeywords()
,
getScript()
org.eclipse.emf.ecore.EReference getScript_UserKeywords()
User Keywords
'. IScript.getUserKeywords()
,
getScript()
org.eclipse.emf.ecore.EOperation getScript__Run()
Run
' operation. IScript.run()
org.eclipse.emf.ecore.EOperation getScript__GetName()
Get Name
' operation.
IScript.getName()
org.eclipse.emf.ecore.EOperation getScript__GetPath()
Get Path
' operation.
IScript.getPath()
org.eclipse.emf.ecore.EClass getRawLocation()
Raw Location
'. IRawLocation
org.eclipse.emf.ecore.EAttribute getRawLocation_Location()
Location
'. IRawLocation.getLocation()
,
getRawLocation()
org.eclipse.emf.ecore.EAttribute getRawLocation_UpdatePending()
Update Pending
'. IRawLocation.isUpdatePending()
,
getRawLocation()
org.eclipse.emf.ecore.EOperation getRawLocation__GetResource()
Get Resource
' operation. IRawLocation.getResource()
org.eclipse.emf.ecore.EOperation getRawLocation__GetInputStream()
Get Input Stream
' operation. IRawLocation.getInputStream()
org.eclipse.emf.ecore.EClass getStorage()
Storage
'. IStorage
org.eclipse.emf.ecore.EReference getStorage_Entries()
Entries
'. IStorage.getEntries()
,
getStorage()
org.eclipse.emf.ecore.EClass getScriptLocation()
Script Location
'. IScriptLocation
org.eclipse.emf.ecore.EAttribute getScriptLocation_Recursive()
Recursive
'. IScriptLocation.isRecursive()
,
getScriptLocation()
org.eclipse.emf.ecore.EAttribute getScriptLocation_Default()
Default
'. IScriptLocation.isDefault()
,
getScriptLocation()
org.eclipse.emf.ecore.EReference getScriptLocation_Scripts()
Scripts
'.
IScriptLocation.getScripts()
,
getScriptLocation()
org.eclipse.emf.ecore.EClass getKeywordMap()
Keyword Map
'. Map.Entry
org.eclipse.emf.ecore.EAttribute getKeywordMap_Key()
Key
'. Map.Entry
,
getKeywordMap()
org.eclipse.emf.ecore.EAttribute getKeywordMap_Value()
Value
'. Map.Entry
,
getKeywordMap()
org.eclipse.emf.ecore.EDataType getPath()
Path
'. IPath
org.eclipse.emf.ecore.EDataType getInputStream()
Input Stream
'. InputStream
IRepositoryFactory getRepositoryFactory()