|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.base.DataElement
com.ibm.btt.base.DataField
com.ibm.btt.bean.IndexDataField
public class IndexDataField
The IndexDataField class is the basic unit of the ArrayCollection.
Field Summary |
---|
Fields inherited from class com.ibm.btt.base.DataField |
---|
value |
Fields inherited from class com.ibm.btt.base.DataElement |
---|
description, direction, name, parameters, state |
Constructor Summary | |
---|---|
|
IndexDataField()
This constructor creates the IndexDataField object. |
protected |
IndexDataField(java.lang.Object[] obj,
int key)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a new IndexDataField cloned from the current one. |
java.lang.Object |
getValue()
Return the Object[identifier] value |
void |
readExternal(java.io.ObjectInput s)
Invokes the object creation from an ObjectInput. |
void |
setValidValue(java.lang.Object value)
Sets the value property (java.lang.Object) value. |
void |
setValue(java.lang.Object value)
Sets the value property (java.lang.Object) value. |
void |
writeExternal(java.io.ObjectOutput s)
Provides concrete serialization handling for DataField. |
Methods inherited from class com.ibm.btt.base.DataField |
---|
initializeFrom, nestedElements, nestedElements, nestedFields, setValidValue, setValidValue, setValidValue, setValidValue, setValidValue, setValidValue, setValidValue, setValidValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toString, validate, validateState |
Methods inherited from class com.ibm.btt.base.DataElement |
---|
externalizer, getCompositeKey, getDescription, getDescriptor, getDirection, getElementAt, getErrorInfo, getExternalizer, getKey, getName, getParameter, getParameters, getState, getTagName, isAmended, isCached, isSerializable, readExternal, readObject, removeElementAt, removeExternal, setAmended, setCompositeKey, setDescription, setDescriptor, setDirection, 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 |
---|
public IndexDataField()
protected IndexDataField(java.lang.Object[] obj, int key)
Method Detail |
---|
public void setValue(java.lang.Object value) throws DSEInvalidArgumentException
DataField
setValue
in class DataField
value
- java.lang.Object
DSEInvalidArgumentException
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface DSECloneable
clone
in class DataField
java.lang.CloneNotSupportedException
- - if a problem occurs trying to clone the objectpublic java.lang.Object getValue()
getValue
in class DataField
DataField.setValue(byte)
public void setValidValue(java.lang.Object value) throws DSETypeException
DataField
setValidValue
in class DataField
DSETypeException
public void readExternal(java.io.ObjectInput s) throws java.io.IOException, java.lang.ClassNotFoundException
DataField
readExternal
in interface java.io.Externalizable
readExternal
in class DataField
s
- java.io.ObjectInput
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput s) throws java.io.IOException
DataField
writeExternal
in interface java.io.Externalizable
writeExternal
in class DataField
s
- java.io.ObjectOutput
java.io.IOException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |