org.richfaces.cdk.templatecompiler.statements
Class PassThrough

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

public final class PassThrough
extends java.lang.Object
implements java.lang.Comparable<PassThrough>

object contains information about attribute

Author:
asmirnov@exadel.com

Constructor Summary
PassThrough()
           
 
Method Summary
 int compareTo(PassThrough o)
           
 java.util.Set<java.lang.String> getBehaviors()
          

 java.lang.String getBuilderMethod()
           
 java.lang.String getComponentAttribute()
          

 java.lang.Object getDefaultValue()
          

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

 javax.xml.namespace.QName getName()
          

 java.lang.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 javax.xml.namespace.QName getName()

Returns:
the name

getKind

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

Returns:
the kind

getComponentAttribute

public java.lang.String getComponentAttribute()

Returns:
the componentAttribute

getType

public java.lang.String getType()

Returns:
the type

getDefaultValue

public java.lang.Object getDefaultValue()

Returns:
the defaultValue

getBehaviors

public java.util.Set<java.lang.String> getBehaviors()

Returns:
the behaviors

getBuilderMethod

public java.lang.String getBuilderMethod()

compareTo

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


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