|
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.BooleanDataField
public class BooleanDataField
The BooleanDataField class is the basic unit of the BooleanArrayCollection.
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 | |
---|---|
|
BooleanDataField()
This constructor creates the BooleanDataField object. |
protected |
BooleanDataField(boolean[] obj,
int key)
|
Method Summary | |
---|---|
java.lang.Object |
getValue()
Return the boolean[identifier] value |
void |
readExternal(java.io.ObjectInput s)
Invokes the object creation from an ObjectInput. |
void |
setValidValue(boolean value)
Sets the boolean[identifier] value identified by identifier |
void |
setValidValue(byte value)
Deprecated. |
void |
setValidValue(char value)
Deprecated. |
void |
setValidValue(double value)
Deprecated. |
void |
setValidValue(float value)
Deprecated. |
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)
Sets the boolean[identifier] value identified by identifier |
void |
setValue(byte value)
Deprecated. |
void |
setValue(char value)
Deprecated. |
void |
setValue(double value)
Deprecated. |
void |
setValue(float value)
Deprecated. |
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 |
---|
clone, 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 BooleanDataField()
protected BooleanDataField(boolean[] 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 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 setValidValue(boolean value) throws DSETypeException
setValidValue
in class DataField
aValue
- 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
@Deprecated public void setValidValue(float value) throws DSETypeException
DataField
setValidValue
in class DataField
value
- 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
public void setValue(boolean value)
setValue
in class DataField
aValue
- 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
- double@Deprecated public void setValue(float value)
DataField
setValue
in class DataField
value
- 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 |