Class BlatextParameterInstance
java.lang.Object
net.datenwerke.rs.core.service.parameters.entities.ParameterInstance<BlatextParameterDefinition>
net.datenwerke.rs.base.service.parameters.blatext.BlatextParameterInstance
- All Implemented Interfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@GenerateDto(dtoPackage="net.datenwerke.rs.base.client.parameters.blatext.dto")
public class BlatextParameterInstance
extends ParameterInstance<BlatextParameterDefinition>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDefaultValue(User user, ParameterSet parameterSet) getSelectedValue(User user) Methods inherited from class net.datenwerke.rs.core.service.parameters.entities.ParameterInstance
cloneInstanceForReportVariant, configureEL, configureParameterMap, equals, getDefinition, getId, getKey, getTransientId, getVersion, hashCode, isStillDefault, parseStringValue, prettyPrintSelectedValue, setDefinition, setId, setStillDefault, setTransientId, setVersion, toInformationString
-
Constructor Details
-
BlatextParameterInstance
public BlatextParameterInstance()
-
-
Method Details
-
getSelectedValue
- Specified by:
getSelectedValuein classParameterInstance<BlatextParameterDefinition>
-
getDefaultValue
- Specified by:
getDefaultValuein classParameterInstance<BlatextParameterDefinition>
-