Interface OakValue
-
public interface OakValue
TODO: document
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Blob
getBlob()
java.lang.String
getOakString()
Returns the Oak internal String representation of a value.
-
-
-
Method Detail
-
getBlob
Blob getBlob() throws RepositoryException
- Throws:
RepositoryException
-
getOakString
java.lang.String getOakString() throws RepositoryException
Returns 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:
RepositoryException
-
-