public interface DatavalueFactory
extends org.eclipse.emf.ecore.EFactory
DatavaluePackage| Modifier and Type | Field and Description |
|---|---|
static DatavalueFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryExpression |
createBinaryExpression()
Returns a new object of class 'Binary Expression'.
|
BinaryExpression |
createBinaryExpression(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
BooleanReference |
createBooleanReference()
Returns a new object of class 'Boolean Reference'.
|
BooleanReference |
createBooleanReference(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
ComplexValue |
createComplexValue()
Returns a new object of class 'Complex Value'.
|
ComplexValue |
createComplexValue(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
ComplexValueReference |
createComplexValueReference()
Returns a new object of class 'Complex Value Reference'.
|
ComplexValueReference |
createComplexValueReference(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
EnumerationLiteral |
createEnumerationLiteral()
Returns a new object of class 'Enumeration Literal'.
|
EnumerationLiteral |
createEnumerationLiteral(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
EnumerationReference |
createEnumerationReference()
Returns a new object of class 'Enumeration Reference'.
|
EnumerationReference |
createEnumerationReference(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
LiteralBooleanValue |
createLiteralBooleanValue()
Returns a new object of class 'Literal Boolean Value'.
|
LiteralBooleanValue |
createLiteralBooleanValue(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
LiteralNumericValue |
createLiteralNumericValue()
Returns a new object of class 'Literal Numeric Value'.
|
LiteralNumericValue |
createLiteralNumericValue(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
LiteralStringValue |
createLiteralStringValue()
Returns a new object of class 'Literal String Value'.
|
LiteralStringValue |
createLiteralStringValue(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
NumericReference |
createNumericReference()
Returns a new object of class 'Numeric Reference'.
|
NumericReference |
createNumericReference(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
OpaqueExpression |
createOpaqueExpression()
Returns a new object of class 'Opaque Expression'.
|
OpaqueExpression |
createOpaqueExpression(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
StringReference |
createStringReference()
Returns a new object of class 'String Reference'.
|
StringReference |
createStringReference(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
UnaryExpression |
createUnaryExpression()
Returns a new object of class 'Unary Expression'.
|
UnaryExpression |
createUnaryExpression(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
ValuePart |
createValuePart()
Returns a new object of class 'Value Part'.
|
DatavaluePackage |
getDatavaluePackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackagegetEAnnotation, getEAnnotationsstatic final DatavalueFactory eINSTANCE
LiteralBooleanValue createLiteralBooleanValue()
BooleanReference createBooleanReference()
EnumerationLiteral createEnumerationLiteral()
EnumerationReference createEnumerationReference()
LiteralStringValue createLiteralStringValue()
StringReference createStringReference()
LiteralNumericValue createLiteralNumericValue()
NumericReference createNumericReference()
ComplexValue createComplexValue()
ComplexValueReference createComplexValueReference()
ValuePart createValuePart()
BinaryExpression createBinaryExpression()
UnaryExpression createUnaryExpression()
OpaqueExpression createOpaqueExpression()
DatavaluePackage getDatavaluePackage()
LiteralBooleanValue createLiteralBooleanValue(java.lang.String name_p)
name_p - : default name of created elementBooleanReference createBooleanReference(java.lang.String name_p)
name_p - : default name of created elementEnumerationLiteral createEnumerationLiteral(java.lang.String name_p)
name_p - : default name of created elementEnumerationReference createEnumerationReference(java.lang.String name_p)
name_p - : default name of created elementLiteralStringValue createLiteralStringValue(java.lang.String name_p)
name_p - : default name of created elementStringReference createStringReference(java.lang.String name_p)
name_p - : default name of created elementLiteralNumericValue createLiteralNumericValue(java.lang.String name_p)
name_p - : default name of created elementNumericReference createNumericReference(java.lang.String name_p)
name_p - : default name of created elementComplexValue createComplexValue(java.lang.String name_p)
name_p - : default name of created elementComplexValueReference createComplexValueReference(java.lang.String name_p)
name_p - : default name of created elementBinaryExpression createBinaryExpression(java.lang.String name_p)
name_p - : default name of created elementUnaryExpression createUnaryExpression(java.lang.String name_p)
name_p - : default name of created elementOpaqueExpression createOpaqueExpression(java.lang.String name_p)
name_p - : default name of created element