Class AttributeParser


  • public class AttributeParser
    extends Object
    • Constructor Detail

      • AttributeParser

        public AttributeParser​(String attributeName,
                               es.caib.seycon.ng.comu.TypeEnumeration type,
                               Object v)
    • Method Detail

      • getValue

        public String getValue()
      • getBlobValue

        public byte[] getBlobValue()
      • getObjectValue

        public static Object getObjectValue​(es.caib.seycon.ng.comu.TypeEnumeration type,
                                            String value2,
                                            byte[] blobDataValue)