|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.value.BaseValue
public abstract class BaseValue
This class is the superclass of the type-specific
classes implementing the Value interfaces.
Value,
StringValue,
LongValue,
DoubleValue,
DecimalValue,
BooleanValue,
DateValue,
BinaryValue,
NameValue,
PathValue,
URIValue,
ReferenceValue,
WeakReferenceValue| Field Summary | |
|---|---|
protected static String |
DEFAULT_ENCODING
|
protected InputStream |
stream
|
protected int |
type
|
| Method Summary | |
|---|---|
Binary |
getBinary()
|
boolean |
getBoolean()
|
Calendar |
getDate()
|
BigDecimal |
getDecimal()
|
double |
getDouble()
|
protected abstract String |
getInternalString()
Returns the internal string representation of this value without modifying the value state. |
long |
getLong()
|
InputStream |
getStream()
|
String |
getString()
|
int |
getType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String DEFAULT_ENCODING
protected final int type
protected InputStream stream
| Method Detail |
|---|
protected abstract String getInternalString()
throws ValueFormatException,
RepositoryException
ValueFormatException - if the value can not be represented as a
String or if the value is
null.
RepositoryException - if another error occurs.public int getType()
getType in interface Value
public Calendar getDate()
throws ValueFormatException,
IllegalStateException,
RepositoryException
getDate in interface ValueValueFormatException
IllegalStateException
RepositoryException
public long getLong()
throws ValueFormatException,
IllegalStateException,
RepositoryException
getLong in interface ValueValueFormatException
IllegalStateException
RepositoryException
public boolean getBoolean()
throws ValueFormatException,
IllegalStateException,
RepositoryException
getBoolean in interface ValueValueFormatException
IllegalStateException
RepositoryException
public double getDouble()
throws ValueFormatException,
IllegalStateException,
RepositoryException
getDouble in interface ValueValueFormatException
IllegalStateException
RepositoryException
public BigDecimal getDecimal()
throws ValueFormatException,
IllegalStateException,
RepositoryException
getDecimal in interface ValueValueFormatException
IllegalStateException
RepositoryException
public InputStream getStream()
throws IllegalStateException,
RepositoryException
getStream in interface ValueIllegalStateException
RepositoryException
public Binary getBinary()
throws ValueFormatException,
IllegalStateException,
RepositoryException
getBinary in interface ValueValueFormatException
IllegalStateException
RepositoryException
public String getString()
throws ValueFormatException,
IllegalStateException,
RepositoryException
getString in interface ValueValueFormatException
IllegalStateException
RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||