Class Property

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

public class Property extends Object
Represents a property element
  • Constructor Details

    • Property

      public Property(String name)
      Constructor
      Parameters:
      name - The name
  • Method Details

    • getContent

      public List<Object> getContent()
      Get the content values
      Returns:
      The value
    • getName

      public String getName()
      Get the name
      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