public class UiFactoryImpl extends EFactoryImpl implements MUiFactory
| Modifier and Type | Field and Description |
|---|---|
static UiFactoryImpl |
eINSTANCE
The singleton instance of the factory
|
INSTANCE| Constructor and Description |
|---|
UiFactoryImpl()
Creates an instance of the factory
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convertSideValueToString(EDataType eDataType,
java.lang.Object instanceValue) |
java.lang.String |
convertToString(EDataType eDataType,
java.lang.Object instanceValue) |
EObject |
create(EClass eClass) |
MCoreExpression |
createCoreExpression() |
java.lang.Object |
createFromString(EDataType eDataType,
java.lang.String initialValue) |
MImperativeExpression |
createImperativeExpression() |
SideValue |
createSideValueFromString(EDataType eDataType,
java.lang.String initialValue) |
UiPackageImpl |
getUiPackage() |
static UiFactoryImpl |
init()
Creates the default factory implementation
|
public static final UiFactoryImpl eINSTANCE
public static UiFactoryImpl 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 MCoreExpression createCoreExpression()
createCoreExpression in interface MUiFactorypublic MImperativeExpression createImperativeExpression()
createImperativeExpression in interface MUiFactorypublic SideValue createSideValueFromString(EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertSideValueToString(EDataType eDataType,
java.lang.Object instanceValue)
public UiPackageImpl getUiPackage()