|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.bpe.api.StoredQueryProperty
public final class StoredQueryProperty
Describes a property of a stored query.
Stored query properties allow a user to add user-defined properties to a stored query.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
StoredQueryProperty(java.lang.String name,
java.lang.String value)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the stored query property. |
java.lang.String |
getValue()
Returns the value of the stored query property. |
void |
setValue(java.lang.String value)
Sets the value of the stored query property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public StoredQueryProperty(java.lang.String name, java.lang.String value)
Takes a name and value pair and stores it for subsequent calls. The name must not be longer than 64 and value not be longer than 254 bytes in UTF-8 format.
name
- The name of the stored query property; not longer than 64 bytes.value
- The value of the stored query property; not longer than 254 bytes.Method Detail |
---|
public java.lang.String getName()
public java.lang.String getValue()
public void setValue(java.lang.String value) throws InvalidLengthException
value
- The value of the stored query property; not longer than 254 bytes.
InvalidLengthException
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |