Class TextProperty

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IBasicStoreableObject, IPlainDataObject

    public class TextProperty
    extends StringProperty
    TextProperty is a derivative of a StringProperty which support full text search queries (if the underlying storage supports them too).
    Version:
    $Id: $Id
    Author:
    another
    See Also:
    Serialized Form
    • Constructor Detail

      • TextProperty

        public TextProperty​(java.lang.String name)
        Creates a new TextProperty with given name and null value.
        Parameters:
        name - a String object.
      • TextProperty

        public TextProperty​(java.lang.String name,
                            java.lang.String value)
        Creates a new TextProperty with given name and value.
        Parameters:
        name - a String object.
        value - a String object.