Class Model

java.lang.Object
test.Model

public class Model extends Object
  • Field Details

    • hello

      public String hello
    • x

      public int x
    • array

      public int[] array
    • type

      public ModelType type
    • booleanArray

      public boolean[] booleanArray
    • byteArray

      public byte[] byteArray
    • shortArray

      public short[] shortArray
    • intArray

      public int[] intArray
    • longArray

      public long[] longArray
    • floatArray

      public float[] floatArray
    • doubleArray

      public double[] doubleArray
    • list

      public List<String> list
    • arrayList

      public ArrayList<String> arrayList
    • set

      public Set<String> set
    • collection

      public Collection<String> collection
    • iterable

      public Iterable<String> iterable
  • Constructor Details

    • Model

      public Model()
  • Method Details

    • getAnotherWorld

      public String getAnotherWorld()
    • setX

      public void setX(int amount)
    • isCaseA

      public boolean isCaseA()
    • isCaseB

      public boolean isCaseB()
    • getThatThrows

      public String getThatThrows()