Package groovy.lang

Class PropertyValue


  • public class PropertyValue
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.Class getType()  
      java.lang.Object getValue()  
      void setValue​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertyValue

        public PropertyValue​(java.lang.Object bean,
                             MetaProperty mp)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getType

        public java.lang.Class getType()
      • getValue

        public java.lang.Object getValue()
      • setValue

        public void setValue​(java.lang.Object value)