public class Nested extends Object
| Modifier and Type | Field and Description |
|---|---|
protected double |
m_Floating |
protected int |
m_Integral |
protected Simple |
m_Simple |
protected Simple[] |
m_SimpleArray |
| Constructor and Description |
|---|
Nested() |
| Modifier and Type | Method and Description |
|---|---|
double |
getFloating() |
int |
getIntegral() |
Simple |
getSimple() |
Simple[] |
getSimpleArray() |
void |
setFloating(double floating) |
void |
setIntegral(int integral) |
void |
setSimple(Simple simple) |
void |
setSimpleArray(Simple[] simpleArray) |
protected Simple m_Simple
protected Simple[] m_SimpleArray
protected int m_Integral
protected double m_Floating
public Simple getSimple()
public void setSimple(Simple simple)
public int getIntegral()
public void setIntegral(int integral)
public double getFloating()
public void setFloating(double floating)
public Simple[] getSimpleArray()
public void setSimpleArray(Simple[] simpleArray)
Copyright © 2017 University of Waikato, Hamilton, NZ. All Rights Reserved.