ariba.util.fieldvalue
Class FieldInfo.Collection
java.lang.Object
ariba.util.fieldvalue.FieldInfo.Collection
- Enclosing class:
- FieldInfo
public static class FieldInfo.Collection
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldInfo.Collection
public FieldInfo.Collection(boolean includeFields,
boolean includeNonBeanStyleGetters)
includeFields
public boolean includeFields()
includeNonBeanStyleGetters
public boolean includeNonBeanStyleGetters()
updateInfo
public void updateInfo(java.lang.String name,
java.lang.Class type,
boolean isPublic,
boolean readable,
boolean writable,
java.lang.reflect.Method getter,
java.lang.reflect.Method setter,
java.lang.reflect.Field field)
allFieldInfos
public java.util.List<FieldInfo> allFieldInfos()
getCls
public java.lang.Class getCls()
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.