public class Simple extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Simple.OneTwoThree |
| Modifier and Type | Field and Description |
|---|---|
protected byte |
m_EightBit |
protected float |
m_Floatie |
protected Simple.OneTwoThree[] |
m_Many |
protected int[] |
m_ManyInts |
protected boolean[] |
m_MoreThanOneTruth |
protected Simple.OneTwoThree |
m_OneTwoThree |
protected double |
m_QuadrupleHalf |
protected short |
m_SixteenBit |
protected long |
m_SixtyFourBit |
protected double[] |
m_SomeDoubles |
protected int |
m_ThirtyTwoBit |
protected boolean |
m_Truth |
| Constructor and Description |
|---|
Simple() |
| Modifier and Type | Method and Description |
|---|---|
byte |
getEightBit() |
float |
getFloatie() |
Simple.OneTwoThree[] |
getMany() |
int[] |
getManyInts() |
boolean[] |
getMoreThanOneTruth() |
Simple.OneTwoThree |
getOneTwoThree() |
double |
getQuadrupleHalf() |
short |
getSixteenBit() |
long |
getSixtyFourBit() |
double[] |
getSomeDoubles() |
int |
getThirtyTwoBit() |
boolean |
getTruth() |
void |
setEightBit(byte value) |
void |
setFloatie(float value) |
void |
setMany(Simple.OneTwoThree[] many) |
void |
setManyInts(int[] manyInts) |
void |
setMoreThanOneTruth(boolean[] moreThanOneTruth) |
void |
setOneTwoThree(Simple.OneTwoThree oneTwoThree) |
void |
setQuadrupleHalf(double value) |
void |
setSixteenBit(short value) |
void |
setSixtyFourBit(long value) |
void |
setSomeDoubles(double[] someDoubles) |
void |
setThirtyTwoBit(int value) |
void |
setTruth(boolean value) |
protected boolean m_Truth
protected byte m_EightBit
protected short m_SixteenBit
protected int m_ThirtyTwoBit
protected long m_SixtyFourBit
protected float m_Floatie
protected double m_QuadrupleHalf
protected boolean[] m_MoreThanOneTruth
protected int[] m_ManyInts
protected double[] m_SomeDoubles
protected Simple.OneTwoThree m_OneTwoThree
protected Simple.OneTwoThree[] m_Many
public boolean getTruth()
public void setTruth(boolean value)
public byte getEightBit()
public void setEightBit(byte value)
public short getSixteenBit()
public void setSixteenBit(short value)
public int getThirtyTwoBit()
public void setThirtyTwoBit(int value)
public long getSixtyFourBit()
public void setSixtyFourBit(long value)
public float getFloatie()
public void setFloatie(float value)
public double getQuadrupleHalf()
public void setQuadrupleHalf(double value)
public boolean[] getMoreThanOneTruth()
public void setMoreThanOneTruth(boolean[] moreThanOneTruth)
public int[] getManyInts()
public void setManyInts(int[] manyInts)
public double[] getSomeDoubles()
public void setSomeDoubles(double[] someDoubles)
public Simple.OneTwoThree getOneTwoThree()
public void setOneTwoThree(Simple.OneTwoThree oneTwoThree)
public Simple.OneTwoThree[] getMany()
public void setMany(Simple.OneTwoThree[] many)
Copyright © 2017 University of Waikato, Hamilton, NZ. All Rights Reserved.