org.cruxframework.crux.core.utils
Class JClassUtils.PropertyInfo

java.lang.Object
  extended by 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)
           
 
Method Summary
 String getName()
           
 com.google.gwt.core.ext.typeinfo.JMethod getReadMethod()
           
 com.google.gwt.core.ext.typeinfo.JType getType()
           
 com.google.gwt.core.ext.typeinfo.JMethod getWriteMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.