|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.lang.MetaProperty
groovy.lang.GetMethodMetaProperty
class GetMethodMetaProperty extends MetaProperty
Field Summary |
---|
Fields inherited from class MetaProperty | |
---|---|
name, type |
Constructor Summary | |
GetMethodMetaProperty(String name, MetaMethod theMethod)
|
Method Summary | |
---|---|
Object
|
getProperty(Object object)
|
void
|
setProperty(Object object, Object newValue)
|
Methods inherited from class MetaProperty | |
---|---|
getGetterName, getModifiers, getName, getProperty, getSetterName, getType, setProperty |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public GetMethodMetaProperty(String name, MetaMethod theMethod)
Method Detail |
---|
public Object getProperty(Object object)
public void setProperty(Object object, Object newValue)
Copyright © 2003-2009 The Codehaus. All rights reserved.