org.mod4j.dsl.service.mm.ServiceDsl
Interface ServiceDslPackage

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

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

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

See Also:
ServiceDslFactory

Nested Class Summary
static interface ServiceDslPackage.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 int ASSOCIATION_METHOD
          The meta object id for the 'Association Method' class.
static int ASSOCIATION_METHOD__DESCRIPTION
          The feature id for the 'Description' attribute.
static int ASSOCIATION_METHOD__MAIN
          The feature id for the 'Main' reference.
static int ASSOCIATION_METHOD__MODEL
          The feature id for the 'Model' container reference.
static int ASSOCIATION_METHOD__NAME
          The feature id for the 'Name' attribute.
static int ASSOCIATION_METHOD__PART
          The feature id for the 'Part' reference.
static int ASSOCIATION_METHOD__ROLENAME
          The feature id for the 'Rolename' attribute.
static int ASSOCIATION_METHOD__TYPE
          The feature id for the 'Type' attribute.
static int ASSOCIATION_METHOD_FEATURE_COUNT
          The number of structural features of the 'Association Method' class.
static int COLLECTION_TYPE
          The meta object id for the 'Collection Type' enum.
static int CRUD_SERVICE
          The meta object id for the 'Crud Service' class.
static int CRUD_SERVICE__DESCRIPTION
          The feature id for the 'Description' attribute.
static int CRUD_SERVICE__DTO
          The feature id for the 'Dto' reference.
static int CRUD_SERVICE__MODEL
          The feature id for the 'Model' container reference.
static int CRUD_SERVICE__NAME
          The feature id for the 'Name' attribute.
static int CRUD_SERVICE_FEATURE_COUNT
          The number of structural features of the 'Crud Service' class.
static int CUSTOM_METHOD
          The meta object id for the 'Custom Method' class.
static int CUSTOM_METHOD__DESCRIPTION
          The feature id for the 'Description' attribute.
static int CUSTOM_METHOD__IN_PARAMETERS
          The feature id for the 'In Parameters' containment reference list.
static int CUSTOM_METHOD__MODEL
          The feature id for the 'Model' container reference.
static int CUSTOM_METHOD__NAME
          The feature id for the 'Name' attribute.
static int CUSTOM_METHOD__OUT_PARAMETER
          The feature id for the 'Out Parameter' containment reference.
static int CUSTOM_METHOD__TYPE
          The feature id for the 'Type' attribute.
static int CUSTOM_METHOD_FEATURE_COUNT
          The number of structural features of the 'Custom Method' class.
static int DTO_REFERENCE
          The meta object id for the 'Dto Reference' class.
static int DTO_REFERENCE__DESCRIPTION
          The feature id for the 'Description' attribute.
static int DTO_REFERENCE__MODEL
          The feature id for the 'Model' container reference.
static int DTO_REFERENCE__MODELNAME
          The feature id for the 'Modelname' attribute.
static int DTO_REFERENCE__NAME
          The feature id for the 'Name' attribute.
static int DTO_REFERENCE_FEATURE_COUNT
          The number of structural features of the 'Dto Reference' class.
static ServiceDslPackage 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 METHOD_TYPE
          The meta object id for the 'Method Type' enum.
static int MODEL_ELEMENT
          The meta object id for the 'Model Element' class.
static int MODEL_ELEMENT__DESCRIPTION
          The feature id for the 'Description' attribute.
static int MODEL_ELEMENT__NAME
          The feature id for the 'Name' attribute.
static int MODEL_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'Model Element' class.
static int PARAMETER
          The meta object id for the 'Parameter' class.
static int PARAMETER__COLLECTION
          The feature id for the 'Collection' attribute.
static int PARAMETER__DESCRIPTION
          The feature id for the 'Description' attribute.
static int PARAMETER__METHOD
          The feature id for the 'Method' container reference.
static int PARAMETER__NAME
          The feature id for the 'Name' attribute.
static int PARAMETER__TYPE
          The feature id for the 'Type' reference.
static int PARAMETER_FEATURE_COUNT
          The number of structural features of the 'Parameter' class.
static int SERVICE_METHOD
          The meta object id for the 'Service Method' class.
static int SERVICE_METHOD__DESCRIPTION
          The feature id for the 'Description' attribute.
static int SERVICE_METHOD__MODEL
          The feature id for the 'Model' container reference.
static int SERVICE_METHOD__NAME
          The feature id for the 'Name' attribute.
static int SERVICE_METHOD__TYPE
          The feature id for the 'Type' attribute.
static int SERVICE_METHOD_FEATURE_COUNT
          The number of structural features of the 'Service Method' class.
static int SERVICE_MODEL
          The meta object id for the 'Service Model' class.
static int SERVICE_MODEL__CRUD_SERVICES
          The feature id for the 'Crud Services' containment reference list.
static int SERVICE_MODEL__DESCRIPTION
          The feature id for the 'Description' attribute.
static int SERVICE_MODEL__DTO_REFERENCES
          The feature id for the 'Dto References' containment reference list.
static int SERVICE_MODEL__METHODS
          The feature id for the 'Methods' containment reference list.
static int SERVICE_MODEL__NAME
          The feature id for the 'Name' attribute.
static int SERVICE_MODEL_FEATURE_COUNT
          The number of structural features of the 'Service Model' class.
static int SPECIAL_METHOD
          The meta object id for the 'Special Method' class.
static int SPECIAL_METHOD__DESCRIPTION
          The feature id for the 'Description' attribute.
static int SPECIAL_METHOD__DTO
          The feature id for the 'Dto' reference.
static int SPECIAL_METHOD__MODEL
          The feature id for the 'Model' container reference.
static int SPECIAL_METHOD__NAME
          The feature id for the 'Name' attribute.
static int SPECIAL_METHOD__TYPE
          The feature id for the 'Type' attribute.
static int SPECIAL_METHOD_FEATURE_COUNT
          The number of structural features of the 'Special Method' class.
 
Method Summary
 org.eclipse.emf.ecore.EReference getAssociationMethod_Main()
          Returns the meta object for the reference 'Main'.
 org.eclipse.emf.ecore.EReference getAssociationMethod_Part()
          Returns the meta object for the reference 'Part'.
 org.eclipse.emf.ecore.EAttribute getAssociationMethod_Rolename()
          Returns the meta object for the attribute 'Rolename'.
 org.eclipse.emf.ecore.EClass getAssociationMethod()
          Returns the meta object for class 'Association Method'.
 org.eclipse.emf.ecore.EEnum getCollectionType()
          Returns the meta object for enum 'Collection Type'.
 org.eclipse.emf.ecore.EReference getCrudService_Dto()
          Returns the meta object for the reference 'Dto'.
 org.eclipse.emf.ecore.EReference getCrudService_Model()
          Returns the meta object for the container reference 'Model'.
 org.eclipse.emf.ecore.EClass getCrudService()
          Returns the meta object for class 'Crud Service'.
 org.eclipse.emf.ecore.EReference getCustomMethod_InParameters()
          Returns the meta object for the containment reference list 'In Parameters'.
 org.eclipse.emf.ecore.EReference getCustomMethod_OutParameter()
          Returns the meta object for the containment reference 'Out Parameter'.
 org.eclipse.emf.ecore.EClass getCustomMethod()
          Returns the meta object for class 'Custom Method'.
 org.eclipse.emf.ecore.EReference getDtoReference_Model()
          Returns the meta object for the container reference 'Model'.
 org.eclipse.emf.ecore.EAttribute getDtoReference_Modelname()
          Returns the meta object for the attribute 'Modelname'.
 org.eclipse.emf.ecore.EClass getDtoReference()
          Returns the meta object for class 'Dto Reference'.
 org.eclipse.emf.ecore.EEnum getMethodType()
          Returns the meta object for enum 'Method Type'.
 org.eclipse.emf.ecore.EAttribute getModelElement_Description()
          Returns the meta object for the attribute 'Description'.
 org.eclipse.emf.ecore.EAttribute getModelElement_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EClass getModelElement()
          Returns the meta object for class 'Model Element'.
 org.eclipse.emf.ecore.EAttribute getParameter_Collection()
          Returns the meta object for the attribute 'Collection'.
 org.eclipse.emf.ecore.EReference getParameter_Method()
          Returns the meta object for the container reference 'Method'.
 org.eclipse.emf.ecore.EReference getParameter_Type()
          Returns the meta object for the reference 'Type'.
 org.eclipse.emf.ecore.EClass getParameter()
          Returns the meta object for class 'Parameter'.
 ServiceDslFactory getServiceDslFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EReference getServiceMethod_Model()
          Returns the meta object for the container reference 'Model'.
 org.eclipse.emf.ecore.EAttribute getServiceMethod_Type()
          Returns the meta object for the attribute 'Type'.
 org.eclipse.emf.ecore.EClass getServiceMethod()
          Returns the meta object for class 'Service Method'.
 org.eclipse.emf.ecore.EReference getServiceModel_CrudServices()
          Returns the meta object for the containment reference list 'Crud Services'.
 org.eclipse.emf.ecore.EReference getServiceModel_DtoReferences()
          Returns the meta object for the containment reference list 'Dto References'.
 org.eclipse.emf.ecore.EReference getServiceModel_Methods()
          Returns the meta object for the containment reference list 'Methods'.
 org.eclipse.emf.ecore.EClass getServiceModel()
          Returns the meta object for class 'Service Model'.
 org.eclipse.emf.ecore.EReference getSpecialMethod_Dto()
          Returns the meta object for the reference 'Dto'.
 org.eclipse.emf.ecore.EClass getSpecialMethod()
          Returns the meta object for class 'Special Method'.
 
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 ServiceDslPackage eINSTANCE
The singleton instance of the package.


MODEL_ELEMENT

static final int MODEL_ELEMENT
The meta object id for the 'Model Element' class.

See Also:
ModelElementImpl, ServiceDslPackageImpl.getModelElement(), Constant Field Values

MODEL_ELEMENT__NAME

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

See Also:
Constant Field Values

MODEL_ELEMENT__DESCRIPTION

static final int MODEL_ELEMENT__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

MODEL_ELEMENT_FEATURE_COUNT

static final int MODEL_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Model Element' class.

See Also:
Constant Field Values

SERVICE_MODEL

static final int SERVICE_MODEL
The meta object id for the 'Service Model' class.

See Also:
ServiceModelImpl, ServiceDslPackageImpl.getServiceModel(), Constant Field Values

SERVICE_MODEL__NAME

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

See Also:
Constant Field Values

SERVICE_MODEL__DESCRIPTION

static final int SERVICE_MODEL__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

SERVICE_MODEL__METHODS

static final int SERVICE_MODEL__METHODS
The feature id for the 'Methods' containment reference list.

See Also:
Constant Field Values

SERVICE_MODEL__DTO_REFERENCES

static final int SERVICE_MODEL__DTO_REFERENCES
The feature id for the 'Dto References' containment reference list.

See Also:
Constant Field Values

SERVICE_MODEL__CRUD_SERVICES

static final int SERVICE_MODEL__CRUD_SERVICES
The feature id for the 'Crud Services' containment reference list.

See Also:
Constant Field Values

SERVICE_MODEL_FEATURE_COUNT

static final int SERVICE_MODEL_FEATURE_COUNT
The number of structural features of the 'Service Model' class.

See Also:
Constant Field Values

DTO_REFERENCE

static final int DTO_REFERENCE
The meta object id for the 'Dto Reference' class.

See Also:
DtoReferenceImpl, ServiceDslPackageImpl.getDtoReference(), Constant Field Values

DTO_REFERENCE__NAME

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

See Also:
Constant Field Values

DTO_REFERENCE__DESCRIPTION

static final int DTO_REFERENCE__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

DTO_REFERENCE__MODELNAME

static final int DTO_REFERENCE__MODELNAME
The feature id for the 'Modelname' attribute.

See Also:
Constant Field Values

DTO_REFERENCE__MODEL

static final int DTO_REFERENCE__MODEL
The feature id for the 'Model' container reference.

See Also:
Constant Field Values

DTO_REFERENCE_FEATURE_COUNT

static final int DTO_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Dto Reference' class.

See Also:
Constant Field Values

SERVICE_METHOD

static final int SERVICE_METHOD
The meta object id for the 'Service Method' class.

See Also:
ServiceMethodImpl, ServiceDslPackageImpl.getServiceMethod(), Constant Field Values

SERVICE_METHOD__NAME

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

See Also:
Constant Field Values

SERVICE_METHOD__DESCRIPTION

static final int SERVICE_METHOD__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

SERVICE_METHOD__TYPE

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

See Also:
Constant Field Values

SERVICE_METHOD__MODEL

static final int SERVICE_METHOD__MODEL
The feature id for the 'Model' container reference.

See Also:
Constant Field Values

SERVICE_METHOD_FEATURE_COUNT

static final int SERVICE_METHOD_FEATURE_COUNT
The number of structural features of the 'Service Method' class.

See Also:
Constant Field Values

CUSTOM_METHOD

static final int CUSTOM_METHOD
The meta object id for the 'Custom Method' class.

