RichFaces CDK Generator 4.2.0.CR1

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 Object
implements ELPropertyDescriptor

Author:
asmirnov@exadel.com

Constructor Summary
DummyPropertyDescriptor(String propertyName)
           
 
Method Summary
 String getName()
           
 String getReadMethodName()
           
 ELType getType()
           
 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(String propertyName)
Method Detail

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

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.