public static final class SpecificationEntity.Field extends SpecificationEntity
SpecificationEntity.Field, SpecificationEntity.Parameter, SpecificationEntity.ReturnValue, SpecificationEntity.Type| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name |
inClass, inPackage, type| Constructor and Description |
|---|
Field(java.lang.String n,
java.lang.String p,
java.lang.String c,
SpecificationEntity.Type t)
Creates a new specification element for a field.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
qualifiedName() |
toStringField(java.lang.String n,
java.lang.String p,
java.lang.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(java.lang.Object o)
equals in class SpecificationEntitypublic int hashCode()
hashCode in class SpecificationEntitypublic java.lang.String qualifiedName()
qualifiedName in class SpecificationEntity