|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceDslPackage
The Package for the model. It contains accessors for the meta objects to represent
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 |
|---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final ServiceDslPackage eINSTANCE
static final int MODEL_ELEMENT
Model Element' class.
ModelElementImpl,
ServiceDslPackageImpl.getModelElement(),
Constant Field Valuesstatic final int MODEL_ELEMENT__NAME
static final int MODEL_ELEMENT__DESCRIPTION
static final int MODEL_ELEMENT_FEATURE_COUNT
static final int SERVICE_MODEL
Service Model' class.
ServiceModelImpl,
ServiceDslPackageImpl.getServiceModel(),
Constant Field Valuesstatic final int SERVICE_MODEL__NAME
static final int SERVICE_MODEL__DESCRIPTION
static final int SERVICE_MODEL__METHODS
static final int SERVICE_MODEL__DTO_REFERENCES
static final int SERVICE_MODEL__CRUD_SERVICES
static final int SERVICE_MODEL_FEATURE_COUNT
static final int DTO_REFERENCE
Dto Reference' class.
DtoReferenceImpl,
ServiceDslPackageImpl.getDtoReference(),
Constant Field Valuesstatic final int DTO_REFERENCE__NAME
static final int DTO_REFERENCE__DESCRIPTION
static final int DTO_REFERENCE__MODELNAME
static final int DTO_REFERENCE__MODEL
static final int DTO_REFERENCE_FEATURE_COUNT
static final int SERVICE_METHOD
Service Method' class.
ServiceMethodImpl,
ServiceDslPackageImpl.getServiceMethod(),
Constant Field Valuesstatic final int SERVICE_METHOD__NAME
static final int SERVICE_METHOD__DESCRIPTION
static final int SERVICE_METHOD__TYPE
static final int SERVICE_METHOD__MODEL
static final int SERVICE_METHOD_FEATURE_COUNT
static final int CUSTOM_METHOD
Custom Method' class.
CustomMethodImpl,
ServiceDslPackageImpl.getCustomMethod(),
Constant Field Valuesstatic final int CUSTOM_METHOD__NAME
static final int CUSTOM_METHOD__DESCRIPTION
static final int CUSTOM_METHOD__TYPE
static final int CUSTOM_METHOD__MODEL
static final int CUSTOM_METHOD__OUT_PARAMETER
static final int CUSTOM_METHOD__IN_PARAMETERS
static final int CUSTOM_METHOD_FEATURE_COUNT
static final int CRUD_SERVICE
Crud Service' class.
CrudServiceImpl,
ServiceDslPackageImpl.getCrudService(),
Constant Field Valuesstatic final int CRUD_SERVICE__NAME
static final int CRUD_SERVICE__DESCRIPTION
static final int CRUD_SERVICE__DTO
static final int CRUD_SERVICE__MODEL
static final int CRUD_SERVICE_FEATURE_COUNT
static final int SPECIAL_METHOD
Special Method' class.
SpecialMethodImpl,
ServiceDslPackageImpl.getSpecialMethod(),
Constant Field Valuesstatic final int SPECIAL_METHOD__NAME
static final int SPECIAL_METHOD__DESCRIPTION
static final int SPECIAL_METHOD__TYPE
static final int SPECIAL_METHOD__MODEL
static final int SPECIAL_METHOD__DTO
static final int SPECIAL_METHOD_FEATURE_COUNT
static final int PARAMETER
Parameter' class.
ParameterImpl,
ServiceDslPackageImpl.getParameter(),
Constant Field Valuesstatic final int PARAMETER__NAME
static final int PARAMETER__DESCRIPTION
static final int PARAMETER__TYPE
static final int PARAMETER__METHOD
static final int PARAMETER__COLLECTION
static final int PARAMETER_FEATURE_COUNT
static final int ASSOCIATION_METHOD
Association Method' class.
AssociationMethodImpl,
ServiceDslPackageImpl.getAssociationMethod(),
Constant Field Valuesstatic final int ASSOCIATION_METHOD__NAME
static final int ASSOCIATION_METHOD__DESCRIPTION
static final int ASSOCIATION_METHOD__TYPE
static final int ASSOCIATION_METHOD__MODEL
static final int ASSOCIATION_METHOD__MAIN
static final int ASSOCIATION_METHOD__PART
static final int ASSOCIATION_METHOD__ROLENAME
static final int ASSOCIATION_METHOD_FEATURE_COUNT
static final int METHOD_TYPE
Method Type' enum.
MethodType,
ServiceDslPackageImpl.getMethodType(),
Constant Field Valuesstatic final int COLLECTION_TYPE
Collection Type' enum.
CollectionType,
ServiceDslPackageImpl.getCollectionType(),
Constant Field Values| Method Detail |
|---|
org.eclipse.emf.ecore.EClass getServiceModel()
Service Model'.
ServiceModelorg.eclipse.emf.ecore.EReference getServiceModel_Methods()
Methods'.
ServiceModel.getMethods(),
getServiceModel()org.eclipse.emf.ecore.EReference getServiceModel_DtoReferences()
Dto References'.
ServiceModel.getDtoReferences(),
getServiceModel()org.eclipse.emf.ecore.EReference getServiceModel_CrudServices()
Crud Services'.
ServiceModel.getCrudServices(),
getServiceModel()org.eclipse.emf.ecore.EClass getModelElement()
Model Element'.
ModelElementorg.eclipse.emf.ecore.EAttribute getModelElement_Name()
Name'.
ModelElement.getName(),
getModelElement()org.eclipse.emf.ecore.EAttribute getModelElement_Description()
Description'.
ModelElement.getDescription(),
getModelElement()org.eclipse.emf.ecore.EClass getDtoReference()
Dto Reference'.
DtoReferenceorg.eclipse.emf.ecore.EAttribute getDtoReference_Modelname()
Modelname'.
DtoReference.getModelname(),
getDtoReference()org.eclipse.emf.ecore.EReference getDtoReference_Model()
Model'.
DtoReference.getModel(),
getDtoReference()org.eclipse.emf.ecore.EClass getCustomMethod()
Custom Method'.
CustomMethodorg.eclipse.emf.ecore.EReference getCustomMethod_OutParameter()
Out Parameter'.
CustomMethod.getOutParameter(),
getCustomMethod()org.eclipse.emf.ecore.EReference getCustomMethod_InParameters()
In Parameters'.
CustomMethod.getInParameters(),
getCustomMethod()org.eclipse.emf.ecore.EClass getCrudService()
Crud Service'.
CrudServiceorg.eclipse.emf.ecore.EReference getCrudService_Dto()
Dto'.
CrudService.getDto(),
getCrudService()org.eclipse.emf.ecore.EReference getCrudService_Model()
Model'.
CrudService.getModel(),
getCrudService()org.eclipse.emf.ecore.EClass getSpecialMethod()
Special Method'.
SpecialMethodorg.eclipse.emf.ecore.EReference getSpecialMethod_Dto()
Dto'.
SpecialMethod.getDto(),
getSpecialMethod()org.eclipse.emf.ecore.EClass getServiceMethod()
Service Method'.
ServiceMethodorg.eclipse.emf.ecore.EAttribute getServiceMethod_Type()
Type'.
ServiceMethod.getType(),
getServiceMethod()org.eclipse.emf.ecore.EReference getServiceMethod_Model()
Model'.
ServiceMethod.getModel(),
getServiceMethod()org.eclipse.emf.ecore.EClass getParameter()
Parameter'.
Parameterorg.eclipse.emf.ecore.EReference getParameter_Type()
Type'.
Parameter.getType(),
getParameter()org.eclipse.emf.ecore.EReference getParameter_Method()
Method'.
Parameter.getMethod(),
getParameter()org.eclipse.emf.ecore.EAttribute getParameter_Collection()
Collection'.
Parameter.getCollection(),
getParameter()org.eclipse.emf.ecore.EClass getAssociationMethod()
Association Method'.
AssociationMethodorg.eclipse.emf.ecore.EReference getAssociationMethod_Main()
Main'.
AssociationMethod.getMain(),
getAssociationMethod()org.eclipse.emf.ecore.EReference getAssociationMethod_Part()
Part'.
AssociationMethod.getPart(),
getAssociationMethod()org.eclipse.emf.ecore.EAttribute getAssociationMethod_Rolename()
Rolename'.
AssociationMethod.getRolename(),
getAssociationMethod()org.eclipse.emf.ecore.EEnum getMethodType()
Method Type'.
MethodTypeorg.eclipse.emf.ecore.EEnum getCollectionType()
Collection Type'.
CollectionTypeServiceDslFactory getServiceDslFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||