|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.iphrase.onestep.beans.ValueHandler.BaseValue
A super class for all xxxValue sub-classes.
Constructor Summary | |
ValueHandler.BaseValue(java.lang.Object obj,
boolean summarized)
Initializes the object |
Method Summary | |
void |
EnsureNotSummarized()
Verifies that no "Summarized" specific functions are called on NotSummarized objects |
void |
EnsureSummarized()
Verifies that no "NotSummarized" specific functions are called on Summarized objects |
boolean |
getIsNull()
Identical to isNull() , but starts with 'get' in order to
expose bean property to JSP/JSTL. |
boolean |
getIsSummarized()
Returns true if the the object contains a summarized value |
java.lang.Object |
getObject()
Gets the actual OneStep value. |
boolean |
isNull()
Returns true if the OneStep value object is null |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ValueHandler.BaseValue(java.lang.Object obj, boolean summarized)
obj
- OneStep Runtime API objectsummarized
- true
if this is a summarized valueMethod Detail |
public boolean getIsNull()
isNull()
, but starts with 'get' in order to
expose bean property to JSP/JSTL.
Returns true
if the OneStep value object is nullpublic boolean isNull()
true
if the OneStep value object is nullpublic void EnsureSummarized() throws com.iphrase.runtime.exception.WebServiceError
com.iphrase.runtime.exception.WebServiceError
- public void EnsureNotSummarized() throws com.iphrase.runtime.exception.WebServiceError
com.iphrase.runtime.exception.WebServiceError
- public boolean getIsSummarized()
true
if the the object contains a summarized valuepublic java.lang.Object getObject()
object
property
|
© Copyright 2005, 2006. IBM Corporation. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |