public interface DatatypeFactory
extends org.eclipse.emf.ecore.EFactory
DatatypePackage| Modifier and Type | Field and Description |
|---|---|
static DatatypeFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanType |
createBooleanType()
Returns a new object of class 'Boolean Type'.
|
BooleanType |
createBooleanType(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
Enumeration |
createEnumeration()
Returns a new object of class 'Enumeration'.
|
Enumeration |
createEnumeration(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
NumericType |
createNumericType()
Returns a new object of class 'Numeric Type'.
|
NumericType |
createNumericType(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PhysicalQuantity |
createPhysicalQuantity()
Returns a new object of class 'Physical Quantity'.
|
PhysicalQuantity |
createPhysicalQuantity(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
StringType |
createStringType()
Returns a new object of class 'String Type'.
|
StringType |
createStringType(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
DatatypePackage |
getDatatypePackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackagegetEAnnotation, getEAnnotationsstatic final DatatypeFactory eINSTANCE
BooleanType createBooleanType()
Enumeration createEnumeration()
StringType createStringType()
NumericType createNumericType()
PhysicalQuantity createPhysicalQuantity()
DatatypePackage getDatatypePackage()
BooleanType createBooleanType(java.lang.String name_p)
name_p - : default name of created elementEnumeration createEnumeration(java.lang.String name_p)
name_p - : default name of created elementStringType createStringType(java.lang.String name_p)
name_p - : default name of created elementNumericType createNumericType(java.lang.String name_p)
name_p - : default name of created elementPhysicalQuantity createPhysicalQuantity(java.lang.String name_p)
name_p - : default name of created element