public static final class SpecificationEntity.ReturnValue extends SpecificationEntity
SpecificationEntity.Field, SpecificationEntity.Parameter, SpecificationEntity.ReturnValue, SpecificationEntity.Type
Modifier and Type | Field and Description |
---|---|
String |
methodName |
String[] |
paramTypes |
inClass, inPackage, type
Constructor and Description |
---|
ReturnValue(String m,
String[] pt,
String p,
String c,
SpecificationEntity.Type t)
Creates a new specification element for a method return.
|
ReturnValue(String m,
String p,
String c,
SpecificationEntity.Type t)
Creates a new specification element for a method return.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
qualifiedName() |
toString
ReturnValue(String m, String p, String c, SpecificationEntity.Type t)
m
- name of the method with parameter types in parenthesespt
- names of the parameter types of the methodp
- package name of the class where the method is declaredc
- name of the class where the method is declaredReturnValue(String m, String[] pt, String p, String c, SpecificationEntity.Type t)
m
- name of the methodpt
- names of the parameter types of the methodp
- package name of the class where the method is declaredc
- name of the class where the method is declaredpublic boolean equals(Object o)
equals
in class SpecificationEntity
public int hashCode()
hashCode
in class SpecificationEntity
public String qualifiedName()
qualifiedName
in class SpecificationEntity