|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.dse.base.FormatElement
com.ibm.dse.base.FormatDecorator
com.ibm.dse.services.jxfs.ptr.JxfsFieldLabel
This class implements a format decorator to manage naming of forms fields
Field Summary | |
---|---|
(package private) java.lang.String |
value
The desired name value for the form field |
Fields inherited from class com.ibm.dse.base.FormatDecorator |
---|
decorated |
Fields inherited from class com.ibm.dse.base.FormatElement |
---|
dataElementName, name |
Constructor Summary | |
---|---|
JxfsFieldLabel()
This constructor creates a JxfsFieldLabel object. |
|
JxfsFieldLabel(java.lang.String aName)
This constructor creates the JxfsFieldLabel object with the id aName. |
Method Summary | |
---|---|
java.lang.String |
addDecoration(java.lang.String aString)
Adds decoration |
java.lang.String |
getValue()
Gets the value of the value attribute |
java.lang.Object |
initializeFrom(Tag aTag)
Initializes a JxfsFieldLabel with the Tag attributes. |
java.lang.String |
removeDecoration(java.lang.String aString)
Removes decoration |
void |
setValue(java.lang.String aString)
Sets the value of the value attribute |
Vector |
toStrings()
Returns a vector of attributes as strings |
Methods inherited from class com.ibm.dse.base.FormatDecorator |
---|
extract, format, format, getDataElementName, getDecorated, getName, isConstant, isItConstant, reinitialize, rootDecorated, rootDecorator, setDecorated, toString, unformat, unformat |
Methods inherited from class com.ibm.dse.base.FormatElement |
---|
exceptionInfo, externalizer, format, getExternalizer, getTagName, isCacheable, readExternal, readExternal, readObject, removeExternal, setDataElementName, setExternalizer, setName, setSize, toTags, unformat, writeExternal, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
java.lang.String value
Constructor Detail |
public JxfsFieldLabel()
public JxfsFieldLabel(java.lang.String aName) throws java.io.IOException
aName
- java.lang.String - Object name
java.io.IOException
- The object cannot be created.Method Detail |
public java.lang.String addDecoration(java.lang.String aString) throws DSEInvalidArgumentException
addDecoration
in class FormatDecorator
aString
- java.lang.String - the string to decorate
DSEInvalidArgumentException
- Invalid argument, decoration not addedpublic java.lang.String getValue()
public java.lang.Object initializeFrom(Tag aTag)
initializeFrom
in interface Externalizable
initializeFrom
in class FormatElement
aTag
- com.ibm.dse.base.Tag - Contains the name and attributes of the object to be created.
public java.lang.String removeDecoration(java.lang.String aString) throws DSEInvalidArgumentException
removeDecoration
in class FormatDecorator
aString
- java.lang.String - the string to which remove decoration
DSEInvalidArgumentException
- Invalid argument, decoration not removedpublic void setValue(java.lang.String aString)
aString
- java.lang.String, The new value for the attributepublic Vector toStrings()
toStrings
in interface Externalizable
toStrings
in class FormatDecorator
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |