Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.meta
Class MetaParameter

java.lang.Object
  extended by org.jboss.errai.codegen.meta.MetaParameter
All Implemented Interfaces:
HasAnnotations
Direct Known Subclasses:
GWTParameter, JavaReflectionParameter

public abstract class MetaParameter
extends Object
implements HasAnnotations

Author:
Mike Brock

Constructor Summary
MetaParameter()
           
 
Method Summary
 boolean equals(Object o)
           
abstract  MetaClassMember getDeclaringMember()
           
abstract  String getName()
           
abstract  MetaClass getType()
           
 int hashCode()
           
 String hashString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.errai.codegen.meta.HasAnnotations
getAnnotation, getAnnotations, isAnnotationPresent
 

Constructor Detail

MetaParameter

public MetaParameter()
Method Detail

getName

public abstract String getName()

getType

public abstract MetaClass getType()

getDeclaringMember

public abstract MetaClassMember getDeclaringMember()

hashString

public String hashString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.