org.xulfaces.annotation.processor.faces.component
Class ComponentAnnotationProcessor.Attribute

java.lang.Object
  extended by org.xulfaces.annotation.processor.faces.component.ComponentAnnotationProcessor.Attribute
Enclosing class:
ComponentAnnotationProcessor

public class ComponentAnnotationProcessor.Attribute
extends java.lang.Object


Constructor Summary
ComponentAnnotationProcessor.Attribute(ATTRIBUTE componentAttribute, java.lang.reflect.Field field)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 java.lang.String getSuffix()
           
 java.lang.String getType()
           
 boolean isSupportsMethodBinding()
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 void setSuffix(java.lang.String suffix)
           
 void setSupportsMethodBinding(boolean methodBinded)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentAnnotationProcessor.Attribute

public ComponentAnnotationProcessor.Attribute(ATTRIBUTE componentAttribute,
                                              java.lang.reflect.Field field)
Method Detail

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getSuffix

public java.lang.String getSuffix()

setSuffix

public void setSuffix(java.lang.String suffix)

isSupportsMethodBinding

public boolean isSupportsMethodBinding()

setSupportsMethodBinding

public void setSupportsMethodBinding(boolean methodBinded)


Copyright © 2007 null. All Rights Reserved.