com.ibm.dse.base
Class OperField
java.lang.Object
com.ibm.dse.base.DataElement
com.ibm.dse.base.DataField
com.ibm.dse.base.OperField
- All Implemented Interfaces:
- java.lang.Cloneable, DSECloneable, Externalizable, java.io.Externalizable, java.io.Serializable, TypedData
- 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.dse.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.dse.base.DataElement |
externalizer, getDescription, getDescriptor, getElementAt, getErrorInfo, getExternalizer, getKey, getName, getParameter, getParameters, getState, getTagName, isAmended, readExternal, readObject, removeElementAt, removeExternal, setAmended, setDescription, setDescriptor, setErrorInfo, setExternalizer, setName, setParameter, setParameters, 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
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.
- Specified by:
initializeFrom
in interface Externalizable
- Overrides:
initializeFrom
in class DataField
- Parameters:
aTag
- com.ibm.dse.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, 2005