Class List

java.lang.Object
com.github.fungal.api.deployment.List

public class List extends Object
Represents a list
  • Constructor Details

    • List

      public List(String elementClass)
      Constructor
      Parameters:
      elementClass - The element class
  • Method Details

    • getValue

      public List<Value> getValue()
      Get the values
      Returns:
      The value
    • getClazz

      public String getClazz()
      Get the class
      Returns:
      The value
    • setClazz

      public void setClazz(String value)
      Set the class
      Parameters:
      value - The value
    • getElementClass

      public String getElementClass()
      Get the element class
      Returns:
      The value