|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
com.ibm.cics.server.TSQNameEditor
This Class provides a property editor for the name property of a TSQ. At the moment, we only support setting the name property via a string, but ultimately we want to support setting the name via an array of bytes also. At the moment, this is only a simple PropertyEditor and it only supports the simple display style categorised as returning a non-null String from getAsText(). We support both a call on setValue() for a byte[] argument and a call to setAsText().
Constructor Summary | |
---|---|
TSQNameEditor()
|
Method Summary | |
---|---|
java.lang.String |
getAsText()
Return the queue name as a String. |
void |
setAsText(java.lang.String text)
|
Methods inherited from class java.beans.PropertyEditorSupport |
---|
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TSQNameEditor()
Method Detail |
public java.lang.String getAsText()
public void setAsText(java.lang.String text) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |