org.eclipse.mofscript.fileresourcemodel.frm
Interface FrmPackage

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:
FrmPackageImpl

public interface FrmPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
FrmFactory

Nested Class Summary
static interface FrmPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static FrmPackage 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 FILE_RESOURCE
          The meta object id for the 'File Resource' class
static int FILE_RESOURCE__CONTENT
          The feature id for the 'Content' attribute
static int FILE_RESOURCE__EXTENSION
          The feature id for the 'Extension' attribute
static int FILE_RESOURCE__MIME_TYPE
          The feature id for the 'Mime Type' attribute
static int FILE_RESOURCE__NAME
          The feature id for the 'Name' attribute
static int FILE_RESOURCE__RELATIVE_PATH
          The feature id for the 'Relative Path' attribute
static int FILE_RESOURCE_FEATURE_COUNT
          The number of structural features of the 'File Resource' class
static int FILE_RESOURCES_TYPE
          The meta object id for the 'File Resources Type' class
static int FILE_RESOURCES_TYPE__FILE_RESOURCE
          The feature id for the 'File Resource' containment reference list
static int FILE_RESOURCES_TYPE_FEATURE_COUNT
          The number of structural features of the 'File Resources Type' class
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getFileResource_Content()
          Returns the meta object for the attribute 'Content'
 org.eclipse.emf.ecore.EAttribute getFileResource_Extension()
          Returns the meta object for the attribute 'Extension'
 org.eclipse.emf.ecore.EAttribute getFileResource_MimeType()
          Returns the meta object for the attribute 'Mime Type'
 org.eclipse.emf.ecore.EAttribute getFileResource_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getFileResource_RelativePath()
          Returns the meta object for the attribute 'Relative Path'
 org.eclipse.emf.ecore.EClass getFileResource()
          Returns the meta object for class 'File Resource'
 org.eclipse.emf.ecore.EReference getFileResourcesType_FileResource()
          Returns the meta object for the containment reference list 'File Resource'
 org.eclipse.emf.ecore.EClass getFileResourcesType()
          Returns the meta object for class 'File Resources Type'
 FrmFactory getFrmFactory()
          Returns the factory that creates the instances of the model
 
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.ecore.ENamedElement
getName, setName
 
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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final FrmPackage eINSTANCE
The singleton instance of the package.


FILE_RESOURCES_TYPE

static final int FILE_RESOURCES_TYPE
The meta object id for the 'File Resources Type' class.

See Also:
FileResourcesTypeImpl, FrmPackageImpl.getFileResourcesType(), Constant Field Values

FILE_RESOURCES_TYPE__FILE_RESOURCE

static final int FILE_RESOURCES_TYPE__FILE_RESOURCE
The feature id for the 'File Resource' containment reference list.

See Also:
Constant Field Values

FILE_RESOURCES_TYPE_FEATURE_COUNT

static final int FILE_RESOURCES_TYPE_FEATURE_COUNT
The number of structural features of the 'File Resources Type' class.

See Also:
Constant Field Values

FILE_RESOURCE

static final int FILE_RESOURCE
The meta object id for the 'File Resource' class.

See Also:
FileResourceImpl, FrmPackageImpl.getFileResource(), Constant Field Values

FILE_RESOURCE__NAME

static final int FILE_RESOURCE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

FILE_RESOURCE__EXTENSION

static final int FILE_RESOURCE__EXTENSION
The feature id for the 'Extension' attribute.

See Also:
Constant Field Values

FILE_RESOURCE__RELATIVE_PATH

static final int FILE_RESOURCE__RELATIVE_PATH
The feature id for the 'Relative Path' attribute.

See Also:
Constant Field Values

FILE_RESOURCE__MIME_TYPE

static final int FILE_RESOURCE__MIME_TYPE
The feature id for the 'Mime Type' attribute.

See Also:
Constant Field Values

FILE_RESOURCE__CONTENT

static final int FILE_RESOURCE__CONTENT
The feature id for the 'Content' attribute.

See Also:
Constant Field Values

FILE_RESOURCE_FEATURE_COUNT

static final int FILE_RESOURCE_FEATURE_COUNT
The number of structural features of the 'File Resource' class.

See Also:
Constant Field Values
Method Detail

getFileResourcesType

org.eclipse.emf.ecore.EClass getFileResourcesType()
Returns the meta object for class 'File Resources Type'.

Returns:
the meta object for class 'File Resources Type'.
See Also:
FileResourcesType

getFileResourcesType_FileResource

org.eclipse.emf.ecore.EReference getFileResourcesType_FileResource()
Returns the meta object for the containment reference list 'File Resource'.

Returns:
the meta object for the containment reference list 'File Resource'.
See Also:
FileResourcesType.getFileResource(), getFileResourcesType()

getFileResource

org.eclipse.emf.ecore.EClass getFileResource()
Returns the meta object for class 'File Resource'.

Returns:
the meta object for class 'File Resource'.
See Also:
FileResource

getFileResource_Name

org.eclipse.emf.ecore.EAttribute getFileResource_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
FileResource.getName(), getFileResource()

getFileResource_Extension

org.eclipse.emf.ecore.EAttribute getFileResource_Extension()
Returns the meta object for the attribute 'Extension'.

Returns:
the meta object for the attribute 'Extension'.
See Also:
FileResource.getExtension(), getFileResource()

getFileResource_RelativePath

org.eclipse.emf.ecore.EAttribute getFileResource_RelativePath()
Returns the meta object for the attribute 'Relative Path'.

Returns:
the meta object for the attribute 'Relative Path'.
See Also:
FileResource.getRelativePath(), getFileResource()

getFileResource_MimeType

org.eclipse.emf.ecore.EAttribute getFileResource_MimeType()
Returns the meta object for the attribute 'Mime Type'.

Returns:
the meta object for the attribute 'Mime Type'.
See Also:
FileResource.getMimeType(), getFileResource()

getFileResource_Content

org.eclipse.emf.ecore.EAttribute getFileResource_Content()
Returns the meta object for the attribute 'Content'.

Returns:
the meta object for the attribute 'Content'.
See Also:
FileResource.getContent(), getFileResource()

getFrmFactory

FrmFactory getFrmFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.