|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.base.DataElement
com.ibm.btt.base.DataField
com.ibm.btt.base.TraceRequesterField
public class TraceRequesterField
This class is an extension of DataField to manage new attributes named trace, traceTypes and traceLevels. TraceRequesterField is used in btt.xml file to configure trace components.
Field Summary | |
---|---|
protected java.lang.String |
enable
The value of trace attribute |
java.lang.String |
traceLevel
The value of traceLevels attribute |
protected java.lang.String |
traceType
The value of traceTypes attribute |
Fields inherited from class com.ibm.btt.base.DataField |
---|
value |
Fields inherited from class com.ibm.btt.base.DataElement |
---|
description, externalizer, name, parameters, state |
Constructor Summary | |
---|---|
TraceRequesterField()
This constructor creates a TraceRequesterField object. |
|
TraceRequesterField(java.lang.String aName)
This constructor creates a TraceRequesterField object. |
Method Summary | |
---|---|
java.lang.String |
getEnable()
Returns the value of the enable property. |
java.lang.String |
getTraceLevel()
Returns the value of the traceLevel property. |
java.lang.String |
getTraceType()
Returns the value of the traceType property. |
java.lang.Object |
initializeFrom(Tag aTag)
Initializes a TraceRequesterField object with the aTag attributes. |
void |
setEnable(java.lang.String newValue)
Sets the value of the enable property. |
void |
setTraceLevel(java.lang.String newValue)
Sets the value of the traceLevel property. |
void |
setTraceType(java.lang.String newValue)
Sets the value of the traceType property. |
java.lang.String |
toString()
Returns a visual representation of this object. |
Methods inherited from class com.ibm.btt.base.DataField |
---|
clone, getValue, nestedElements, nestedElements, nestedFields, readExternal, setValidValue, setValidValue, setValidValue, setValidValue, setValidValue, setValidValue, setValidValue, setValidValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, validate, validateState, writeExternal |
Methods inherited from class com.ibm.btt.base.DataElement |
---|
externalizer, getCompositeKey, getDescription, getDescriptor, getElementAt, getErrorInfo, getExternalizer, getKey, getName, getParameter, getParameters, getState, getTagName, isAmended, isCached, isSerializable, readExternal, readObject, removeElementAt, removeExternal, setAmended, setCompositeKey, setDescription, setDescriptor, setErrorInfo, setExternalizer, setIsCached, setName, setParameter, setParameters, setSerializable, setState, toStrings, toTags, tryGetElementAt, validate, validateObject, writeExternal |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String enable
protected java.lang.String traceType
public java.lang.String traceLevel
Constructor Detail |
---|
public TraceRequesterField()
public TraceRequesterField(java.lang.String aName) throws java.io.IOException
aName
- java.lang.String - The value for the name attribute of DataElement
java.io.IOException
Method Detail |
---|
public java.lang.String getEnable()
public java.lang.String getTraceLevel()
public java.lang.String getTraceType()
public java.lang.Object initializeFrom(Tag aTag) throws java.io.IOException
initializeFrom
in class DataField
aTag
- com.ibm.btt.base.Tag - Contains the name and attributes of the object to be created
java.io.IOException
- - The object can not be createdpublic void setEnable(java.lang.String newValue)
newValue
- java.lang.String - The new value of the propertypublic void setTraceLevel(java.lang.String newValue)
newValue
- java.lang.String - The new value of the propertypublic void setTraceType(java.lang.String newValue)
newValue
- java.lang.String - The new value of the propertypublic java.lang.String toString()
toString
in class DataField
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |