|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeceira.value.SessionValue
com.jeceira.value.NameValue
Field Summary |
Fields inherited from class com.jeceira.value.SessionValue |
binaryValue, booleanValue, dateValue, doubleValue, longValue, nameValue, pathValue, referenceValue, sessionContext, stringValue |
Constructor Summary | |
(package private) |
NameValue(SessionContext sessionContext,
Name value)
Creates a name value. |
Method Summary | |
protected byte[] |
toBinaryValue()
Converts this into a stream value. |
protected java.lang.Boolean |
toBooleanValue()
Converts this into a boolean value. |
protected java.util.Calendar |
toDateValue()
Converts this into a date value. |
protected java.lang.Double |
toDoubleValue()
Converts this into a double value. |
protected java.lang.Long |
toLongValue()
Converts this into a long value. |
protected Name |
toNameValue()
Converts this into a name value. |
protected Path |
toPathValue()
Converts this into a path value. |
protected Reference |
toReferenceValue()
Converts this into a reference value. |
protected java.lang.String |
toStringValue()
Converts this into a string value. |
Methods inherited from class com.jeceira.value.SessionValue |
getBoolean, getBytes, getDate, getDouble, getLength, getLong, getName, getPath, getReference, getSessionContext, getStream, getString, getType, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
NameValue(SessionContext sessionContext, Name value)
Method Detail |
protected byte[] toBinaryValue() throws ValueFormatException, RepositoryException
SessionValue
toBinaryValue
in class SessionValue
ValueFormatException
RepositoryException
protected java.lang.Boolean toBooleanValue() throws ValueFormatException, RepositoryException
SessionValue
toBooleanValue
in class SessionValue
ValueFormatException
RepositoryException
protected java.util.Calendar toDateValue() throws ValueFormatException, RepositoryException
SessionValue
toDateValue
in class SessionValue
ValueFormatException
RepositoryException
protected java.lang.Double toDoubleValue() throws ValueFormatException, RepositoryException
SessionValue
toDoubleValue
in class SessionValue
ValueFormatException
RepositoryException
protected java.lang.Long toLongValue() throws ValueFormatException, RepositoryException
SessionValue
toLongValue
in class SessionValue
ValueFormatException
RepositoryException
protected Name toNameValue() throws ValueFormatException, RepositoryException
SessionValue
toNameValue
in class SessionValue
ValueFormatException
RepositoryException
protected Path toPathValue() throws ValueFormatException, RepositoryException
SessionValue
toPathValue
in class SessionValue
ValueFormatException
RepositoryException
protected Reference toReferenceValue() throws ValueFormatException, RepositoryException
SessionValue
toReferenceValue
in class SessionValue
ValueFormatException
RepositoryException
protected java.lang.String toStringValue() throws ValueFormatException, RepositoryException
SessionValue
toStringValue
in class SessionValue
ValueFormatException
RepositoryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |