Package com.inet.report
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
FOR INTERNAL USE ONLY
a placeholder field for when a field could not be parsed
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.inet.report.Field
Field.FieldAttributeTag
-
Field Summary
Fields inherited from class com.inet.report.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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the value of the property 'name'.protected void
saveFieldXML2
(PrintWriter pw, int depth) XML2: FOR INTERNAL USE ONLYvoid
Sets the value of the property 'name'.Methods inherited from class com.inet.report.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
-
Constructor Details
-
UnknownField
public UnknownField()creates a placeholder field when a field could not be parsed
-
-
Method Details
-
saveFieldXML2
XML2: FOR INTERNAL USE ONLY- Specified by:
saveFieldXML2
in classField
- Parameters:
pw
- the print writerdepth
- the current depth
-
setName
Sets the value of the property 'name'.- Specified by:
setName
in classField
- Parameters:
newValue
-newValue
The new value of the property 'name'.- Throws:
ReportException
- will thrown if the name already exists or is not allowed.
-
getName
Returns the value of the property 'name'.
-