public interface RSAProviderPackage
RSAProviderFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
RSAProviderPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each operation of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
eCONTENT_TYPE
The package content type ID.
|
static RSAProviderPackage |
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 |
EOBJECT_REQUEST_PARAMETER
The meta object id for the '
EObject Request Parameter' class. |
static int |
EOBJECT_REQUEST_PARAMETER__EOBJECT
The feature id for the 'EObject' containment reference.
|
static int |
EOBJECT_REQUEST_PARAMETER__NUMBER
The feature id for the 'Number' attribute.
|
static int |
EOBJECT_REQUEST_PARAMETER__OBJECT
The feature id for the 'Object' attribute.
|
static int |
EOBJECT_REQUEST_PARAMETER_FEATURE_COUNT
The number of structural features of the 'EObject Request Parameter' class.
|
static int |
EOBJECT_REQUEST_PARAMETER_OPERATION_COUNT
The number of operations of the 'EObject Request Parameter' class.
|
static int |
REQUEST_PARAMETER
The meta object id for the '
Request Parameter' class. |
static int |
REQUEST_PARAMETER__NUMBER
The feature id for the 'Number' attribute.
|
static int |
REQUEST_PARAMETER__OBJECT
The feature id for the 'Object' attribute.
|
static int |
REQUEST_PARAMETER_FEATURE_COUNT
The number of structural features of the 'Request Parameter' class.
|
static int |
REQUEST_PARAMETER_OPERATION_COUNT
The number of operations of the 'Request Parameter' class.
|
static int |
RESPONSE_CODE_TYPE
The meta object id for the '
Response Code Type' enum. |
static int |
RSA_REQUEST
The meta object id for the '
RSA Request' class. |
static int |
RSA_REQUEST__ID
The feature id for the 'Id' attribute.
|
static int |
RSA_REQUEST__PARAMETER
The feature id for the 'Parameter' containment reference list.
|
static int |
RSA_REQUEST__RESPONSE
The feature id for the 'Response' reference.
|
static int |
RSA_REQUEST__SERVICE_NAME
The feature id for the 'Service Name' attribute.
|
static int |
RSA_REQUEST_FEATURE_COUNT
The number of structural features of the 'RSA Request' class.
|
static int |
RSA_REQUEST_OPERATION_COUNT
The number of operations of the 'RSA Request' class.
|
static int |
RSA_RESPONSE
The meta object id for the '
RSA Response' class. |
static int |
RSA_RESPONSE__CODE
The feature id for the 'Code' attribute.
|
static int |
RSA_RESPONSE__EOBJECT
The feature id for the 'EObject' containment reference.
|
static int |
RSA_RESPONSE__EOBJECT_RESULT
The feature id for the 'EObject Result' attribute.
|
static int |
RSA_RESPONSE__ERROR_CAUSE
The feature id for the 'Error Cause' attribute.
|
static int |
RSA_RESPONSE__ERROR_TEXT
The feature id for the 'Error Text' attribute.
|
static int |
RSA_RESPONSE__ID
The feature id for the 'Id' attribute.
|
static int |
RSA_RESPONSE__OBJECT
The feature id for the 'Object' attribute.
|
static int |
RSA_RESPONSE__REQUEST
The feature id for the 'Request' reference.
|
static int |
RSA_RESPONSE__VOID_RESULT
The feature id for the 'Void Result' attribute.
|
static int |
RSA_RESPONSE_FEATURE_COUNT
The number of structural features of the 'RSA Response' class.
|
static int |
RSA_RESPONSE_OPERATION_COUNT
The number of operations of the 'RSA Response' class.
|
static int |
THROWABLE
The meta object id for the 'Throwable' data type.
|
| Modifier and Type | Method and Description |
|---|---|
EReference |
getEObjectRequestParameter_EObject()
Returns the meta object for the containment reference '
EObject'. |
EClass |
getEObjectRequestParameter()
Returns the meta object for class '
EObject Request Parameter'. |
EAttribute |
getRequestParameter_Number()
Returns the meta object for the attribute '
Number'. |
EAttribute |
getRequestParameter_Object()
Returns the meta object for the attribute '
Object'. |
EClass |
getRequestParameter()
Returns the meta object for class '
Request Parameter'. |
EEnum |
getResponseCodeType()
Returns the meta object for enum '
Response Code Type'. |
RSAProviderFactory |
getRSAProviderFactory()
Returns the factory that creates the instances of the model.
|
EAttribute |
getRSARequest_Id()
Returns the meta object for the attribute '
Id'. |
EReference |
getRSARequest_Parameter()
Returns the meta object for the containment reference list '
Parameter'. |
EReference |
getRSARequest_Response()
Returns the meta object for the reference '
Response'. |
EAttribute |
getRSARequest_ServiceName()
Returns the meta object for the attribute '
Service Name'. |
EClass |
getRSARequest()
Returns the meta object for class '
RSA Request'. |
EAttribute |
getRSAResponse_Code()
Returns the meta object for the attribute '
Code'. |
EReference |
getRSAResponse_EObject()
Returns the meta object for the containment reference '
EObject'. |
EAttribute |
getRSAResponse_EObjectResult()
Returns the meta object for the attribute '
EObject Result'. |
EAttribute |
getRSAResponse_ErrorCause()
Returns the meta object for the attribute '
Error Cause'. |
EAttribute |
getRSAResponse_ErrorText()
Returns the meta object for the attribute '
Error Text'. |
EAttribute |
getRSAResponse_Id()
Returns the meta object for the attribute '
Id'. |
EAttribute |
getRSAResponse_Object()
Returns the meta object for the attribute '
Object'. |
EReference |
getRSAResponse_Request()
Returns the meta object for the reference '
Request'. |
EAttribute |
getRSAResponse_VoidResult()
Returns the meta object for the attribute '
Void Result'. |
EClass |
getRSAResponse()
Returns the meta object for class '
RSA Response'. |
EDataType |
getThrowable()
Returns the meta object for data type '
Throwable'. |
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final java.lang.String eCONTENT_TYPE
static final RSAProviderPackage eINSTANCE
static final int RSA_REQUEST
RSA Request' class.
static final int RSA_REQUEST__ID
static final int RSA_REQUEST__RESPONSE
static final int RSA_REQUEST__SERVICE_NAME
static final int RSA_REQUEST__PARAMETER
static final int RSA_REQUEST_FEATURE_COUNT
static final int RSA_REQUEST_OPERATION_COUNT
static final int RSA_RESPONSE
RSA Response' class.
static final int RSA_RESPONSE__ID
static final int RSA_RESPONSE__REQUEST
static final int RSA_RESPONSE__CODE
static final int RSA_RESPONSE__ERROR_CAUSE
static final int RSA_RESPONSE__ERROR_TEXT
static final int RSA_RESPONSE__OBJECT
static final int RSA_RESPONSE__EOBJECT_RESULT
static final int RSA_RESPONSE__VOID_RESULT
static final int RSA_RESPONSE__EOBJECT
static final int RSA_RESPONSE_FEATURE_COUNT
static final int RSA_RESPONSE_OPERATION_COUNT
static final int REQUEST_PARAMETER
Request Parameter' class.
static final int REQUEST_PARAMETER__NUMBER
static final int REQUEST_PARAMETER__OBJECT
static final int REQUEST_PARAMETER_FEATURE_COUNT
static final int REQUEST_PARAMETER_OPERATION_COUNT
static final int EOBJECT_REQUEST_PARAMETER
EObject Request Parameter' class.
static final int EOBJECT_REQUEST_PARAMETER__NUMBER
static final int EOBJECT_REQUEST_PARAMETER__OBJECT
static final int EOBJECT_REQUEST_PARAMETER__EOBJECT
static final int EOBJECT_REQUEST_PARAMETER_FEATURE_COUNT
static final int EOBJECT_REQUEST_PARAMETER_OPERATION_COUNT
static final int RESPONSE_CODE_TYPE
Response Code Type' enum.
static final int THROWABLE
Throwable,
RSAProviderPackageImpl.getThrowable(),
Constant Field ValuesEClass getRSARequest()
RSA Request'.
RSARequestEAttribute getRSARequest_Id()
Id'.
RSARequest.getId(),
getRSARequest()EReference getRSARequest_Response()
Response'.
RSARequest.getResponse(),
getRSARequest()EAttribute getRSARequest_ServiceName()
Service Name'.
RSARequest.getServiceName(),
getRSARequest()EReference getRSARequest_Parameter()
Parameter'.
RSARequest.getParameter(),
getRSARequest()EClass getRSAResponse()
RSA Response'.
RSAResponseEAttribute getRSAResponse_Id()
Id'.
RSAResponse.getId(),
getRSAResponse()EReference getRSAResponse_Request()
Request'.
RSAResponse.getRequest(),
getRSAResponse()EAttribute getRSAResponse_Code()
Code'.
RSAResponse.getCode(),
getRSAResponse()EAttribute getRSAResponse_ErrorCause()
Error Cause'.
RSAResponse.getErrorCause(),
getRSAResponse()EAttribute getRSAResponse_ErrorText()
Error Text'.
RSAResponse.getErrorText(),
getRSAResponse()EAttribute getRSAResponse_Object()
Object'.
RSAResponse.getObject(),
getRSAResponse()EAttribute getRSAResponse_EObjectResult()
EObject Result'.
RSAResponse.isEObjectResult(),
getRSAResponse()EAttribute getRSAResponse_VoidResult()
Void Result'.
RSAResponse.isVoidResult(),
getRSAResponse()EReference getRSAResponse_EObject()
EObject'.
RSAResponse.getEObject(),
getRSAResponse()EClass getEObjectRequestParameter()
EObject Request Parameter'.
EObjectRequestParameterEReference getEObjectRequestParameter_EObject()
EObject'.
EObjectRequestParameter.getEObject(),
getEObjectRequestParameter()EClass getRequestParameter()
Request Parameter'.
RequestParameterEAttribute getRequestParameter_Number()
Number'.
RequestParameter.getNumber(),
getRequestParameter()EAttribute getRequestParameter_Object()
Object'.
RequestParameter.getObject(),
getRequestParameter()EEnum getResponseCodeType()
Response Code Type'.
ResponseCodeTypeEDataType getThrowable()
Throwable'.
ThrowableRSAProviderFactory getRSAProviderFactory()