public abstract class BaseValue extends Object
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 int getType()
public Calendar getDate() throws ValueFormatException, IllegalStateException, RepositoryException
ValueFormatException
IllegalStateException
RepositoryException
public long getLong() throws ValueFormatException, IllegalStateException, RepositoryException
ValueFormatException
IllegalStateException
RepositoryException
public boolean getBoolean() throws ValueFormatException, IllegalStateException, RepositoryException
ValueFormatException
IllegalStateException
RepositoryException
public double getDouble() throws ValueFormatException, IllegalStateException, RepositoryException
ValueFormatException
IllegalStateException
RepositoryException
public BigDecimal getDecimal() throws ValueFormatException, IllegalStateException, RepositoryException
ValueFormatException
IllegalStateException
RepositoryException
public InputStream getStream() throws IllegalStateException, RepositoryException
IllegalStateException
RepositoryException
public Binary getBinary() throws ValueFormatException, IllegalStateException, RepositoryException
ValueFormatException
IllegalStateException
RepositoryException
public String getString() throws ValueFormatException, IllegalStateException, RepositoryException
ValueFormatException
IllegalStateException
RepositoryException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"