|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FrmPackage
The Package for the model. It contains accessors for the meta objects to represent
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 |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final FrmPackage eINSTANCE
static final int FILE_RESOURCES_TYPE
File Resources Type
' class.
FileResourcesTypeImpl
,
FrmPackageImpl.getFileResourcesType()
,
Constant Field Valuesstatic final int FILE_RESOURCES_TYPE__FILE_RESOURCE
static final int FILE_RESOURCES_TYPE_FEATURE_COUNT
static final int FILE_RESOURCE
File Resource
' class.
FileResourceImpl
,
FrmPackageImpl.getFileResource()
,
Constant Field Valuesstatic final int FILE_RESOURCE__NAME
static final int FILE_RESOURCE__EXTENSION
static final int FILE_RESOURCE__RELATIVE_PATH
static final int FILE_RESOURCE__MIME_TYPE
static final int FILE_RESOURCE__CONTENT
static final int FILE_RESOURCE_FEATURE_COUNT
Method Detail |
---|
org.eclipse.emf.ecore.EClass getFileResourcesType()
File Resources Type
'.
FileResourcesType
org.eclipse.emf.ecore.EReference getFileResourcesType_FileResource()
File Resource
'.
FileResourcesType.getFileResource()
,
getFileResourcesType()
org.eclipse.emf.ecore.EClass getFileResource()
File Resource
'.
FileResource
org.eclipse.emf.ecore.EAttribute getFileResource_Name()
Name
'.
FileResource.getName()
,
getFileResource()
org.eclipse.emf.ecore.EAttribute getFileResource_Extension()
Extension
'.
FileResource.getExtension()
,
getFileResource()
org.eclipse.emf.ecore.EAttribute getFileResource_RelativePath()
Relative Path
'.
FileResource.getRelativePath()
,
getFileResource()
org.eclipse.emf.ecore.EAttribute getFileResource_MimeType()
Mime Type
'.
FileResource.getMimeType()
,
getFileResource()
org.eclipse.emf.ecore.EAttribute getFileResource_Content()
Content
'.
FileResource.getContent()
,
getFileResource()
FrmFactory getFrmFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |