org.richfaces.cdk.templatecompiler.el.types
Class DummyPropertyDescriptor
java.lang.Object
org.richfaces.cdk.templatecompiler.el.types.DummyPropertyDescriptor
- All Implemented Interfaces:
- ELPropertyDescriptor
public class DummyPropertyDescriptor
- extends Object
- implements ELPropertyDescriptor
- Author:
- asmirnov@exadel.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyPropertyDescriptor
public DummyPropertyDescriptor(String propertyName)
getName
public String getName()
- Specified by:
getName in interface ELPropertyDescriptor
getType
public ELType getType()
- Specified by:
getType in interface ELPropertyDescriptor
isReadable
public boolean isReadable()
- Specified by:
isReadable in interface ELPropertyDescriptor
isWritable
public boolean isWritable()
- Specified by:
isWritable in interface ELPropertyDescriptor
getReadMethodName
public String getReadMethodName()
- Specified by:
getReadMethodName in interface ELPropertyDescriptor
getWriteMethosName
public String getWriteMethosName()
- Specified by:
getWriteMethosName in interface ELPropertyDescriptor
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.