See Also:
CustomMethodImpl, ServiceDslPackageImpl.getCustomMethod(), Constant Field Values

CUSTOM_METHOD__NAME

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

See Also:
Constant Field Values

CUSTOM_METHOD__DESCRIPTION

static final int CUSTOM_METHOD__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

CUSTOM_METHOD__TYPE

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

See Also:
Constant Field Values

CUSTOM_METHOD__MODEL

static final int CUSTOM_METHOD__MODEL
The feature id for the 'Model' container reference.

See Also:
Constant Field Values

CUSTOM_METHOD__OUT_PARAMETER

static final int CUSTOM_METHOD__OUT_PARAMETER
The feature id for the 'Out Parameter' containment reference.

See Also:
Constant Field Values

CUSTOM_METHOD__IN_PARAMETERS

static final int CUSTOM_METHOD__IN_PARAMETERS
The feature id for the 'In Parameters' containment reference list.

See Also:
Constant Field Values

CUSTOM_METHOD_FEATURE_COUNT

static final int CUSTOM_METHOD_FEATURE_COUNT
The number of structural features of the 'Custom Method' class.

See Also:
Constant Field Values

CRUD_SERVICE

static final int CRUD_SERVICE
The meta object id for the 'Crud Service' class.

See Also:
CrudServiceImpl, ServiceDslPackageImpl.getCrudService(), Constant Field Values

CRUD_SERVICE__NAME

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

See Also:
Constant Field Values

CRUD_SERVICE__DESCRIPTION

static final int CRUD_SERVICE__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

CRUD_SERVICE__DTO

static final int CRUD_SERVICE__DTO
The feature id for the 'Dto' reference.

See Also:
Constant Field Values

CRUD_SERVICE__MODEL

static final int CRUD_SERVICE__MODEL
The feature id for the 'Model' container reference.

See Also:
Constant Field Values

CRUD_SERVICE_FEATURE_COUNT

static final int CRUD_SERVICE_FEATURE_COUNT
The number of structural features of the 'Crud Service' class.

See Also:
Constant Field Values

SPECIAL_METHOD

static final int SPECIAL_METHOD
The meta object id for the 'Special Method' class.

See Also:
SpecialMethodImpl, ServiceDslPackageImpl.getSpecialMethod(), Constant Field Values

SPECIAL_METHOD__NAME

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

See Also:
Constant Field Values

SPECIAL_METHOD__DESCRIPTION

static final int SPECIAL_METHOD__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

SPECIAL_METHOD__TYPE

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

See Also:
Constant Field Values

SPECIAL_METHOD__MODEL

static final int SPECIAL_METHOD__MODEL
The feature id for the 'Model' container reference.

See Also:
Constant Field Values

SPECIAL_METHOD__DTO

static final int SPECIAL_METHOD__DTO
The feature id for the 'Dto' reference.

See Also:
Constant Field Values

SPECIAL_METHOD_FEATURE_COUNT

static final int SPECIAL_METHOD_FEATURE_COUNT
The number of structural features of the 'Special Method' class.

See Also:
Constant Field Values

PARAMETER

static final int PARAMETER
The meta object id for the 'Parameter' class.

See Also:
ParameterImpl, ServiceDslPackageImpl.getParameter(), Constant Field Values

PARAMETER__NAME

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

See Also:
Constant Field Values

PARAMETER__DESCRIPTION

static final int PARAMETER__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

PARAMETER__TYPE

static final int PARAMETER__TYPE
The feature id for the 'Type' reference.

See Also:
Constant Field Values

PARAMETER__METHOD

static final int PARAMETER__METHOD
The feature id for the 'Method' container reference.

See Also:
Constant Field Values

PARAMETER__COLLECTION

static final int PARAMETER__COLLECTION
The feature id for the 'Collection' attribute.

See Also:
Constant Field Values

PARAMETER_FEATURE_COUNT

static final int PARAMETER_FEATURE_COUNT
The number of structural features of the 'Parameter' class.

See Also:
Constant Field Values

ASSOCIATION_METHOD

static final int ASSOCIATION_METHOD
The meta object id for the 'Association Method' class.

See Also:
AssociationMethodImpl, ServiceDslPackageImpl.getAssociationMethod(), Constant Field Values

ASSOCIATION_METHOD__NAME

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

See Also:
Constant Field Values

ASSOCIATION_METHOD__DESCRIPTION

static final int ASSOCIATION_METHOD__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

ASSOCIATION_METHOD__TYPE

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

See Also:
Constant Field Values

ASSOCIATION_METHOD__MODEL

static final int ASSOCIATION_METHOD__MODEL
The feature id for the 'Model' container reference.

See Also:
Constant Field Values

ASSOCIATION_METHOD__MAIN

static final int ASSOCIATION_METHOD__MAIN
The feature id for the 'Main' reference.

See Also:
Constant Field Values

ASSOCIATION_METHOD__PART

static final int ASSOCIATION_METHOD__PART
The feature id for the 'Part' reference.

See Also:
Constant Field Values

ASSOCIATION_METHOD__ROLENAME

static final int ASSOCIATION_METHOD__ROLENAME
The feature id for the 'Rolename' attribute.

See Also:
Constant Field Values

ASSOCIATION_METHOD_FEATURE_COUNT

static final int ASSOCIATION_METHOD_FEATURE_COUNT
The number of structural features of the 'Association Method' class.

See Also:
Constant Field Values

METHOD_TYPE

static final int METHOD_TYPE
The meta object id for the 'Method Type' enum.

See Also:
MethodType, ServiceDslPackageImpl.getMethodType(), Constant Field Values

COLLECTION_TYPE

static final int COLLECTION_TYPE
The meta object id for the 'Collection Type' enum.

See Also:
CollectionType, ServiceDslPackageImpl.getCollectionType(), Constant Field Values
Method Detail

getServiceModel

org.eclipse.emf.ecore.EClass getServiceModel()
Returns the meta object for class 'Service Model'.

Returns:
the meta object for class 'Service Model'.
See Also:
ServiceModel

getServiceModel_Methods

org.eclipse.emf.ecore.EReference getServiceModel_Methods()
Returns the meta object for the containment reference list 'Methods'.

Returns:
the meta object for the containment reference list 'Methods'.
See Also:
ServiceModel.getMethods(), getServiceModel()

getServiceModel_DtoReferences

org.eclipse.emf.ecore.EReference getServiceModel_DtoReferences()
Returns the meta object for the containment reference list 'Dto References'.

Returns:
the meta object for the containment reference list 'Dto References'.
See Also:
ServiceModel.getDtoReferences(), getServiceModel()

getServiceModel_CrudServices

org.eclipse.emf.ecore.EReference getServiceModel_CrudServices()
Returns the meta object for the containment reference list 'Crud Services'.

Returns:
the meta object for the containment reference list 'Crud Services'.
See Also:
ServiceModel.getCrudServices(), getServiceModel()

getModelElement

org.eclipse.emf.ecore.EClass getModelElement()
Returns the meta object for class 'Model Element'.

Returns:
the meta object for class 'Model Element'.
See Also:
ModelElement

getModelElement_Name

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

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

getModelElement_Description

org.eclipse.emf.ecore.EAttribute getModelElement_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
ModelElement.getDescription(), getModelElement()

getDtoReference

org.eclipse.emf.ecore.EClass getDtoReference()
Returns the meta object for class 'Dto Reference'.

Returns:
the meta object for class 'Dto Reference'.
See Also:
DtoReference

getDtoReference_Modelname

org.eclipse.emf.ecore.EAttribute getDtoReference_Modelname()
Returns the meta object for the attribute 'Modelname'.

Returns:
the meta object for the attribute 'Modelname'.
See Also:
DtoReference.getModelname(), getDtoReference()

getDtoReference_Model

org.eclipse.emf.ecore.EReference getDtoReference_Model()
Returns the meta object for the container reference 'Model'.

Returns:
the meta object for the container reference 'Model'.
See Also:
DtoReference.getModel(), getDtoReference()

getCustomMethod

org.eclipse.emf.ecore.EClass getCustomMethod()
Returns the meta object for class 'Custom Method'.

Returns:
the meta object for class 'Custom Method'.
See Also:
CustomMethod

getCustomMethod_OutParameter

org.eclipse.emf.ecore.EReference getCustomMethod_OutParameter()
Returns the meta object for the containment reference 'Out Parameter'.

Returns:
the meta object for the containment reference 'Out Parameter'.
See Also:
CustomMethod.getOutParameter(), getCustomMethod()

getCustomMethod_InParameters

org.eclipse.emf.ecore.EReference getCustomMethod_InParameters()
Returns the meta object for the containment reference list 'In Parameters'.

Returns:
the meta object for the containment reference list 'In Parameters'.
See Also:
CustomMethod.getInParameters(), getCustomMethod()

getCrudService

org.eclipse.emf.ecore.EClass getCrudService()
Returns the meta object for class 'Crud Service'.

Returns:
the meta object for class 'Crud Service'.
See Also:
CrudService

getCrudService_Dto

org.eclipse.emf.ecore.EReference getCrudService_Dto()
Returns the meta object for the reference 'Dto'.

Returns:
the meta object for the reference 'Dto'.
See Also:
CrudService.getDto(), getCrudService()

getCrudService_Model

org.eclipse.emf.ecore.EReference getCrudService_Model()
Returns the meta object for the container reference 'Model'.

Returns:
the meta object for the container reference 'Model'.
See Also:
CrudService.getModel(), getCrudService()

getSpecialMethod

org.eclipse.emf.ecore.EClass getSpecialMethod()
Returns the meta object for class 'Special Method'.

Returns:
the meta object for class 'Special Method'.
See Also:
SpecialMethod

getSpecialMethod_Dto

org.eclipse.emf.ecore.EReference getSpecialMethod_Dto()
Returns the meta object for the reference 'Dto'.

Returns:
the meta object for the reference 'Dto'.
See Also:
SpecialMethod.getDto(), getSpecialMethod()

getServiceMethod

org.eclipse.emf.ecore.EClass getServiceMethod()
Returns the meta object for class 'Service Method'.

Returns:
the meta object for class 'Service Method'.
See Also:
ServiceMethod

getServiceMethod_Type

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

Returns:
the meta object for the attribute 'Type'.
See Also:
ServiceMethod.getType(), getServiceMethod()

getServiceMethod_Model

org.eclipse.emf.ecore.EReference getServiceMethod_Model()
Returns the meta object for the container reference 'Model'.

Returns:
the meta object for the container reference 'Model'.
See Also:
ServiceMethod.getModel(), getServiceMethod()

getParameter

org.eclipse.emf.ecore.EClass getParameter()
Returns the meta object for class 'Parameter'.

Returns:
the meta object for class 'Parameter'.
See Also:
Parameter

getParameter_Type

org.eclipse.emf.ecore.EReference getParameter_Type()
Returns the meta object for the reference 'Type'.

Returns:
the meta object for the reference 'Type'.
See Also:
Parameter.getType(), getParameter()

getParameter_Method

org.eclipse.emf.ecore.EReference getParameter_Method()
Returns the meta object for the container reference 'Method'.

Returns:
the meta object for the container reference 'Method'.
See Also:
Parameter.getMethod(), getParameter()

getParameter_Collection

org.eclipse.emf.ecore.EAttribute getParameter_Collection()
Returns the meta object for the attribute 'Collection'.

Returns:
the meta object for the attribute 'Collection'.
See Also:
Parameter.getCollection(), getParameter()

getAssociationMethod

org.eclipse.emf.ecore.EClass getAssociationMethod()
Returns the meta object for class 'Association Method'.

Returns:
the meta object for class 'Association Method'.
See Also:
AssociationMethod

getAssociationMethod_Main

org.eclipse.emf.ecore.EReference getAssociationMethod_Main()
Returns the meta object for the reference 'Main'.

Returns:
the meta object for the reference 'Main'.
See Also:
AssociationMethod.getMain(), getAssociationMethod()

getAssociationMethod_Part

org.eclipse.emf.ecore.EReference getAssociationMethod_Part()
Returns the meta object for the reference 'Part'.

Returns:
the meta object for the reference 'Part'.
See Also:
AssociationMethod.getPart(), getAssociationMethod()

getAssociationMethod_Rolename

org.eclipse.emf.ecore.EAttribute getAssociationMethod_Rolename()
Returns the meta object for the attribute 'Rolename'.

Returns:
the meta object for the attribute 'Rolename'.
See Also:
AssociationMethod.getRolename(), getAssociationMethod()

getMethodType

org.eclipse.emf.ecore.EEnum getMethodType()
Returns the meta object for enum 'Method Type'.

Returns:
the meta object for enum 'Method Type'.
See Also:
MethodType

getCollectionType

org.eclipse.emf.ecore.EEnum getCollectionType()
Returns the meta object for enum 'Collection Type'.

Returns:
the meta object for enum 'Collection Type'.
See Also:
CollectionType

getServiceDslFactory

ServiceDslFactory getServiceDslFactory()
Returns the factory that creates the instances of the model.

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


Copyright © 2010 Mod4j. All Rights Reserved.