org.xcmis.search.content
Class Property.SimpleValue<V>

java.lang.Object
  extended by org.xcmis.search.content.Property.ContentValue<V>
      extended by org.xcmis.search.content.Property.SimpleValue<V>
Enclosing class:
Property<V>

public static class Property.SimpleValue<V>
extends Property.ContentValue<V>


Constructor Summary
Property.SimpleValue(V value)
           
Property.SimpleValue(V value, long length)
           
 
Method Summary
 V getValue()
           
 String toString()
           
 
Methods inherited from class org.xcmis.search.content.Property.ContentValue
getLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Property.SimpleValue

public Property.SimpleValue(V value,
                            long length)
Parameters:
value -

Property.SimpleValue

public Property.SimpleValue(V value)
Parameters:
value -
Method Detail

getValue

public V getValue()
Specified by:
getValue in class Property.ContentValue<V>
Returns:
value of the property.
See Also:
Property.ContentValue.getValue()

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.