org.yaml.snakeyaml.introspector
Class MethodProperty

java.lang.Object
  extended by org.yaml.snakeyaml.introspector.Property
      extended by org.yaml.snakeyaml.introspector.MethodProperty
All Implemented Interfaces:
Comparable<Property>

public class MethodProperty
extends Property


Constructor Summary
MethodProperty(PropertyDescriptor property)
           
 
Method Summary
 Object get(Object object)
           
 void set(Object object, Object value)
           
 
Methods inherited from class org.yaml.snakeyaml.introspector.Property
compareTo, getName, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodProperty

public MethodProperty(PropertyDescriptor property)
Method Detail

set

public void set(Object object,
                Object value)
         throws Exception
Specified by:
set in class Property
Throws:
Exception

get

public Object get(Object object)
Specified by:
get in class Property


Copyright © 2008-2009. All Rights Reserved.