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
,java.io.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:
- Serialized Form
-
-
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
Constructors Constructor Description UnknownField()
creates a placeholder field when a field could not be parsed
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Returns the value of the property 'name'.protected void
saveFieldXML2(java.io.PrintWriter pw, int depth)
XML2: FOR INTERNAL USE ONLYvoid
setName(java.lang.String newValue)
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
-
-
-
-
Method Detail
-
saveFieldXML2
protected void saveFieldXML2(java.io.PrintWriter pw, int depth)
XML2: FOR INTERNAL USE ONLY- Specified by:
saveFieldXML2
in classField
- Parameters:
pw
- the print writerdepth
- the current depth
-
setName
public void setName(java.lang.String newValue) throws ReportException
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
public java.lang.String getName()
Returns the value of the property 'name'.- Overrides:
getName
in classField
- Returns:
- The value of the property 'name'.
- See Also:
Field.setName(java.lang.String)
,Field.getRefName()
-
-