public class GraphqlTestFactoryImpl extends EFactoryImpl implements GraphqlTestFactory
eINSTANCE| Constructor and Description |
|---|
GraphqlTestFactoryImpl()
Creates an instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convertCurrencyToString(EDataType eDataType,
java.lang.Object instanceValue) |
java.lang.String |
convertToString(EDataType eDataType,
java.lang.Object instanceValue) |
EObject |
create(EClass eClass) |
Catalog |
createCatalog() |
CatalogEntry |
createCatalogEntry() |
Currency |
createCurrencyFromString(EDataType eDataType,
java.lang.String initialValue) |
java.lang.Object |
createFromString(EDataType eDataType,
java.lang.String initialValue) |
Product |
createProduct() |
SKU |
createSKU() |
GraphqlTestPackage |
getGraphqlTestPackage() |
static GraphqlTestPackage |
getPackage()
Deprecated.
|
static GraphqlTestFactory |
init()
Creates the default factory implementation.
|
public GraphqlTestFactoryImpl()
public static GraphqlTestFactory init()
public EObject create(EClass eClass)
public java.lang.Object createFromString(EDataType eDataType,
java.lang.String initialValue)
public java.lang.String convertToString(EDataType eDataType,
java.lang.Object instanceValue)
public Catalog createCatalog()
createCatalog in interface GraphqlTestFactorypublic CatalogEntry createCatalogEntry()
createCatalogEntry in interface GraphqlTestFactorypublic Product createProduct()
createProduct in interface GraphqlTestFactorypublic SKU createSKU()
createSKU in interface GraphqlTestFactorypublic Currency createCurrencyFromString(EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertCurrencyToString(EDataType eDataType,
java.lang.Object instanceValue)
public GraphqlTestPackage getGraphqlTestPackage()
getGraphqlTestPackage in interface GraphqlTestFactory@Deprecated public static GraphqlTestPackage getPackage()
Data In Motion GmbH all rights reserved