IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.base
Class OperField

java.lang.Object
  extended by com.ibm.btt.base.DataElement
      extended by com.ibm.btt.base.DataField
          extended by com.ibm.btt.base.OperField
All Implemented Interfaces:
DSECloneable, TypedData, java.io.Externalizable, java.io.Serializable, java.lang.Cloneable

@ATTR(value="path#String#IMPLIED")
public class OperField
extends DataField

OperField derives from DataField. An instance of this class contains a data element defining a self-defined operation with the value of the path to the file which has the definition of this operation.

See Also:
Serialized Form

Field Summary
 
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
OperField()
          This constructor creates an OperField object.
OperField(java.lang.String aName)
          This constructor creates an OperField object with a specified name.
 
Method Summary
 java.lang.String getPath()
          Gets the path property value.
 java.lang.Object initializeFrom(Tag aTag)
          Initializes an OperField with the Tag attributes.
 void setPath(java.lang.String aPath)
          Sets the path property value.
 
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, toString, 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
 

Constructor Detail

OperField

public OperField()
This constructor creates an OperField object.


OperField

public OperField(java.lang.String aName)
          throws java.io.IOException
This constructor creates an OperField object with a specified name.

Parameters:
aName - java.lang.String
Throws:
java.io.IOException
Method Detail

getPath

public java.lang.String getPath()
Gets the path property value.

Returns:
java.lang.String

initializeFrom

public java.lang.Object initializeFrom(Tag aTag)
                                throws java.io.IOException
Initializes an OperField with the Tag attributes.

Overrides:
initializeFrom in class DataField
Parameters:
aTag - com.ibm.btt.base.Tag
Returns:
java.lang.Object
Throws:
java.io.IOException

setPath

public void setPath(java.lang.String aPath)
Sets the path property value.

Parameters:
aPath - java.lang.String

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009