org.jboss.seam.util
public class TypedBeanProperty extends Object
TypedBeanProperty(Class<?> cls, Class type)
String
getName()
Object
getValue(Object bean)
boolean
isSet()
void
setValue(Object bean, Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TypedBeanProperty(Class<?> cls, Class type)
public void setValue(Object bean, Object value)
public Object getValue(Object bean)
public String getName()
public boolean isSet()
Copyright © 2015 Seam Framework. All Rights Reserved.