Class StringAttribute

    • Constructor Detail

      • StringAttribute

        public StringAttribute​(ModelElementType owningElementType)
    • Method Detail

      • convertXmlValueToModelValue

        protected String convertXmlValueToModelValue​(String rawValue)
        Description copied from class: AttributeImpl
        to be implemented by subclasses: converts the raw (String) value of the attribute to the type required by the model
        Specified by:
        convertXmlValueToModelValue in class AttributeImpl<String>
        Returns:
        the converted value
      • convertModelValueToXmlValue

        protected String convertModelValueToXmlValue​(String modelValue)
        Description copied from class: AttributeImpl
        to be implemented by subclasses: converts the raw (String) value of the attribute to the type required by the model
        Specified by:
        convertModelValueToXmlValue in class AttributeImpl<String>
        Returns:
        the converted value