Class PropertyType

java.lang.Object
com.github.fungal.bootstrap.PropertyType

public class PropertyType extends Object
A property tag
Author:
Jesper Pedersen
  • Constructor Details

    • PropertyType

      public PropertyType()
      Constructor
  • Method Details

    • getName

      public String getName()
      Get the name
      Returns:
      The value
    • setName

      public void setName(String v)
      Set the name
      Parameters:
      v - The value
    • getValue

      public String getValue()
      Get the value
      Returns:
      The value
    • setValue

      public void setValue(String v)
      Set the value
      Parameters:
      v - The value