java.lang.String |
getPath()
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, 2009
|