org.apache.tapestry.util.prop
Class PropertyInfo

java.lang.Object
  extended by org.apache.tapestry.util.prop.PropertyInfo

public class PropertyInfo
extends Object

Used by PropertyFinder to identify information about a property.

Since:
2.2
Version:
$Id: PropertyInfo.java 243791 2004-02-19 17:38:13Z hlship $
Author:
Howard Lewis Ship

Method Summary
 String getName()
           
 Class getType()
           
 boolean isRead()
           
 boolean isReadWrite()
           
 boolean isWrite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()

getType

public Class getType()

isRead

public boolean isRead()

isWrite

public boolean isWrite()

isReadWrite

public boolean isReadWrite()