org.xulfaces.annotation.processor.faces
Class FacesAnnotationProcessor.Attribute

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

public class FacesAnnotationProcessor.Attribute
extends java.lang.Object


Constructor Summary
FacesAnnotationProcessor.Attribute(ATTRIBUTE tagAttribute, java.lang.reflect.Field field)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 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

FacesAnnotationProcessor.Attribute

public FacesAnnotationProcessor.Attribute(ATTRIBUTE tagAttribute,
                                          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)


Copyright © 2007 null. All Rights Reserved.