|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTTPPackage
The Package for the model. It contains accessors for the meta objects to represent
HTTPFactory
Nested Class Summary | |
---|---|
static interface |
HTTPPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
Field Summary | |
---|---|
static HTTPPackage |
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 |
HTTP_ADDRESS
The meta object id for the ' Address ' class |
static int |
HTTP_ADDRESS__DOCUMENTATION_ELEMENT
The feature id for the 'Documentation Element' attribute |
static int |
HTTP_ADDRESS__ELEMENT
The feature id for the 'Element' attribute |
static int |
HTTP_ADDRESS__ELEMENT_TYPE
The feature id for the 'Element Type' attribute |
static int |
HTTP_ADDRESS__LOCATION_URI
The feature id for the 'Location URI' attribute |
static int |
HTTP_ADDRESS__REQUIRED
The feature id for the 'Required' attribute |
static int |
HTTP_ADDRESS_FEATURE_COUNT
The number of structural features of the 'Address' class |
static int |
HTTP_BINDING
The meta object id for the ' Binding ' class |
static int |
HTTP_BINDING__DOCUMENTATION_ELEMENT
The feature id for the 'Documentation Element' attribute |
static int |
HTTP_BINDING__ELEMENT
The feature id for the 'Element' attribute |
static int |
HTTP_BINDING__ELEMENT_TYPE
The feature id for the 'Element Type' attribute |
static int |
HTTP_BINDING__REQUIRED
The feature id for the 'Required' attribute |
static int |
HTTP_BINDING__VERB
The feature id for the 'Verb' attribute |
static int |
HTTP_BINDING_FEATURE_COUNT
The number of structural features of the 'Binding' class |
static int |
HTTP_OPERATION
The meta object id for the ' Operation ' class |
static int |
HTTP_OPERATION__DOCUMENTATION_ELEMENT
The feature id for the 'Documentation Element' attribute |
static int |
HTTP_OPERATION__ELEMENT
The feature id for the 'Element' attribute |
static int |
HTTP_OPERATION__ELEMENT_TYPE
The feature id for the 'Element Type' attribute |
static int |
HTTP_OPERATION__LOCATION_URI
The feature id for the 'Location URI' attribute |
static int |
HTTP_OPERATION__REQUIRED
The feature id for the 'Required' attribute |
static int |
HTTP_OPERATION_FEATURE_COUNT
The number of structural features of the 'Operation' class |
static int |
HTTP_URL_ENCODED
The meta object id for the ' Url Encoded ' class |
static int |
HTTP_URL_ENCODED__DOCUMENTATION_ELEMENT
The feature id for the 'Documentation Element' attribute |
static int |
HTTP_URL_ENCODED__ELEMENT
The feature id for the 'Element' attribute |
static int |
HTTP_URL_ENCODED__ELEMENT_TYPE
The feature id for the 'Element Type' attribute |
static int |
HTTP_URL_ENCODED__REQUIRED
The feature id for the 'Required' attribute |
static int |
HTTP_URL_ENCODED_FEATURE_COUNT
The number of structural features of the 'Url Encoded' class |
static int |
HTTP_URL_REPLACEMENT
The meta object id for the ' Url Replacement ' class |
static int |
HTTP_URL_REPLACEMENT__DOCUMENTATION_ELEMENT
The feature id for the 'Documentation Element' attribute |
static int |
HTTP_URL_REPLACEMENT__ELEMENT
The feature id for the 'Element' attribute |
static int |
HTTP_URL_REPLACEMENT__ELEMENT_TYPE
The feature id for the 'Element Type' attribute |
static int |
HTTP_URL_REPLACEMENT__REQUIRED
The feature id for the 'Required' attribute |
static int |
HTTP_URL_REPLACEMENT_FEATURE_COUNT
The number of structural features of the 'Url Replacement' class |
static int |
IHTTP_ADDRESS
The meta object id for the ' IHTTP Address ' class |
static int |
IHTTP_ADDRESS_FEATURE_COUNT
The number of structural features of the 'IHTTP Address' class |
static int |
IHTTP_BINDING
The meta object id for the ' IHTTP Binding ' class |
static int |
IHTTP_BINDING_FEATURE_COUNT
The number of structural features of the 'IHTTP Binding' class |
static int |
IHTTP_OPERATION
The meta object id for the ' IHTTP Operation ' class |
static int |
IHTTP_OPERATION_FEATURE_COUNT
The number of structural features of the 'IHTTP Operation' class |
static int |
IHTTP_URL_ENCODED
The meta object id for the ' IHTTP Url Encoded ' class |
static int |
IHTTP_URL_ENCODED_FEATURE_COUNT
The number of structural features of the 'IHTTP Url Encoded' class |
static int |
IHTTP_URL_REPLACEMENT
The meta object id for the ' IHTTP Url Replacement ' class |
static int |
IHTTP_URL_REPLACEMENT_FEATURE_COUNT
The number of structural features of the 'IHTTP Url Replacement' class |
Method Summary | |
---|---|
EAttribute |
getHTTPAddress_LocationURI()
Returns the meta object for the attribute ' Location URI ' |
EClass |
getHTTPAddress()
Returns the meta object for class ' Address ' |
EAttribute |
getHTTPBinding_Verb()
Returns the meta object for the attribute ' Verb ' |
EClass |
getHTTPBinding()
Returns the meta object for class ' Binding ' |
HTTPFactory |
getHTTPFactory()
Returns the factory that creates the instances of the model |
EAttribute |
getHTTPOperation_LocationURI()
Returns the meta object for the attribute ' Location URI ' |
EClass |
getHTTPOperation()
Returns the meta object for class ' Operation ' |
EClass |
getHTTPUrlEncoded()
Returns the meta object for class ' Url Encoded ' |
EClass |
getHTTPUrlReplacement()
Returns the meta object for class ' Url Replacement ' |
EClass |
getIHTTPAddress()
Returns the meta object for class ' IHTTP Address ' |
EClass |
getIHTTPBinding()
Returns the meta object for class ' IHTTP Binding ' |
EClass |
getIHTTPOperation()
Returns the meta object for class ' IHTTP Operation ' |
EClass |
getIHTTPUrlEncoded()
Returns the meta object for class ' IHTTP Url Encoded ' |
EClass |
getIHTTPUrlReplacement()
Returns the meta object for class ' IHTTP Url Replacement ' |
Field Detail |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final HTTPPackage eINSTANCE
static final int HTTP_BINDING
Binding
' class.
HTTPBindingImpl
,
HTTPPackageImpl.getHTTPBinding()
,
Constant Field Valuesstatic final int HTTP_BINDING__DOCUMENTATION_ELEMENT
static final int HTTP_BINDING__ELEMENT
static final int HTTP_BINDING__REQUIRED
static final int HTTP_BINDING__ELEMENT_TYPE
static final int HTTP_BINDING__VERB
static final int HTTP_BINDING_FEATURE_COUNT
static final int HTTP_OPERATION
Operation
' class.
HTTPOperationImpl
,
HTTPPackageImpl.getHTTPOperation()
,
Constant Field Valuesstatic final int HTTP_OPERATION__DOCUMENTATION_ELEMENT
static final int HTTP_OPERATION__ELEMENT
static final int HTTP_OPERATION__REQUIRED
static final int HTTP_OPERATION__ELEMENT_TYPE
static final int HTTP_OPERATION__LOCATION_URI
static final int HTTP_OPERATION_FEATURE_COUNT
static final int HTTP_URL_REPLACEMENT
Url Replacement
' class.
HTTPUrlReplacementImpl
,
HTTPPackageImpl.getHTTPUrlReplacement()
,
Constant Field Valuesstatic final int HTTP_URL_REPLACEMENT__DOCUMENTATION_ELEMENT
static final int HTTP_URL_REPLACEMENT__ELEMENT
static final int HTTP_URL_REPLACEMENT__REQUIRED
static final int HTTP_URL_REPLACEMENT__ELEMENT_TYPE
static final int HTTP_URL_REPLACEMENT_FEATURE_COUNT
static final int HTTP_URL_ENCODED
Url Encoded
' class.
HTTPUrlEncodedImpl
,
HTTPPackageImpl.getHTTPUrlEncoded()
,
Constant Field Valuesstatic final int HTTP_URL_ENCODED__DOCUMENTATION_ELEMENT
static final int HTTP_URL_ENCODED__ELEMENT
static final int HTTP_URL_ENCODED__REQUIRED
static final int HTTP_URL_ENCODED__ELEMENT_TYPE
static final int HTTP_URL_ENCODED_FEATURE_COUNT
static final int HTTP_ADDRESS
Address
' class.
HTTPAddressImpl
,
HTTPPackageImpl.getHTTPAddress()
,
Constant Field Valuesstatic final int HTTP_ADDRESS__DOCUMENTATION_ELEMENT
static final int HTTP_ADDRESS__ELEMENT
static final int HTTP_ADDRESS__REQUIRED
static final int HTTP_ADDRESS__ELEMENT_TYPE
static final int HTTP_ADDRESS__LOCATION_URI
static final int HTTP_ADDRESS_FEATURE_COUNT
static final int IHTTP_ADDRESS
IHTTP Address
' class.
HTTPAddress
,
HTTPPackageImpl.getIHTTPAddress()
,
Constant Field Valuesstatic final int IHTTP_ADDRESS_FEATURE_COUNT
static final int IHTTP_BINDING
IHTTP Binding
' class.
HTTPBinding
,
HTTPPackageImpl.getIHTTPBinding()
,
Constant Field Valuesstatic final int IHTTP_BINDING_FEATURE_COUNT
static final int IHTTP_OPERATION
IHTTP Operation
' class.
HTTPOperation
,
HTTPPackageImpl.getIHTTPOperation()
,
Constant Field Valuesstatic final int IHTTP_OPERATION_FEATURE_COUNT
static final int IHTTP_URL_ENCODED
IHTTP Url Encoded
' class.
HTTPUrlEncoded
,
HTTPPackageImpl.getIHTTPUrlEncoded()
,
Constant Field Valuesstatic final int IHTTP_URL_ENCODED_FEATURE_COUNT
static final int IHTTP_URL_REPLACEMENT
IHTTP Url Replacement
' class.
HTTPUrlReplacement
,
HTTPPackageImpl.getIHTTPUrlReplacement()
,
Constant Field Valuesstatic final int IHTTP_URL_REPLACEMENT_FEATURE_COUNT
Method Detail |
---|
EClass getHTTPBinding()
Binding
'.
HTTPBinding
EAttribute getHTTPBinding_Verb()
Verb
'.
HTTPBinding.getVerb()
,
getHTTPBinding()
EClass getHTTPOperation()
Operation
'.
HTTPOperation
EAttribute getHTTPOperation_LocationURI()
Location URI
'.
HTTPOperation.getLocationURI()
,
getHTTPOperation()
EClass getHTTPUrlReplacement()
Url Replacement
'.
HTTPUrlReplacement
EClass getHTTPUrlEncoded()
Url Encoded
'.
HTTPUrlEncoded
EClass getHTTPAddress()
Address
'.
HTTPAddress
EAttribute getHTTPAddress_LocationURI()
Location URI
'.
HTTPAddress.getLocationURI()
,
getHTTPAddress()
EClass getIHTTPAddress()
IHTTP Address
'.
HTTPAddress
EClass getIHTTPBinding()
IHTTP Binding
'.
HTTPBinding
EClass getIHTTPOperation()
IHTTP Operation
'.
HTTPOperation
EClass getIHTTPUrlEncoded()
IHTTP Url Encoded
'.
HTTPUrlEncoded
EClass getIHTTPUrlReplacement()
IHTTP Url Replacement
'.
HTTPUrlReplacement
HTTPFactory getHTTPFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |