Richfaces UI Components API 4.1.0.20110910-M2

org.richfaces.el
Class ValueDescriptor

java.lang.Object
  extended by org.richfaces.el.ValueDescriptor

public class ValueDescriptor
extends java.lang.Object

This class describes bean property.

Author:
asmirnov

Constructor Summary
ValueDescriptor(java.lang.Class<?> beanType, java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Class<?> getBeanType()
           
 java.lang.String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueDescriptor

public ValueDescriptor(java.lang.Class<?> beanType,
                       java.lang.String name)
Parameters:
beanType -
name -
propertyType -
readOnly -
Method Detail

getName

public java.lang.String getName()
Returns:
the name

getBeanType

public java.lang.Class<?> getBeanType()
Returns:
the beanType

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

Richfaces UI Components API 4.1.0.20110910-M2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.