Class Fields.UnknownField

java.lang.Object
com.inet.report.Field
com.inet.report.Fields.UnknownField
All Implemented Interfaces:
NodeParser, com.inet.report.ReferencedObject, Serializable
Enclosing class:
Fields

protected static class Fields.UnknownField extends Field
FOR INTERNAL USE ONLY a placeholder field for when a field could not be parsed
See Also:
  • Constructor Details

    • UnknownField

      public UnknownField()
      creates a placeholder field when a field could not be parsed
  • Method Details

    • saveFieldXML2

      protected void saveFieldXML2(PrintWriter pw, int depth)
      XML2: FOR INTERNAL USE ONLY
      Specified by:
      saveFieldXML2 in class Field
      Parameters:
      pw - the print writer
      depth - the current depth
    • setName

      public void setName(String newValue) throws ReportException
      Sets the value of the property 'name'.
      Specified by:
      setName in class Field
      Parameters:
      newValue - newValue The new value of the property 'name'.
      Throws:
      ReportException - will thrown if the name already exists or is not allowed.
    • getName

      public String getName()
      Returns the value of the property 'name'.
      Overrides:
      getName in class Field
      Returns:
      The value of the property 'name'.
      See Also: