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

Enclosing interface:
ServiceDslPackage

public static interface ServiceDslPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass ASSOCIATION_METHOD
          The meta object literal for the 'Association Method' class.
static org.eclipse.emf.ecore.EReference ASSOCIATION_METHOD__MAIN
          The meta object literal for the 'Main' reference feature.
static org.eclipse.emf.ecore.EReference ASSOCIATION_METHOD__PART
          The meta object literal for the 'Part' reference feature.
static org.eclipse.emf.ecore.EAttribute ASSOCIATION_METHOD__ROLENAME
          The meta object literal for the 'Rolename' attribute feature.
static org.eclipse.emf.ecore.EEnum COLLECTION_TYPE
          The meta object literal for the 'Collection Type' enum.
static org.eclipse.emf.ecore.EClass CRUD_SERVICE
          The meta object literal for the 'Crud Service' class.
static org.eclipse.emf.ecore.EReference CRUD_SERVICE__DTO
          The meta object literal for the 'Dto' reference feature.
static org.eclipse.emf.ecore.EReference CRUD_SERVICE__MODEL
          The meta object literal for the 'Model' container reference feature.
static org.eclipse.emf.ecore.EClass CUSTOM_METHOD
          The meta object literal for the 'Custom Method' class.
static org.eclipse.emf.ecore.EReference CUSTOM_METHOD__IN_PARAMETERS
          The meta object literal for the 'In Parameters' containment reference list feature.
static org.eclipse.emf.ecore.EReference CUSTOM_METHOD__OUT_PARAMETER
          The meta object literal for the 'Out Parameter' containment reference feature.
static org.eclipse.emf.ecore.EClass DTO_REFERENCE
          The meta object literal for the 'Dto Reference' class.
static org.eclipse.emf.ecore.EReference DTO_REFERENCE__MODEL
          The meta object literal for the 'Model' container reference feature.
static org.eclipse.emf.ecore.EAttribute DTO_REFERENCE__MODELNAME
          The meta object literal for the 'Modelname' attribute feature.
static org.eclipse.emf.ecore.EEnum METHOD_TYPE
          The meta object literal for the 'Method Type' enum.
static org.eclipse.emf.ecore.EClass MODEL_ELEMENT
          The meta object literal for the 'Model Element' class.
static org.eclipse.emf.ecore.EAttribute MODEL_ELEMENT__DESCRIPTION
          The meta object literal for the 'Description' attribute feature.
static org.eclipse.emf.ecore.EAttribute MODEL_ELEMENT__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EClass PARAMETER
          The meta object literal for the 'Parameter' class.
static org.eclipse.emf.ecore.EAttribute PARAMETER__COLLECTION
          The meta object literal for the 'Collection' attribute feature.
static org.eclipse.emf.ecore.EReference PARAMETER__METHOD
          The meta object literal for the 'Method' container reference feature.
static org.eclipse.emf.ecore.EReference PARAMETER__TYPE
          The meta object literal for the 'Type' reference feature.
static org.eclipse.emf.ecore.EClass SERVICE_METHOD
          The meta object literal for the 'Service Method' class.
static org.eclipse.emf.ecore.EReference SERVICE_METHOD__MODEL
          The meta object literal for the 'Model' container reference feature.
static org.eclipse.emf.ecore.EAttribute SERVICE_METHOD__TYPE
          The meta object literal for the 'Type' attribute feature.
static org.eclipse.emf.ecore.EClass SERVICE_MODEL
          The meta object literal for the 'Service Model' class.
static org.eclipse.emf.ecore.EReference SERVICE_MODEL__CRUD_SERVICES
          The meta object literal for the 'Crud Services' containment reference list feature.
static org.eclipse.emf.ecore.EReference SERVICE_MODEL__DTO_REFERENCES
          The meta object literal for the 'Dto References' containment reference list feature.
static org.eclipse.emf.ecore.EReference SERVICE_MODEL__METHODS
          The meta object literal for the 'Methods' containment reference list feature.
static org.eclipse.emf.ecore.EClass SPECIAL_METHOD
          The meta object literal for the 'Special Method' class.
static org.eclipse.emf.ecore.EReference SPECIAL_METHOD__DTO
          The meta object literal for the 'Dto' reference feature.
 

Field Detail

SERVICE_MODEL

static final org.eclipse.emf.ecore.EClass SERVICE_MODEL
The meta object literal for the 'Service Model' class.

See Also:
ServiceModelImpl, ServiceDslPackageImpl.getServiceModel()

SERVICE_MODEL__METHODS

static final org.eclipse.emf.ecore.EReference SERVICE_MODEL__METHODS
The meta object literal for the 'Methods' containment reference list feature.


SERVICE_MODEL__DTO_REFERENCES

static final org.eclipse.emf.ecore.EReference SERVICE_MODEL__DTO_REFERENCES
The meta object literal for the 'Dto References' containment reference list feature.


SERVICE_MODEL__CRUD_SERVICES

static final org.eclipse.emf.ecore.EReference SERVICE_MODEL__CRUD_SERVICES
The meta object literal for the 'Crud Services' containment reference list feature.


MODEL_ELEMENT

static final org.eclipse.emf.ecore.EClass MODEL_ELEMENT
The meta object literal for the 'Model Element' class.

See Also:
ModelElementImpl, ServiceDslPackageImpl.getModelElement()

MODEL_ELEMENT__NAME

static final org.eclipse.emf.ecore.EAttribute MODEL_ELEMENT__NAME
The meta object literal for the 'Name' attribute feature.


MODEL_ELEMENT__DESCRIPTION

static final org.eclipse.emf.ecore.EAttribute MODEL_ELEMENT__DESCRIPTION
The meta object literal for the 'Description' attribute feature.


DTO_REFERENCE

static final org.eclipse.emf.ecore.EClass DTO_REFERENCE
The meta object literal for the 'Dto Reference' class.

See Also:
DtoReferenceImpl, ServiceDslPackageImpl.getDtoReference()

DTO_REFERENCE__MODELNAME

static final org.eclipse.emf.ecore.EAttribute DTO_REFERENCE__MODELNAME
The meta object literal for the 'Modelname' attribute feature.


DTO_REFERENCE__MODEL

static final org.eclipse.emf.ecore.EReference DTO_REFERENCE__MODEL
The meta object literal for the 'Model' container reference feature.


CUSTOM_METHOD

static final org.eclipse.emf.ecore.EClass CUSTOM_METHOD
The meta object literal for the 'Custom Method' class.

See Also:
CustomMethodImpl, ServiceDslPackageImpl.getCustomMethod()

CUSTOM_METHOD__OUT_PARAMETER

static final org.eclipse.emf.ecore.EReference CUSTOM_METHOD__OUT_PARAMETER
The meta object literal for the 'Out Parameter' containment reference feature.


CUSTOM_METHOD__IN_PARAMETERS

static final org.eclipse.emf.ecore.EReference CUSTOM_METHOD__IN_PARAMETERS
The meta object literal for the 'In Parameters' containment reference list feature.


CRUD_SERVICE

static final org.eclipse.emf.ecore.EClass CRUD_SERVICE
The meta object literal for the 'Crud Service' class.

See Also:
CrudServiceImpl, ServiceDslPackageImpl.getCrudService()

CRUD_SERVICE__DTO

static final org.eclipse.emf.ecore.EReference CRUD_SERVICE__DTO
The meta object literal for the 'Dto' reference feature.


CRUD_SERVICE__MODEL

static final org.eclipse.emf.ecore.EReference CRUD_SERVICE__MODEL
The meta object literal for the 'Model' container reference feature.


SPECIAL_METHOD

static final org.eclipse.emf.ecore.EClass SPECIAL_METHOD
The meta object literal for the 'Special Method' class.

See Also:
SpecialMethodImpl, ServiceDslPackageImpl.getSpecialMethod()

SPECIAL_METHOD__DTO

static final org.eclipse.emf.ecore.EReference SPECIAL_METHOD__DTO
The meta object literal for the 'Dto' reference feature.


SERVICE_METHOD

static final org.eclipse.emf.ecore.EClass SERVICE_METHOD
The meta object literal for the 'Service Method' class.

See Also:
ServiceMethodImpl, ServiceDslPackageImpl.getServiceMethod()

SERVICE_METHOD__TYPE

static final org.eclipse.emf.ecore.EAttribute SERVICE_METHOD__TYPE
The meta object literal for the 'Type' attribute feature.


SERVICE_METHOD__MODEL

static final org.eclipse.emf.ecore.EReference SERVICE_METHOD__MODEL
The meta object literal for the 'Model' container reference feature.


PARAMETER

static final org.eclipse.emf.ecore.EClass PARAMETER
The meta object literal for the 'Parameter' class.

See Also:
ParameterImpl, ServiceDslPackageImpl.getParameter()

PARAMETER__TYPE

static final org.eclipse.emf.ecore.EReference PARAMETER__TYPE
The meta object literal for the 'Type' reference feature.


PARAMETER__METHOD

static final org.eclipse.emf.ecore.EReference PARAMETER__METHOD
The meta object literal for the 'Method' container reference feature.


PARAMETER__COLLECTION

static final org.eclipse.emf.ecore.EAttribute PARAMETER__COLLECTION
The meta object literal for the 'Collection' attribute feature.


ASSOCIATION_METHOD

static final org.eclipse.emf.ecore.EClass ASSOCIATION_METHOD
The meta object literal for the 'Association Method' class.

See Also:
AssociationMethodImpl, ServiceDslPackageImpl.getAssociationMethod()

ASSOCIATION_METHOD__MAIN

static final org.eclipse.emf.ecore.EReference ASSOCIATION_METHOD__MAIN
The meta object literal for the 'Main' reference feature.


ASSOCIATION_METHOD__PART

static final org.eclipse.emf.ecore.EReference ASSOCIATION_METHOD__PART
The meta object literal for the 'Part' reference feature.


ASSOCIATION_METHOD__ROLENAME

static final org.eclipse.emf.ecore.EAttribute ASSOCIATION_METHOD__ROLENAME
The meta object literal for the 'Rolename' attribute feature.


METHOD_TYPE

static final org.eclipse.emf.ecore.EEnum METHOD_TYPE
The meta object literal for the 'Method Type' enum.

See Also:
MethodType, ServiceDslPackageImpl.getMethodType()

COLLECTION_TYPE

static final org.eclipse.emf.ecore.EEnum COLLECTION_TYPE
The meta object literal for the 'Collection Type' enum.

See Also:
CollectionType, ServiceDslPackageImpl.getCollectionType()


Copyright © 2010 Mod4j. All Rights Reserved.