Interface OakValue
-
public interface OakValueTODO: document
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlobgetBlob()java.lang.StringgetOakString()Returns the Oak internal String representation of a value.
-
-
-
Method Detail
-
getBlob
Blob getBlob() throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
-
getOakString
java.lang.String getOakString() throws javax.jcr.RepositoryExceptionReturns the Oak internal String representation of a value. Thus, similar toValue.getString()but ignoring any JCR specific namespace mapping.- Returns:
- A String representation of the value of this property.
- Throws:
javax.jcr.RepositoryException
-
-