Class DecisionStatement
- java.lang.Object
-
- de.aristaflow.ilm.model.processmodel.DecisionStatement
-
- All Implemented Interfaces:
Serializable
public class DecisionStatement extends Object implements Serializable
- See Also:
DecisionStatement, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull Longid@NotNull StringlabelMap<@NotBlank String,@NotEmpty String>locLabelA mapping from an IETF BCP 47 language tag to the corresponding localisation.Map<@NotBlank String,@NotEmpty String>locStatementA mapping from an IETF BCP 47 language tag to the corresponding localisation.@NotNull StringstatementMap<@NotBlank String,@NotNull String>userAttributes
-
Constructor Summary
Constructors Constructor Description DecisionStatement()
-
-
-
Field Detail
-
id
@NotNull public @NotNull Long id
-
label
@NotNull public @NotNull String label
-
locLabel
public Map<@NotBlank String,@NotEmpty String> locLabel
A mapping from an IETF BCP 47 language tag to the corresponding localisation.
-
statement
@NotNull public @NotNull String statement
-
locStatement
public Map<@NotBlank String,@NotEmpty String> locStatement
A mapping from an IETF BCP 47 language tag to the corresponding localisation.
-
-