Klasse Fields.UnknownField

java.lang.Object
com.inet.report.Field
com.inet.report.Fields.UnknownField
Alle implementierten Schnittstellen:
NodeParser, com.inet.report.ReferencedObject, Serializable
Umschließende Klasse:
Fields

protected static class Fields.UnknownField extends Field
FOR INTERNAL USE ONLY a placeholder field for when a field could not be parsed
Siehe auch:
  • Konstruktordetails

    • UnknownField

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

    • saveFieldXML2

      protected void saveFieldXML2(PrintWriter pw, int depth)
      XML2: FOR INTERNAL USE ONLY
      Angegeben von:
      saveFieldXML2 in Klasse Field
      Parameter:
      pw - the print writer
      depth - the current depth
    • setName

      public void setName(String newValue) throws ReportException
      Sets the value of the property 'name'.
      Angegeben von:
      setName in Klasse Field
      Parameter:
      newValue - newValue The new value of the property 'name'.
      Löst aus:
      ReportException - will thrown if the name already exists or is not allowed.
    • getName

      public String getName()
      Returns the value of the property 'name'.
      Setzt außer Kraft:
      getName in Klasse Field
      Gibt zurück:
      The value of the property 'name'.
      Siehe auch: