com.ibm.dse.base
Class OperField
java.lang.Object
|
+--com.ibm.dse.base.DataElement
|
+--com.ibm.dse.base.DataField
|
+--com.ibm.dse.base.OperField
- 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,
getState,
getTagName,
readExternal,
readObject,
removeElementAt,
removeExternal,
setDescription,
setDescriptor,
setErrorInfo,
setExternalizer,
setName,
setState,
toStrings,
toTags,
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.
- Overrides:
- initializeFrom in class DataField
- Parameters:
aTag
- com.ibm.dse.base.Tag- Returns:
- java.lang.Object
setPath
public void setPath(java.lang.String aPath)
- Sets the path property value.
- Parameters:
aPath
- java.lang.String