Class Value

    • Constructor Summary

      Constructors 
      Constructor Description
      Value()  
    • Constructor Detail

      • Value

        public Value()
    • Method Detail

      • parse

        public static Value parse​(boolean pTyped,
                                  URIString pUriStr)
                           throws java.lang.IllegalArgumentException
        Factory method which tries to parse an untyped value.
        Parameters:
        pTyped -
        pUriStr -
        Returns:
        Value instance
        Throws:
        java.lang.IllegalArgumentException - if parsing failed.
      • getTypeInfo

        public abstract java.lang.String getTypeInfo()
        getTypeInfo
        Returns:
        the type description string of the Value.