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

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

public class ComponentAnnotationProcessor.Component
extends java.lang.Object


Constructor Summary
ComponentAnnotationProcessor.Component(COMPONENT component, java.lang.Class currentClass)
           
 
Method Summary
 java.util.List<ComponentAnnotationProcessor.Attribute> getAttributes()
           
 java.lang.String getClassname()
           
 java.lang.String getType()
           
 void setAttributes(java.util.List<ComponentAnnotationProcessor.Attribute> attributes)
           
 void setClassname(java.lang.String classname)
           
 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.Component

public ComponentAnnotationProcessor.Component(COMPONENT component,
                                              java.lang.Class currentClass)
Method Detail

getAttributes

public java.util.List<ComponentAnnotationProcessor.Attribute> getAttributes()

setAttributes

public void setAttributes(java.util.List<ComponentAnnotationProcessor.Attribute> attributes)

getClassname

public java.lang.String getClassname()

setClassname

public void setClassname(java.lang.String classname)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)


Copyright © 2007 null. All Rights Reserved.