org.richfaces.cdk.xmlconfig.model
Class PropertyBase.PropertyExtension

java.lang.Object
  extended by org.richfaces.cdk.model.ConfigExtension
      extended by org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension
Enclosing class:
PropertyBase

public static class PropertyBase.PropertyExtension
extends ConfigExtension

Author:
asmirnov@exadel.com

Constructor Summary
PropertyBase.PropertyExtension()
           
 
Method Summary
 java.lang.String getAliasFor()
          

 java.util.Set<EventName> getEventNames()
          

 java.lang.Boolean getGenerate()
          

 java.lang.Boolean getHidden()
          

 java.lang.Boolean getLiteral()
          

 java.lang.Boolean getPassThrough()
          

 java.lang.Boolean getReadOnly()
          

 java.lang.Boolean getRequired()
          

 MethodSignature getSignature()
          

 void setAliasFor(java.lang.String aliases)
          

 void setEventNames(java.util.Set<EventName> eventNames)
          

 void setGenerate(java.lang.Boolean generate)
          

 void setHidden(java.lang.Boolean hidden)
          

 void setLiteral(java.lang.Boolean literal)
          

 void setPassThrough(java.lang.Boolean passThrough)
          

 void setReadOnly(java.lang.Boolean readOnly)
          

 void setRequired(java.lang.Boolean required)
          

 void setSignature(MethodSignature signature)
          

 
Methods inherited from class org.richfaces.cdk.model.ConfigExtension
getExtensions, setExtensions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyBase.PropertyExtension

public PropertyBase.PropertyExtension()
Method Detail

getGenerate

public java.lang.Boolean getGenerate()

Returns:
the generate

setGenerate

public void setGenerate(java.lang.Boolean generate)

Parameters:
generate - the generate to set

getHidden

public java.lang.Boolean getHidden()

Returns:
the hidden

setHidden

public void setHidden(java.lang.Boolean hidden)

Parameters:
hidden - the hidden to set

getLiteral

public java.lang.Boolean getLiteral()

Returns:
the literal

setLiteral

public void setLiteral(java.lang.Boolean literal)

Parameters:
literal - the literal to set

getRequired

public java.lang.Boolean getRequired()

Returns:
the required

setRequired

public void setRequired(java.lang.Boolean required)

Parameters:
required - the required to set

getReadOnly

public java.lang.Boolean getReadOnly()

Returns:
the readOnly

setReadOnly

public void setReadOnly(java.lang.Boolean readOnly)

Parameters:
readOnly - the readOnly to set

getPassThrough

public java.lang.Boolean getPassThrough()

Returns:
the passThrough

setPassThrough

public void setPassThrough(java.lang.Boolean passThrough)

Parameters:
passThrough - the passThrough to set

getEventNames

public java.util.Set<EventName> getEventNames()

Returns:
the eventNames

setEventNames

public void setEventNames(java.util.Set<EventName> eventNames)

Parameters:
eventNames - the eventNames to set

getSignature

public MethodSignature getSignature()

Returns:
the signature

setSignature

public void setSignature(MethodSignature signature)

Parameters:
signature - the signature to set

getAliasFor

public java.lang.String getAliasFor()

Returns:
the aliasFor

setAliasFor

public void setAliasFor(java.lang.String aliases)

Parameters:
aliasFor - the aliasFor to set


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