|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.reflect.plugins.AnnotationHolder
org.jboss.reflect.plugins.ParameterInfoImpl
Parameter info
Field Summary | |
protected String |
name
The parameter name |
protected TypeInfo |
parameterType
The parameter type |
Fields inherited from class org.jboss.reflect.plugins.AnnotationHolder |
annotationMap, annotationsArray |
Fields inherited from class org.jboss.util.JBossObject |
hashCode, log, toString |
Constructor Summary | |
ParameterInfoImpl()
Create a new method info |
|
ParameterInfoImpl(AnnotationValue[] annotations,
String name,
TypeInfo parameterType)
Create a new MethodInfo. |
Method Summary | |
boolean |
equals(Object obj)
|
String |
getName()
Get the parameter name |
TypeInfo |
getParameterType()
Get the parameter type |
int |
hashCode()
|
Methods inherited from class org.jboss.reflect.plugins.AnnotationHolder |
getAnnotation, getAnnotations, isAnnotationPresent, setupAnnotations |
Methods inherited from class org.jboss.util.JBossObject |
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, list, notEqual, toShortString, toShortString, toString, toString, toStringImplementation |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.reflect.spi.AnnotatedInfo |
getAnnotation, getAnnotations, isAnnotationPresent |
Methods inherited from interface org.jboss.util.JBossInterface |
clone, toShortString, toShortString |
Field Detail |
protected String name
protected TypeInfo parameterType
Constructor Detail |
public ParameterInfoImpl()
public ParameterInfoImpl(AnnotationValue[] annotations, String name, TypeInfo parameterType)
annotations
- the annotationsname
- the method nameparameterType
- the parameter typeMethod Detail |
public String getName()
ParameterInfo
getName
in interface ParameterInfo
public TypeInfo getParameterType()
ParameterInfo
getParameterType
in interface ParameterInfo
public boolean equals(Object obj)
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |