Class XlinkFactoryImpl

  • All Implemented Interfaces:
    Notifier, EFactory, EModelElement, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, BinaryResourceImpl.DataConverter.Factory, XlinkFactory

    public class XlinkFactoryImpl
    extends EFactoryImpl
    implements XlinkFactory
    An implementation of the model Factory.
    • Constructor Detail

      • XlinkFactoryImpl

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

      • init

        public static XlinkFactory init()
        Creates the default factory implementation.
      • create

        public EObject create​(EClass eClass)
        Specified by:
        create in interface EFactory
        Overrides:
        create in class EFactoryImpl
      • createFromString

        public Object createFromString​(EDataType eDataType,
                                       String initialValue)
        Specified by:
        createFromString in interface EFactory
        Overrides:
        createFromString in class EFactoryImpl
      • convertToString

        public String convertToString​(EDataType eDataType,
                                      Object instanceValue)
        Specified by:
        convertToString in interface EFactory
        Overrides:
        convertToString in class EFactoryImpl
      • createActuateTypeFromString

        public ActuateType createActuateTypeFromString​(EDataType eDataType,
                                                       String initialValue)
      • convertActuateTypeToString

        public String convertActuateTypeToString​(EDataType eDataType,
                                                 Object instanceValue)
      • createShowTypeFromString

        public ShowType createShowTypeFromString​(EDataType eDataType,
                                                 String initialValue)
      • convertShowTypeToString

        public String convertShowTypeToString​(EDataType eDataType,
                                              Object instanceValue)
      • createTypeTypeFromString

        public TypeType createTypeTypeFromString​(EDataType eDataType,
                                                 String initialValue)
      • convertTypeTypeToString

        public String convertTypeTypeToString​(EDataType eDataType,
                                              Object instanceValue)
      • createActuateTypeObjectFromString

        public ActuateType createActuateTypeObjectFromString​(EDataType eDataType,
                                                             String initialValue)
      • convertActuateTypeObjectToString

        public String convertActuateTypeObjectToString​(EDataType eDataType,
                                                       Object instanceValue)
      • createArcroleTypeFromString

        public String createArcroleTypeFromString​(EDataType eDataType,
                                                  String initialValue)
      • convertArcroleTypeToString

        public String convertArcroleTypeToString​(EDataType eDataType,
                                                 Object instanceValue)
      • createFromTypeFromString

        public String createFromTypeFromString​(EDataType eDataType,
                                               String initialValue)
      • convertFromTypeToString

        public String convertFromTypeToString​(EDataType eDataType,
                                              Object instanceValue)
      • createHrefTypeFromString

        public String createHrefTypeFromString​(EDataType eDataType,
                                               String initialValue)
      • convertHrefTypeToString

        public String convertHrefTypeToString​(EDataType eDataType,
                                              Object instanceValue)
      • createLabelTypeFromString

        public String createLabelTypeFromString​(EDataType eDataType,
                                                String initialValue)
      • convertLabelTypeToString

        public String convertLabelTypeToString​(EDataType eDataType,
                                               Object instanceValue)
      • createRoleTypeFromString

        public String createRoleTypeFromString​(EDataType eDataType,
                                               String initialValue)
      • convertRoleTypeToString

        public String convertRoleTypeToString​(EDataType eDataType,
                                              Object instanceValue)
      • createShowTypeObjectFromString

        public ShowType createShowTypeObjectFromString​(EDataType eDataType,
                                                       String initialValue)
      • convertShowTypeObjectToString

        public String convertShowTypeObjectToString​(EDataType eDataType,
                                                    Object instanceValue)
      • createTitleAttrTypeFromString

        public String createTitleAttrTypeFromString​(EDataType eDataType,
                                                    String initialValue)
      • convertTitleAttrTypeToString

        public String convertTitleAttrTypeToString​(EDataType eDataType,
                                                   Object instanceValue)
      • createToTypeFromString

        public String createToTypeFromString​(EDataType eDataType,
                                             String initialValue)
      • convertToTypeToString

        public String convertToTypeToString​(EDataType eDataType,
                                            Object instanceValue)
      • createTypeTypeObjectFromString

        public TypeType createTypeTypeObjectFromString​(EDataType eDataType,
                                                       String initialValue)
      • convertTypeTypeObjectToString

        public String convertTypeTypeObjectToString​(EDataType eDataType,
                                                    Object instanceValue)
      • getPackage

        public static XlinkPackage getPackage()
        Deprecated.