com.ibm.btt.base
Class OperField
java.lang.Object
com.ibm.btt.base.DataElement
com.ibm.btt.base.DataField
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
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 |
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
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
(c) Copyright IBM Corporation 1998, 2010