org.jboss.xb.binding.introspection
Class FieldInfo
java.lang.Object
org.jboss.xb.binding.introspection.FieldInfo
public class FieldInfo
- extends Object
- Version:
- $Revision: $
- Author:
- Alexey Loubyansky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldInfo
public FieldInfo(Class<?> owner,
String name,
Method getter)
FieldInfo
public FieldInfo(Class<?> owner,
String name,
Method getter,
Method setter)
FieldInfo
public FieldInfo(Class<?> owner,
Field field)
getFieldInfo
public static FieldInfo getFieldInfo(Class<?> cls,
String fieldName,
boolean required)
getOwner
public Class<?> getOwner()
getName
public String getName()
getType
public Class<?> getType()
isReadable
public boolean isReadable()
isWritable
public boolean isWritable()
getValue
public Object getValue(Object owner)
setValue
public void setValue(Object owner,
Object value)
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.