|
||||||||||
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
,
BooleanValue
,
DateValue
,
BinaryValue
,
NameValue
,
PathValue
,
ReferenceValue
Field Summary | |
---|---|
protected static String |
DEFAULT_ENCODING
|
protected InputStream |
stream
|
protected int |
type
|
Method Summary | |
---|---|
boolean |
getBoolean()
|
Calendar |
getDate()
|
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()
|
protected void |
setStreamConsumed()
Checks if the non-stream value of this instance has already been consumed (if any getter methods except and
have been previously called at least once) and
sets the state to STATE_STREAM_CONSUMED . |
protected void |
setValueConsumed()
Checks if the stream value of this instance has already been consumed (if getStream() has been previously called
at least once) and sets the state to STATE_VALUE_CONSUMED . |
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 void setStreamConsumed() throws IllegalStateException
getStream()
and
getType()
have been previously called at least once) and
sets the state to STATE_STREAM_CONSUMED
.
IllegalStateException
- if any getter methods other than
getStream()
and
getType()
have been
previously called at least once.protected void setValueConsumed() throws IllegalStateException
getStream()
has been previously called
at least once) and sets the state to STATE_VALUE_CONSUMED
.
IllegalStateException
- if getStream()
has been
previously called at least once.protected abstract String getInternalString() throws javax.jcr.ValueFormatException, javax.jcr.RepositoryException
javax.jcr.ValueFormatException
- if the value can not be represented as a
String
or if the value is
null
.
javax.jcr.RepositoryException
- if another error occurs.public int getType()
getType
in interface javax.jcr.Value
public Calendar getDate() throws javax.jcr.ValueFormatException, IllegalStateException, javax.jcr.RepositoryException
getDate
in interface javax.jcr.Value
javax.jcr.ValueFormatException
IllegalStateException
javax.jcr.RepositoryException
public long getLong() throws javax.jcr.ValueFormatException, IllegalStateException, javax.jcr.RepositoryException
getLong
in interface javax.jcr.Value
javax.jcr.ValueFormatException
IllegalStateException
javax.jcr.RepositoryException
public boolean getBoolean() throws javax.jcr.ValueFormatException, IllegalStateException, javax.jcr.RepositoryException
getBoolean
in interface javax.jcr.Value
javax.jcr.ValueFormatException
IllegalStateException
javax.jcr.RepositoryException
public double getDouble() throws javax.jcr.ValueFormatException, IllegalStateException, javax.jcr.RepositoryException
getDouble
in interface javax.jcr.Value
javax.jcr.ValueFormatException
IllegalStateException
javax.jcr.RepositoryException
public InputStream getStream() throws IllegalStateException, javax.jcr.RepositoryException
getStream
in interface javax.jcr.Value
IllegalStateException
javax.jcr.RepositoryException
public String getString() throws javax.jcr.ValueFormatException, IllegalStateException, javax.jcr.RepositoryException
getString
in interface javax.jcr.Value
javax.jcr.ValueFormatException
IllegalStateException
javax.jcr.RepositoryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |