Package lib.reports.info.interfaces
Interface FieldInfo
- All Known Implementing Classes:
FieldInfoImpl
public interface FieldInfo
Interface to wrap information about classes fields
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet all the modifiers of the method, if presentGet the name of the fieldGet the type of the fieldGet the full parentClassReport
-
Method Details
-
getFieldName
String getFieldName()Get the name of the field- Returns:
- the name
-
getFieldType
String getFieldType()Get the type of the field- Returns:
- the type name
-
getFieldModifiers
Get all the modifiers of the method, if present -
getParentClassReport
Report getParentClassReport()Get the full parentClassReport
- Returns:
- the parent report
-