Class FieldInfoImpl

java.lang.Object
lib.reports.info.FieldInfoImpl
All Implemented Interfaces:
FieldInfo

public class FieldInfoImpl extends Object implements FieldInfo
Class that implements FieldInfo
  • Constructor Details

    • FieldInfoImpl

      public FieldInfoImpl(String fieldName, String fieldType, String fieldModifiers, Report parentClassReport)
      Class constructor. Build info with data passed as parameters
      Parameters:
      fieldName - field name
      fieldType - field type
      fieldModifiers - field modifiers
      parentClassReport - field parent class report
      See Also:
      • NodeWithModifiers
  • Method Details