Class EtypesFactoryImpl

    • Constructor Detail

      • EtypesFactoryImpl

        public EtypesFactoryImpl()
        Creates an instance of the factory.
        Generated
    • Method Detail

      • init

        public static EtypesFactory init()
        Creates the default factory implementation.
        Generated
      • createBlobFromString

        public CDOBlob createBlobFromString​(EDataType eDataType,
                                            java.lang.String initialValue)
        Since:
        4.6
        Generated
        NOT
      • convertBlobToString

        public java.lang.String convertBlobToString​(EDataType eDataType,
                                                    java.lang.Object instanceValue)
        Since:
        4.6
        Generated
        NOT
      • createClobFromString

        public CDOClob createClobFromString​(EDataType eDataType,
                                            java.lang.String initialValue)
        Since:
        4.6
        Generated
        NOT
      • convertClobToString

        public java.lang.String convertClobToString​(EDataType eDataType,
                                                    java.lang.Object instanceValue)
        Since:
        4.6
        Generated
        NOT
      • createClassifierRefFromString

        public CDOClassifierRef createClassifierRefFromString​(EDataType eDataType,
                                                              java.lang.String initialValue)
        Since:
        4.10
        Generated
        NOT
      • convertClassifierRefToString

        public java.lang.String convertClassifierRefToString​(EDataType eDataType,
                                                             java.lang.Object instanceValue)
        Since:
        4.10
        Generated
        NOT
      • createBranchRefFromString

        public CDOBranchRef createBranchRefFromString​(EDataType eDataType,
                                                      java.lang.String initialValue)
        Since:
        4.10
        Generated
        NOT
      • convertBranchRefToString

        public java.lang.String convertBranchRefToString​(EDataType eDataType,
                                                         java.lang.Object instanceValue)
        Since:
        4.10
        Generated
        NOT
      • createBranchPointRefFromString

        public CDOBranchPointRef createBranchPointRefFromString​(EDataType eDataType,
                                                                java.lang.String initialValue)
        Since:
        4.10
        Generated
        NOT
      • convertBranchPointRefToString

        public java.lang.String convertBranchPointRefToString​(EDataType eDataType,
                                                              java.lang.Object instanceValue)
        Since:
        4.10
        Generated
        NOT
      • createLobFromString

        public CDOLob<?> createLobFromString​(EDataType eDataType,
                                             java.lang.String initialValue)
        Since:
        4.1
        Generated
        NOT
      • getPackage

        @Deprecated
        public static EtypesPackage getPackage()
        Deprecated.
        Generated