|
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.FloatDataField
public class FloatDataField
The FloatDataField class is the basic unit of the FloatArrayCollection.
Field Summary |
---|
Fields inherited from class com.ibm.btt.base.DataField |
---|
value |
Fields inherited from class com.ibm.btt.base.DataElement |
---|
description, name, parameters, state |
Constructor Summary | |
---|---|
|
FloatDataField()
This constructor creates the FloatDataField object. |
protected |
FloatDataField(float[] obj,
int key)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a new FloatDataField cloned from the current one. |
java.lang.Object |
getValue()
Return the float[identifier] value |
void |
readExternal(java.io.ObjectInput s)
Invokes the object creation from an ObjectInput. |
void |
setValidValue(boolean value)
Deprecated. |
void |
setValidValue(byte value)
Deprecated. |
void |
setValidValue(char value)
Deprecated. |
void |
setValidValue(double value)
Deprecated. |
void |
setValidValue(float value)
Sets the float[identifier] value identified by identifier |
void |
setValidValue(int value)
Deprecated. |
void |
setValidValue(long value)
Deprecated. |
void |
setValidValue(java.lang.Object value)
Sets the value property (java.lang.Object) value. |
void |
setValue(boolean value)
Deprecated. |
void |
setValue(byte value)
Deprecated. |
void |
setValue(char value)
Deprecated. |
void |
setValue(double value)
Deprecated. |
void |
setValue(float value)
Sets the float[identifier] value identified by identifier |
void |
setValue(int value)
Deprecated. |
void |
setValue(long value)
Deprecated. |
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, toString, validate, validateState |
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 |
Constructor Detail |
---|
public FloatDataField()
protected FloatDataField(float[] 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
@Deprecated public void setValidValue(boolean value) throws DSETypeException
DataField
setValidValue
in class DataField
value
- boolean
DSETypeException
@Deprecated public void setValidValue(byte value) throws DSETypeException
DataField
setValidValue
in class DataField
value
- byte
DSETypeException
@Deprecated public void setValidValue(char value) throws DSETypeException
DataField
setValidValue
in class DataField
value
- char
DSETypeException
@Deprecated public void setValidValue(double value) throws DSETypeException
DataField
setValidValue
in class DataField
value
- double
DSETypeException
public void setValidValue(float value) throws DSETypeException
setValidValue
in class DataField
aValue
- float
DSETypeException
@Deprecated public void setValidValue(int value) throws DSETypeException
DataField
setValidValue
in class DataField
value
- int
DSETypeException
@Deprecated public void setValidValue(long value) throws DSETypeException
DataField
setValidValue
in class DataField
value
- long
DSETypeException
@Deprecated public void setValue(boolean value)
DataField
setValue
in class DataField
value
- boolean@Deprecated public void setValue(byte value)
DataField
setValue
in class DataField
value
- byte@Deprecated public void setValue(char value)
DataField
setValue
in class DataField
value
- char@Deprecated public void setValue(double value)
DataField
setValue
in class DataField
value
- doublepublic void setValue(float value)
setValue
in class DataField
aValue
- float@Deprecated public void setValue(int value)
DataField
setValue
in class DataField
value
- int@Deprecated public void setValue(long value)
DataField
setValue
in class DataField
value
- longpublic 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 |