RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.templatecompiler.statements
Class PassThrough

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.statements.PassThrough
All Implemented Interfaces:
Comparable<PassThrough>

public final class PassThrough
extends Object
implements Comparable<PassThrough>

object contains information about attribute

Author:
asmirnov@exadel.com

Constructor Summary
PassThrough()
           
 
Method Summary
 int compareTo(PassThrough o)
           
 Set<String> getBehaviors()
          

 String getBuilderMethod()
           
 String getComponentAttribute()
          

 Object getDefaultValue()
          

 org.richfaces.cdk.attributes.Attribute.Kind getKind()
          

 QName getName()
          

 String getType()
          

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PassThrough

public PassThrough()
Method Detail

getName

public QName getName()

Returns:
the name

getKind

public org.richfaces.cdk.attributes.Attribute.Kind getKind()

Returns:
the kind

getComponentAttribute

public String getComponentAttribute()

Returns:
the componentAttribute

getType

public String getType()

Returns:
the type

getDefaultValue

public Object getDefaultValue()

Returns:
the defaultValue

getBehaviors

public Set<String> getBehaviors()

Returns:
the behaviors

getBuilderMethod

public String getBuilderMethod()

compareTo

public int compareTo(PassThrough o)
Specified by:
compareTo in interface Comparable<PassThrough>

RichFaces CDK Generator 4.2.0.CR1

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