public abstract class BaseValue
extends java.lang.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() |
java.util.Calendar |
getDate() |
java.math.BigDecimal |
getDecimal() |
double |
getDouble() |
long |
getLong() |
java.io.InputStream |
getStream() |
java.lang.String |
getString() |
int |
getType() |
public int getType()
public java.util.Calendar getDate()
throws ValueFormatException,
java.lang.IllegalStateException,
RepositoryException
ValueFormatExceptionjava.lang.IllegalStateExceptionRepositoryExceptionpublic long getLong()
throws ValueFormatException,
java.lang.IllegalStateException,
RepositoryException
ValueFormatExceptionjava.lang.IllegalStateExceptionRepositoryExceptionpublic boolean getBoolean()
throws ValueFormatException,
java.lang.IllegalStateException,
RepositoryException
ValueFormatExceptionjava.lang.IllegalStateExceptionRepositoryExceptionpublic double getDouble()
throws ValueFormatException,
java.lang.IllegalStateException,
RepositoryException
ValueFormatExceptionjava.lang.IllegalStateExceptionRepositoryExceptionpublic java.math.BigDecimal getDecimal()
throws ValueFormatException,
java.lang.IllegalStateException,
RepositoryException
ValueFormatExceptionjava.lang.IllegalStateExceptionRepositoryExceptionpublic java.io.InputStream getStream()
throws java.lang.IllegalStateException,
RepositoryException
java.lang.IllegalStateExceptionRepositoryExceptionpublic Binary getBinary()
throws ValueFormatException,
java.lang.IllegalStateException,
RepositoryException
ValueFormatExceptionjava.lang.IllegalStateExceptionRepositoryExceptionpublic java.lang.String getString()
throws ValueFormatException,
java.lang.IllegalStateException,
RepositoryException
ValueFormatExceptionjava.lang.IllegalStateExceptionRepositoryException"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"