org.eclipse.emf.ecore.xml.type.XMLTypeFactory Java Examples
The following examples show how to use
org.eclipse.emf.ecore.xml.type.XMLTypeFactory.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: ModelFactoryImpl.java From birt with Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public String convertCoverageTypeToString( EDataType eDataType, Object instanceValue ) { return XMLTypeFactory.eINSTANCE.convertToString( XMLTypePackage.Literals.DOUBLE, instanceValue ); }
Example #2
Source File: AttributeFactoryImpl.java From birt with Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public Long createPatternBitmapFromString( EDataType eDataType, String initialValue ) { return (Long) XMLTypeFactory.eINSTANCE.createFromString( XMLTypePackage.Literals.LONG, initialValue ); }
Example #3
Source File: AttributeFactoryImpl.java From birt with Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public String convertPatternBitmapToString( EDataType eDataType, Object instanceValue ) { return XMLTypeFactory.eINSTANCE.convertToString( XMLTypePackage.Literals.LONG, instanceValue ); }
Example #4
Source File: AttributeFactoryImpl.java From birt with Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> <!-- end-user-doc --> * @generated */ public Double createPercentageFromString( EDataType eDataType, String initialValue ) { return (Double) XMLTypeFactory.eINSTANCE.createFromString( XMLTypePackage.Literals.DOUBLE, initialValue ); }
Example #5
Source File: AttributeFactoryImpl.java From birt with Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> <!-- end-user-doc --> * @generated */ public String convertPercentageToString( EDataType eDataType, Object instanceValue ) { return XMLTypeFactory.eINSTANCE.convertToString( XMLTypePackage.Literals.DOUBLE, instanceValue ); }
Example #6
Source File: AttributeFactoryImpl.java From birt with Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> <!-- end-user-doc --> * @generated */ public Integer createRGBValueFromString( EDataType eDataType, String initialValue ) { return (Integer) XMLTypeFactory.eINSTANCE.createFromString( XMLTypePackage.Literals.INT, initialValue ); }
Example #7
Source File: AttributeFactoryImpl.java From birt with Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> <!-- end-user-doc --> * @generated */ public String convertRGBValueToString( EDataType eDataType, Object instanceValue ) { return XMLTypeFactory.eINSTANCE.convertToString( XMLTypePackage.Literals.INT, instanceValue ); }
Example #8
Source File: ModelFactoryImpl.java From birt with Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public Double createCoverageTypeFromString( EDataType eDataType, String initialValue ) { return (Double) XMLTypeFactory.eINSTANCE.createFromString( XMLTypePackage.Literals.DOUBLE, initialValue ); }
Example #9
Source File: LayoutFactoryImpl.java From birt with Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public Integer createEllipsisTypeFromString( EDataType eDataType, String initialValue ) { return (Integer) XMLTypeFactory.eINSTANCE.createFromString( XMLTypePackage.Literals.INT, initialValue ); }
Example #10
Source File: LayoutFactoryImpl.java From birt with Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public String convertEllipsisTypeToString( EDataType eDataType, Object instanceValue ) { return XMLTypeFactory.eINSTANCE.convertToString( XMLTypePackage.Literals.INT, instanceValue ); }
Example #11
Source File: LayoutFactoryImpl.java From birt with Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public Double createTitlePercentTypeFromString( EDataType eDataType, String initialValue ) { return (Double) XMLTypeFactory.eINSTANCE.createFromString( XMLTypePackage.Literals.DOUBLE, initialValue ); }
Example #12
Source File: LayoutFactoryImpl.java From birt with Eclipse Public License 1.0 | 5 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public String convertTitlePercentTypeToString( EDataType eDataType, Object instanceValue ) { return XMLTypeFactory.eINSTANCE.convertToString( XMLTypePackage.Literals.DOUBLE, instanceValue ); }
Example #13
Source File: AttributeFactoryImpl.java From birt with Eclipse Public License 1.0 | 4 votes |
/** * <!-- begin-user-doc --> <!-- end-user-doc --> * @generated */ public String createIDFromString( EDataType eDataType, String initialValue ) { return (String) XMLTypeFactory.eINSTANCE.createFromString( XMLTypePackage.Literals.STRING, initialValue ); }
Example #14
Source File: AttributeFactoryImpl.java From birt with Eclipse Public License 1.0 | 4 votes |
/** * <!-- begin-user-doc --> <!-- end-user-doc --> * @generated */ public String convertIDToString( EDataType eDataType, Object instanceValue ) { return XMLTypeFactory.eINSTANCE.convertToString( XMLTypePackage.Literals.STRING, instanceValue ); }
Example #15
Source File: jpdl32FactoryImpl.java From bonita-studio with GNU General Public License v2.0 | 2 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public String convertTypeTypeMember0ToString(EDataType eDataType, Object instanceValue) { return XMLTypeFactory.eINSTANCE.convertToString(XMLTypePackage.Literals.STRING, instanceValue); }
Example #16
Source File: jpdl32FactoryImpl.java From bonita-studio with GNU General Public License v2.0 | 2 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public Integer createPriorityTypeMember1FromString(EDataType eDataType, String initialValue) { return (Integer)XMLTypeFactory.eINSTANCE.createFromString(XMLTypePackage.Literals.INT, initialValue); }
Example #17
Source File: jpdl32FactoryImpl.java From bonita-studio with GNU General Public License v2.0 | 2 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public String convertPriorityTypeMember1ToString(EDataType eDataType, Object instanceValue) { return XMLTypeFactory.eINSTANCE.convertToString(XMLTypePackage.Literals.INT, instanceValue); }
Example #18
Source File: jpdl32FactoryImpl.java From bonita-studio with GNU General Public License v2.0 | 2 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public String createTypeTypeMember0FromString(EDataType eDataType, String initialValue) { return (String)XMLTypeFactory.eINSTANCE.createFromString(XMLTypePackage.Literals.STRING, initialValue); }
Example #19
Source File: ConfigurationFactoryImpl.java From neoscada with Eclipse Public License 1.0 | 2 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public String createAliasNameTypeFromString ( EDataType eDataType, String initialValue ) { return (String)XMLTypeFactory.eINSTANCE.createFromString ( XMLTypePackage.Literals.STRING, initialValue ); }
Example #20
Source File: ConfigurationFactoryImpl.java From neoscada with Eclipse Public License 1.0 | 2 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public String convertTypeTypeToString ( EDataType eDataType, Object instanceValue ) { return XMLTypeFactory.eINSTANCE.convertToString ( XMLTypePackage.Literals.STRING, instanceValue ); }
Example #21
Source File: ConfigurationFactoryImpl.java From neoscada with Eclipse Public License 1.0 | 2 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public String createTypeTypeFromString ( EDataType eDataType, String initialValue ) { return (String)XMLTypeFactory.eINSTANCE.createFromString ( XMLTypePackage.Literals.STRING, initialValue ); }
Example #22
Source File: ConfigurationFactoryImpl.java From neoscada with Eclipse Public License 1.0 | 2 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public String convertRestartDelayTypeToString ( EDataType eDataType, Object instanceValue ) { return XMLTypeFactory.eINSTANCE.convertToString ( XMLTypePackage.Literals.INT, instanceValue ); }
Example #23
Source File: ConfigurationFactoryImpl.java From neoscada with Eclipse Public License 1.0 | 2 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public Integer createRestartDelayTypeFromString ( EDataType eDataType, String initialValue ) { return (Integer)XMLTypeFactory.eINSTANCE.createFromString ( XMLTypePackage.Literals.INT, initialValue ); }
Example #24
Source File: ConfigurationFactoryImpl.java From neoscada with Eclipse Public License 1.0 | 2 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public String convertPeriodTypeToString ( EDataType eDataType, Object instanceValue ) { return XMLTypeFactory.eINSTANCE.convertToString ( XMLTypePackage.Literals.INT, instanceValue ); }
Example #25
Source File: ConfigurationFactoryImpl.java From neoscada with Eclipse Public License 1.0 | 2 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public Integer createPeriodTypeFromString ( EDataType eDataType, String initialValue ) { return (Integer)XMLTypeFactory.eINSTANCE.createFromString ( XMLTypePackage.Literals.INT, initialValue ); }
Example #26
Source File: ConfigurationFactoryImpl.java From neoscada with Eclipse Public License 1.0 | 2 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public String convertNameType1ToString ( EDataType eDataType, Object instanceValue ) { return XMLTypeFactory.eINSTANCE.convertToString ( XMLTypePackage.Literals.STRING, instanceValue ); }
Example #27
Source File: ConfigurationFactoryImpl.java From neoscada with Eclipse Public License 1.0 | 2 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public String createNameType1FromString ( EDataType eDataType, String initialValue ) { return (String)XMLTypeFactory.eINSTANCE.createFromString ( XMLTypePackage.Literals.STRING, initialValue ); }
Example #28
Source File: ConfigurationFactoryImpl.java From neoscada with Eclipse Public License 1.0 | 2 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public String convertNameTypeToString ( EDataType eDataType, Object instanceValue ) { return XMLTypeFactory.eINSTANCE.convertToString ( XMLTypePackage.Literals.STRING, instanceValue ); }
Example #29
Source File: ConfigurationFactoryImpl.java From neoscada with Eclipse Public License 1.0 | 2 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public String createNameTypeFromString ( EDataType eDataType, String initialValue ) { return (String)XMLTypeFactory.eINSTANCE.createFromString ( XMLTypePackage.Literals.STRING, initialValue ); }
Example #30
Source File: ConfigurationFactoryImpl.java From neoscada with Eclipse Public License 1.0 | 2 votes |
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public String convertClassTypeToString ( EDataType eDataType, Object instanceValue ) { return XMLTypeFactory.eINSTANCE.convertToString ( XMLTypePackage.Literals.STRING, instanceValue ); }