Class Collector.Field
java.lang.Object
de.iip_ecosphere.platform.support.collector.Collector.Field
- Enclosing class:
Collector
A field descriptor.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
dflt
-
-
Constructor Details
-
Field
Creates a field descriptor.- Parameters:
name- the field namedflt- the default value, if formats shall be extended/migrated
-
-
Method Details
-
getName
Returns the name.- Returns:
- the name
-
getDflt
Returns the default value.- Returns:
- the default value
-