org.richfaces.cdk.templatecompiler.el.types
Class DummyPropertyDescriptor

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.el.types.DummyPropertyDescriptor
All Implemented Interfaces:
ELPropertyDescriptor

public class DummyPropertyDescriptor
extends java.lang.Object
implements ELPropertyDescriptor

Author:
asmirnov@exadel.com

Constructor Summary
DummyPropertyDescriptor(java.lang.String propertyName)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getReadMethodName()
           
 ELType getType()
           
 java.lang.String getWriteMethosName()
           
 boolean isReadable()
           
 boolean isWritable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyPropertyDescriptor

public DummyPropertyDescriptor(java.lang.String propertyName)
Method Detail

getName

public java.lang.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 java.lang.String getReadMethodName()
Specified by:
getReadMethodName in interface ELPropertyDescriptor

getWriteMethosName

public java.lang.String getWriteMethosName()
Specified by:
getWriteMethosName in interface ELPropertyDescriptor


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