public class Addition
extends java.lang.Object
| Constructor and Description |
|---|
Addition() |
| Modifier and Type | Method and Description |
|---|---|
boolean[] |
getBooleanType() |
byte[] |
getByteType() |
char[] |
getCharType() |
double[] |
getDoubleType() |
float[] |
getFloatType() |
int[] |
getIntType() |
long[] |
getLongType() |
short[] |
getShortType() |
java.lang.String[] |
getStringType() |
void |
setBooleanType(boolean[] booleanType) |
void |
setByteType(byte[] byteType) |
void |
setCharType(char[] charType) |
void |
setDoubleType(double[] doubleType) |
void |
setFloatType(float[] floatType) |
void |
setIntType(int[] intType) |
void |
setLongType(long[] longType) |
void |
setShortType(short[] shortType) |
void |
setStringType(java.lang.String[] stringType) |
public java.lang.String[] getStringType()
public void setStringType(java.lang.String[] stringType)
public boolean[] getBooleanType()
public void setBooleanType(boolean[] booleanType)
public int[] getIntType()
public void setIntType(int[] intType)
public long[] getLongType()
public void setLongType(long[] longType)
public short[] getShortType()
public void setShortType(short[] shortType)
public float[] getFloatType()
public void setFloatType(float[] floatType)
public double[] getDoubleType()
public void setDoubleType(double[] doubleType)
public byte[] getByteType()
public void setByteType(byte[] byteType)
public char[] getCharType()
public void setCharType(char[] charType)