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
FOR INTERNAL USE ONLY
a placeholder field for when a field could not be parsed
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen Field
Field.FieldAttributeTag -
Feldübersicht
Von Klasse geerbte Felder Field
BINARY, BOOLEAN, CURRENCY, CURSOR, DATABASE_FIELD, DATE, DATETIME, FORMULA_FIELD, GROUP_NAME_FIELD, NUMBER, PARAMETER_FIELD, SORT_FIELD, SPECIAL_FIELD, SQL_FIELD, STRING, SUMMARY_FIELD, TIME, UNKNOWN -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungcreates a placeholder field when a field could not be parsed -
Methodenübersicht
Modifikator und TypMethodeBeschreibunggetName()Returns the value of the property 'name'.protected voidsaveFieldXML2(PrintWriter pw, int depth) XML2: FOR INTERNAL USE ONLYvoidSets the value of the property 'name'.Von Klasse geerbte Methoden Field
addReferenceHolder, checkNameExists, duplicate, equals, extractReference, getField, getGroup, getPlaceholderName, getRealReferenceCount, getReferenceHolderCount, getReferenceHolders, getRefName, getType, getValueType, indexOf, isDOMParser, isUsed, paramString, parseDOM, parseElement, parseEndElement, parseText, removeReferenceHolder, rename, setField, setGroup, setValueType, trimAwayBrackets
-
Konstruktordetails
-
UnknownField
public UnknownField()creates a placeholder field when a field could not be parsed
-
-
Methodendetails
-
saveFieldXML2
XML2: FOR INTERNAL USE ONLY- Angegeben von:
saveFieldXML2in KlasseField- Parameter:
pw- the print writerdepth- the current depth
-
setName
Sets the value of the property 'name'.- Angegeben von:
setNamein KlasseField- Parameter:
newValue-newValueThe new value of the property 'name'.- Löst aus:
ReportException- will thrown if the name already exists or is not allowed.
-
getName
-