public static final class SpecificationEntity.Field extends SpecificationEntity
SpecificationEntity.Field, SpecificationEntity.Parameter, SpecificationEntity.ReturnValue, SpecificationEntity.Type
Modifier and Type | Field and Description |
---|---|
String |
name |
inClass, inPackage, type
Constructor and Description |
---|
SpecificationEntity.Field(String n,
String p,
String c,
SpecificationEntity.Type t)
Creates a new specification element for a field.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
qualifiedName() |
toString
public final String name
SpecificationEntity.Field(String n, String p, String c, SpecificationEntity.Type t)
n
- name of the fieldp
- package name of the class where the field is declaredc
- name of the class where the field is declaredpublic boolean equals(Object o)
equals
in class SpecificationEntity
public int hashCode()
hashCode
in class SpecificationEntity
public String qualifiedName()
qualifiedName
in class SpecificationEntity