public abstract class BaseValue extends Object
Value interfaces.javax.jcr.Value,
StringValue,
LongValue,
DoubleValue,
DecimalValue,
BooleanValue,
DateValue,
BinaryValue,
NameValue,
PathValue,
URIValue,
ReferenceValue,
WeakReferenceValue| Modifier and Type | Method and Description |
|---|---|
Binary |
getBinary() |
boolean |
getBoolean() |
Calendar |
getDate() |
BigDecimal |
getDecimal() |
double |
getDouble() |
long |
getLong() |
InputStream |
getStream() |
String |
getString() |
int |
getType() |
public int getType()
public Calendar getDate() throws ValueFormatException, IllegalStateException, RepositoryException
ValueFormatExceptionIllegalStateExceptionRepositoryExceptionpublic long getLong()
throws ValueFormatException,
IllegalStateException,
RepositoryException
ValueFormatExceptionIllegalStateExceptionRepositoryExceptionpublic boolean getBoolean()
throws ValueFormatException,
IllegalStateException,
RepositoryException
ValueFormatExceptionIllegalStateExceptionRepositoryExceptionpublic double getDouble()
throws ValueFormatException,
IllegalStateException,
RepositoryException
ValueFormatExceptionIllegalStateExceptionRepositoryExceptionpublic BigDecimal getDecimal() throws ValueFormatException, IllegalStateException, RepositoryException
ValueFormatExceptionIllegalStateExceptionRepositoryExceptionpublic InputStream getStream() throws IllegalStateException, RepositoryException
IllegalStateExceptionRepositoryExceptionpublic Binary getBinary()
throws ValueFormatException,
IllegalStateException,
RepositoryException
ValueFormatExceptionIllegalStateExceptionRepositoryExceptionpublic String getString() throws ValueFormatException, IllegalStateException, RepositoryException
ValueFormatExceptionIllegalStateExceptionRepositoryException"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"