Package groovy.lang

Class PropertyValue

java.lang.Object
groovy.lang.PropertyValue

public class PropertyValue extends Object
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getType

      public Class getType()
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)