protected static class JcrRepositoryWrapper.StrValue extends java.lang.Object implements Value
| Constructor and Description |
|---|
StrValue(java.lang.String str) |
| Modifier and Type | Method and Description |
|---|---|
Binary |
getBinary() |
boolean |
getBoolean() |
java.util.Calendar |
getDate() |
java.math.BigDecimal |
getDecimal() |
double |
getDouble() |
long |
getLong() |
java.io.InputStream |
getStream() |
java.lang.String |
getString() |
int |
getType() |
public java.lang.String getString()
throws ValueFormatException,
java.lang.IllegalStateException,
RepositoryException
getString in interface ValueValueFormatExceptionjava.lang.IllegalStateExceptionRepositoryExceptionpublic java.io.InputStream getStream()
throws RepositoryException
getStream in interface ValueRepositoryExceptionpublic Binary getBinary() throws RepositoryException
getBinary in interface ValueRepositoryExceptionpublic long getLong()
throws ValueFormatException,
RepositoryException
getLong in interface ValueValueFormatExceptionRepositoryExceptionpublic double getDouble()
throws ValueFormatException,
RepositoryException
getDouble in interface ValueValueFormatExceptionRepositoryExceptionpublic java.math.BigDecimal getDecimal()
throws ValueFormatException,
RepositoryException
getDecimal in interface ValueValueFormatExceptionRepositoryExceptionpublic java.util.Calendar getDate()
throws ValueFormatException,
RepositoryException
getDate in interface ValueValueFormatExceptionRepositoryExceptionpublic boolean getBoolean()
throws ValueFormatException,
RepositoryException
getBoolean in interface ValueValueFormatExceptionRepositoryExceptionCopyright © 2007–2020. All rights reserved.