Class UriFieldValue

    • Constructor Detail

      • UriFieldValue

        public UriFieldValue()
      • UriFieldValue

        public UriFieldValue​(String value)
    • Method Detail

      • assign

        public void assign​(Object obj)
        Description copied from class: StringFieldValue
        Sets a new value for this StringFieldValue. NOTE that doing so will clear all span trees from this value, since they most certainly will not make sense for a new string value.
        Overrides:
        assign in class StringFieldValue
        Parameters:
        obj - the new String to assign to this. An argument of null is equal to calling clear().