org.richfaces.cdk
Class OutputImpl

java.lang.Object
  extended by org.richfaces.cdk.OutputImpl
All Implemented Interfaces:
java.lang.annotation.Annotation, Output

public class OutputImpl
extends java.lang.Object
implements Output


Constructor Summary
OutputImpl(Output value)
           
OutputImpl(Outputs value)
           
 
Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 Outputs value()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
toString
 

Constructor Detail

OutputImpl

public OutputImpl(Output value)

OutputImpl

public OutputImpl(Outputs value)
Method Detail

value

public Outputs value()

hashCode

public int hashCode()
Specified by:
hashCode in interface java.lang.annotation.Annotation
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface java.lang.annotation.Annotation
Overrides:
equals in class java.lang.Object

annotationType

public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation


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