Class UriFieldValue

  • All Implemented Interfaces:
    java.lang.Cloneable, java.lang.Comparable<FieldValue>

    public class UriFieldValue
    extends StringFieldValue
    Author:
    Magnar Nedland
    • Constructor Detail

      • UriFieldValue

        public UriFieldValue()
      • UriFieldValue

        public UriFieldValue​(java.lang.String value)
    • Method Detail

      • assign

        public void assign​(java.lang.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().