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

public class Set extends Object
Represents a set
  • Constructor Details

    • Set

      public Set(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