org.granite.messaging.reflect
Interface MethodProperty

All Superinterfaces:
Property
All Known Implementing Classes:
SimpleMethodProperty

public interface MethodProperty
extends Property

Author:
Franck WOLFF

Method Summary
 Method getGetter()
           
 Method getSetter()
           
 
Methods inherited from interface org.granite.messaging.reflect.Property
getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getName, getObject, getRawObject, getShort, getType, isAnnotationPresent, isReadable, isWritable, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setObject, setShort
 

Method Detail

getGetter

Method getGetter()

getSetter

Method getSetter()