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