Class DRField<T>
java.lang.Object
ch.unibas.medizin.dynamicreports.report.base.DRField<T>
- All Implemented Interfaces:
DRIField<T>, DRIValue<T>, DRIExpression<T>, Serializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDRIDataType<? super T, T> getDataType.getDescription.getName()getName.getValueClass.voidsetDataType(DRIDataType<? super T, T> dataType) Setter for the fielddataType.voidsetDescription(String description) Setter for the fielddescription.
-
Constructor Details
-
DRField
-
-
Method Details
-
getDataType
getDataType.
- Specified by:
getDataTypein interfaceDRIField<T>- Returns:
- a
DRIDataTypeobject.
-
setDataType
Setter for the field
dataType.- Parameters:
dataType- aDRIDataTypeobject.
-
getName
-
getValueClass
getValueClass.
- Specified by:
getValueClassin interfaceDRIExpression<T>- Returns:
- a
Classobject.
-
getDescription
getDescription.
- Specified by:
getDescriptionin interfaceDRIField<T>- Returns:
- a
Stringobject.
-
setDescription
-