Class TransactionsIsolationLevelEnumXmlPartReader

    • Constructor Detail

      • TransactionsIsolationLevelEnumXmlPartReader

        public TransactionsIsolationLevelEnumXmlPartReader()
    • Method Detail

      • valueFromString

        protected Object valueFromString​(org.eclipse.emf.ecore.EAttribute feature,
                                         String value,
                                         Version version,
                                         IXmlReadErrorCollector errorCollector)
        Description copied from class: BaseEnumXmlPartReader
        Convert string value to enum value.

        Tries to get Enum as literal from given string value or from given string value with capital letter

        Overrides:
        valueFromString in class BaseEnumXmlPartReader
        Parameters:
        feature - the Enum type EAttribute, cannot be null
        value - string text value of readed enum, can be null
        version - the version of importing 1C:Enterprise XML files, cannot be null
        errorCollector - IXmlReadErrorCollector in which will be added error if it occur, cannot be null
        Returns:
        instance of enumerator, never null