org.apache.tapestry.util.prop
Class PropertyInfo
java.lang.Object
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,v 1.3 2004/02/19 17:37:59 hlship Exp $
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public String getName()
getType
public Class getType()
isRead
public boolean isRead()
isWrite
public boolean isWrite()
isReadWrite
public boolean isReadWrite()