org.cruxframework.crux.core.utils
Class JClassUtils.PropertyInfo
java.lang.Object
org.cruxframework.crux.core.utils.JClassUtils.PropertyInfo
- Enclosing class:
- JClassUtils
public static class JClassUtils.PropertyInfo
- extends Object
|
Constructor Summary |
JClassUtils.PropertyInfo(String name,
com.google.gwt.core.ext.typeinfo.JType type,
com.google.gwt.core.ext.typeinfo.JMethod readMethod,
com.google.gwt.core.ext.typeinfo.JMethod writeMethod)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JClassUtils.PropertyInfo
public JClassUtils.PropertyInfo(String name,
com.google.gwt.core.ext.typeinfo.JType type,
com.google.gwt.core.ext.typeinfo.JMethod readMethod,
com.google.gwt.core.ext.typeinfo.JMethod writeMethod)
getName
public String getName()
getType
public com.google.gwt.core.ext.typeinfo.JType getType()
getReadMethod
public com.google.gwt.core.ext.typeinfo.JMethod getReadMethod()
getWriteMethod
public com.google.gwt.core.ext.typeinfo.JMethod getWriteMethod()
Copyright © 2014. All rights reserved.