|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XQParameterInfo
XQParameterInfo objects are individual parameters within an XQParameters instance. This object stores the internal representation of each of the parameters, including its name, type, value and reference. Instances of XQParameterInfo are created by calling set operations on the XQParameters object.
Method Summary | |
---|---|
java.lang.String |
getName()
Get the name of this parameter info. |
java.lang.String |
getRef()
Get the reference value for this parameter info. |
int |
getType()
Get the type of this parameter info. |
java.lang.String |
getValue()
Get the String value for this parameter info. |
java.lang.Object |
getValueObject()
Get the Object value for this parameter info. |
boolean |
hasValue()
Check if this parameter has a value defined. |
Methods inherited from interface com.sonicsw.xq.XQCloneable |
---|
clone |
Method Detail |
---|
java.lang.String getName()
int getType()
java.lang.String getRef()
java.lang.String getValue()
java.lang.Object getValueObject()
boolean hasValue()
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |