Uses of Class
de.xima.fc.workflow.model.nodes.FcSwitchCaseProps.SingleCaseValue
-
Packages that use FcSwitchCaseProps.SingleCaseValue Package Description de.xima.fc.workflow.model.nodes de.xima.fc.workflow.validation.constraintvalidators -
-
Uses of FcSwitchCaseProps.SingleCaseValue in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return types with arguments of type FcSwitchCaseProps.SingleCaseValue Modifier and Type Method Description List<FcSwitchCaseProps.SingleCaseValue>
FcSwitchCaseProps. getCaseValues()
Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type FcSwitchCaseProps.SingleCaseValue Modifier and Type Method Description void
FcSwitchCaseProps. setCaseValues(List<FcSwitchCaseProps.SingleCaseValue> caseValues)
-
Uses of FcSwitchCaseProps.SingleCaseValue in de.xima.fc.workflow.validation.constraintvalidators
Methods in de.xima.fc.workflow.validation.constraintvalidators with parameters of type FcSwitchCaseProps.SingleCaseValue Modifier and Type Method Description protected String
FcSwitchCaseUniquelyNamedValidator. getVariableName(FcSwitchCaseProps.SingleCaseValue value)
Method parameters in de.xima.fc.workflow.validation.constraintvalidators with type arguments of type FcSwitchCaseProps.SingleCaseValue Modifier and Type Method Description boolean
FcSwitchCaseUniquelyNamedValidator. isValid(List<FcSwitchCaseProps.SingleCaseValue> value, javax.validation.ConstraintValidatorContext context)
-