public abstract class BaseValue extends Object implements Value
Value interfaces.| 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 Calendar getDate() throws ValueFormatException, IllegalStateException, RepositoryException
getDate in interface ValueValueFormatExceptionIllegalStateExceptionRepositoryExceptionpublic long getLong()
throws ValueFormatException,
IllegalStateException,
RepositoryException
getLong in interface ValueValueFormatExceptionIllegalStateExceptionRepositoryExceptionpublic boolean getBoolean()
throws ValueFormatException,
IllegalStateException,
RepositoryException
getBoolean in interface ValueValueFormatExceptionIllegalStateExceptionRepositoryExceptionpublic double getDouble()
throws ValueFormatException,
IllegalStateException,
RepositoryException
getDouble in interface ValueValueFormatExceptionIllegalStateExceptionRepositoryExceptionpublic BigDecimal getDecimal() throws ValueFormatException, IllegalStateException, RepositoryException
getDecimal in interface ValueValueFormatExceptionIllegalStateExceptionRepositoryExceptionpublic InputStream getStream() throws IllegalStateException, RepositoryException
getStream in interface ValueIllegalStateExceptionRepositoryExceptionpublic Binary getBinary() throws ValueFormatException, IllegalStateException, RepositoryException
getBinary in interface ValueValueFormatExceptionIllegalStateExceptionRepositoryExceptionpublic String getString() throws ValueFormatException, IllegalStateException, RepositoryException
getString in interface ValueValueFormatExceptionIllegalStateExceptionRepositoryExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved