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

java.lang.Object
  extended by org.xcmis.search.content.Property.ContentValue<V>
Direct Known Subclasses:
Property.BinaryValue, Property.SimpleValue
Enclosing class:
Property<V>

public abstract static class Property.ContentValue<V>
extends Object


Constructor Summary
Property.ContentValue(long length)
           
 
Method Summary
 long getLength()
           
abstract  V getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property.ContentValue

public Property.ContentValue(long length)
Parameters:
length -
Method Detail

getValue

public abstract V getValue()
Returns:
value of the property.

getLength

public long getLength()
Returns:
the length of the value.


Copyright © 2011 eXo Platform SAS. All Rights Reserved.