public class ApfloatHolder extends Object implements Serializable
Constructor and Description |
---|
ApfloatHolder()
Construct an ApfloatHolder containing
null . |
ApfloatHolder(Apfloat apfloat)
Construct an ApfloatHolder containing the specified apfloat.
|
Modifier and Type | Method and Description |
---|---|
Apfloat |
getApfloat()
Return the apfloat contained in this bean.
|
void |
setApfloat(Apfloat apfloat)
Set the apfloat contained in this bean.
|
public ApfloatHolder()
null
.public ApfloatHolder(Apfloat apfloat)
apfloat
- The number to hold.Copyright © 2018. All rights reserved.