Constructor | Description |
---|---|
PxBooleanParm() |
Constructs a PxBooleanParm object.
|
PxBooleanParm(boolean value) |
Constructs a PxBooleanParm object.
|
PxBooleanParm(Boolean value) |
Constructs a PxBooleanParm object.
|
Modifier and Type | Method | Description |
---|---|---|
Object |
clone() |
Returns a new copy of this datastream.
|
Object |
clone() |
Returns a new copy of this datastream.
|
void |
dump(PrintWriter output) |
Dumps the datastream for debugging and tracing.
|
boolean |
getBooleanValue() |
Returns the boolean value.
|
Object |
getObjectValue() |
Returns the Object value.
|
short |
getType() |
Returns the datastream type.
|
short |
getType() |
Returns the datastream type.
|
void |
readFrom(InputStream input,
com.ibm.as400.access.PxDSFactory factory) |
Loads this datastream by reading from an input stream.
|
String |
toString() |
Returns the String representation of the datastream.
|
void |
writeTo(OutputStream output) |
Writes the contents of the datastream to an output stream.
|
public PxBooleanParm()
public PxBooleanParm(boolean value)
value
- The boolean value.public PxBooleanParm(Boolean value)
value
- The boolean value.public boolean getBooleanValue()
public Object getObjectValue()
public void readFrom(InputStream input, com.ibm.as400.access.PxDSFactory factory) throws IOException
input
- The input stream.factory
- The datastream factory. This is sometimes
needed when datastreams are nested.IOException
- If an error occurs.public String toString()
public void writeTo(OutputStream output) throws IOException
output
- The output stream.IOException
- If an error occurs.public abstract Object clone() throws CloneNotSupportedException
CloneNotSupportedException
- If the object cannot be cloned.public abstract short getType()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
- If the object cannot be cloned.public void dump(PrintWriter output)
output
- The print writer to which to dump the datastream.public short getType()
Copyright © 2024. All rights reserved.