public interface GraphqlTestPackage
GraphqlTestFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
GraphqlTestPackage.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 int |
CATALOG
The meta object id for the '
Catalog' class. |
static int |
CATALOG__ENTRIES
The feature id for the 'Entries' reference list.
|
static int |
CATALOG__ID
The feature id for the 'Id' attribute.
|
static int |
CATALOG__NAME
The feature id for the 'Name' attribute.
|
static int |
CATALOG_ENTRY
The meta object id for the '
Catalog Entry' class. |
static int |
CATALOG_ENTRY__CATALOG
The feature id for the 'Catalog' reference.
|
static int |
CATALOG_ENTRY__DESCRIPTION
The feature id for the 'Description' attribute.
|
static int |
CATALOG_ENTRY__ID
The feature id for the 'Id' attribute.
|
static int |
CATALOG_ENTRY__NAME
The feature id for the 'Name' attribute.
|
static int |
CATALOG_ENTRY_FEATURE_COUNT
The number of structural features of the 'Catalog Entry' class.
|
static int |
CATALOG_ENTRY_OPERATION_COUNT
The number of operations of the 'Catalog Entry' class.
|
static int |
CATALOG_FEATURE_COUNT
The number of structural features of the 'Catalog' class.
|
static int |
CATALOG_OPERATION_COUNT
The number of operations of the 'Catalog' class.
|
static int |
CURRENCY
The meta object id for the '
Currency' enum. |
static GraphqlTestPackage |
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 |
PRODUCT
The meta object id for the '
Product' class. |
static int |
PRODUCT__ACTIVE
The feature id for the 'Active' attribute.
|
static int |
PRODUCT__CATALOG
The feature id for the 'Catalog' reference.
|
static int |
PRODUCT__CURRENCIES
The feature id for the 'Currencies' attribute list.
|
static int |
PRODUCT__CURRENCY
The feature id for the 'Currency' attribute.
|
static int |
PRODUCT__DESCRIPTION
The feature id for the 'Description' attribute.
|
static int |
PRODUCT__ID
The feature id for the 'Id' attribute.
|
static int |
PRODUCT__INPUT_TEST
The feature id for the 'Input Test' attribute.
|
static int |
PRODUCT__INPUT_VALUE_LIST
The feature id for the 'Input Value List' attribute list.
|
static int |
PRODUCT__NAME
The feature id for the 'Name' attribute.
|
static int |
PRODUCT__OUTPUT_TEST
The feature id for the 'Output Test' attribute.
|
static int |
PRODUCT__PRICE
The feature id for the 'Price' attribute.
|
static int |
PRODUCT__SIZE
The feature id for the 'Size' attribute.
|
static int |
PRODUCT__SKUS
The feature id for the 'Skus' containment reference list.
|
static int |
PRODUCT__SKUS_MUTATION_ONLY
The feature id for the 'Skus Mutation Only' containment reference list.
|
static int |
PRODUCT_FEATURE_COUNT
The number of structural features of the 'Product' class.
|
static int |
PRODUCT_OPERATION_COUNT
The number of operations of the 'Product' class.
|
static int |
SKU
The meta object id for the '
SKU' class. |
static int |
SKU__ID
The feature id for the 'Id' attribute.
|
static int |
SKU_FEATURE_COUNT
The number of structural features of the 'SKU' class.
|
static int |
SKU_OPERATION_COUNT
The number of operations of the 'SKU' class.
|
| Modifier and Type | Method and Description |
|---|---|
EReference |
getCatalog_Entries()
Returns the meta object for the reference list '
Entries'. |
EAttribute |
getCatalog_Id()
Returns the meta object for the attribute '
Id'. |
EAttribute |
getCatalog_Name()
Returns the meta object for the attribute '
Name'. |
EClass |
getCatalog()
Returns the meta object for class '
Catalog'. |
EReference |
getCatalogEntry_Catalog()
Returns the meta object for the reference '
Catalog'. |
EAttribute |
getCatalogEntry_Description()
Returns the meta object for the attribute '
Description'. |
EAttribute |
getCatalogEntry_Id()
Returns the meta object for the attribute '
Id'. |
EAttribute |
getCatalogEntry_Name()
Returns the meta object for the attribute '
Name'. |
EClass |
getCatalogEntry()
Returns the meta object for class '
Catalog Entry'. |
EEnum |
getCurrency()
Returns the meta object for enum '
Currency'. |
GraphqlTestFactory |
getGraphqlTestFactory()
Returns the factory that creates the instances of the model.
|
EAttribute |
getProduct_Active()
Returns the meta object for the attribute '
Active'. |
EAttribute |
getProduct_Currencies()
Returns the meta object for the attribute list '
Currencies'. |
EAttribute |
getProduct_Currency()
Returns the meta object for the attribute '
Currency'. |
EAttribute |
getProduct_InputTest()
Returns the meta object for the attribute '
Input Test'. |
EAttribute |
getProduct_InputValueList()
Returns the meta object for the attribute list '
Input Value List'. |
EAttribute |
getProduct_OutputTest()
Returns the meta object for the attribute '
Output Test'. |
EAttribute |
getProduct_Price()
Returns the meta object for the attribute '
Price'. |
EAttribute |
getProduct_Size()
Returns the meta object for the attribute '
Size'. |
EReference |
getProduct_Skus()
Returns the meta object for the containment reference list '
Skus'. |
EReference |
getProduct_SkusMutationOnly()
Returns the meta object for the containment reference list '
Skus Mutation Only'. |
EClass |
getProduct()
Returns the meta object for class '
Product'. |
EAttribute |
getSKU_Id()
Returns the meta object for the attribute '
Id'. |
EClass |
getSKU()
Returns the meta object for class '
SKU'. |
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final GraphqlTestPackage eINSTANCE
static final int CATALOG
Catalog' class.
static final int CATALOG__ID
static final int CATALOG__NAME
static final int CATALOG__ENTRIES
static final int CATALOG_FEATURE_COUNT
static final int CATALOG_OPERATION_COUNT
static final int CATALOG_ENTRY
Catalog Entry' class.
static final int CATALOG_ENTRY__ID
static final int CATALOG_ENTRY__NAME
static final int CATALOG_ENTRY__DESCRIPTION
static final int CATALOG_ENTRY__CATALOG
static final int CATALOG_ENTRY_FEATURE_COUNT
static final int CATALOG_ENTRY_OPERATION_COUNT
static final int PRODUCT
Product' class.
static final int PRODUCT__ID
static final int PRODUCT__NAME
static final int PRODUCT__DESCRIPTION
static final int PRODUCT__CATALOG
static final int PRODUCT__SKUS
static final int PRODUCT__SIZE
static final int PRODUCT__ACTIVE
static final int PRODUCT__PRICE
static final int PRODUCT__CURRENCY
static final int PRODUCT__INPUT_TEST
static final int PRODUCT__OUTPUT_TEST
static final int PRODUCT__SKUS_MUTATION_ONLY
static final int PRODUCT__INPUT_VALUE_LIST
static final int PRODUCT__CURRENCIES
static final int PRODUCT_FEATURE_COUNT
static final int PRODUCT_OPERATION_COUNT
static final int SKU
SKU' class.
static final int SKU__ID
static final int SKU_FEATURE_COUNT
static final int SKU_OPERATION_COUNT
static final int CURRENCY
Currency' enum.
EClass getCatalog()
Catalog'.
CatalogEAttribute getCatalog_Id()
Id'.
Catalog.getId(),
getCatalog()EAttribute getCatalog_Name()
Name'.
Catalog.getName(),
getCatalog()EReference getCatalog_Entries()
Entries'.
Catalog.getEntries(),
getCatalog()EClass getCatalogEntry()
Catalog Entry'.
CatalogEntryEAttribute getCatalogEntry_Id()
Id'.
CatalogEntry.getId(),
getCatalogEntry()EAttribute getCatalogEntry_Name()
Name'.
CatalogEntry.getName(),
getCatalogEntry()EAttribute getCatalogEntry_Description()
Description'.
CatalogEntry.getDescription(),
getCatalogEntry()EReference getCatalogEntry_Catalog()
Catalog'.
CatalogEntry.getCatalog(),
getCatalogEntry()EClass getProduct()
Product'.
ProductEReference getProduct_Skus()
Skus'.
Product.getSkus(),
getProduct()EAttribute getProduct_Size()
Size'.
Product.getSize(),
getProduct()EAttribute getProduct_Active()
Active'.
Product.isActive(),
getProduct()EAttribute getProduct_Price()
Price'.
Product.getPrice(),
getProduct()EAttribute getProduct_Currency()
Currency'.
Product.getCurrency(),
getProduct()EAttribute getProduct_InputTest()
Input Test'.
Product.getInputTest(),
getProduct()EAttribute getProduct_OutputTest()
Output Test'.
Product.getOutputTest(),
getProduct()EReference getProduct_SkusMutationOnly()
Skus Mutation Only'.
Product.getSkusMutationOnly(),
getProduct()EAttribute getProduct_InputValueList()
Input Value List'.
Product.getInputValueList(),
getProduct()EAttribute getProduct_Currencies()
Currencies'.
Product.getCurrencies(),
getProduct()EClass getSKU()
SKU'.
SKUEAttribute getSKU_Id()
Id'.
SKU.getId(),
getSKU()EEnum getCurrency()
Currency'.
CurrencyGraphqlTestFactory getGraphqlTestFactory()
Data In Motion GmbH all rights reserved