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 Long
id
@NotNull String
label
Map<@NotBlank String,@NotBlank String>
locLabel
A mapping from an IETF BCP 47 language tag to the corresponding localisation.Map<@NotBlank String,@NotBlank String>
locStatement
A mapping from an IETF BCP 47 language tag to the corresponding localisation.@NotNull String
statement
Map<@NotBlank String,@NotBlank 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,@NotBlank 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,@NotBlank String> locStatement
A mapping from an IETF BCP 47 language tag to the corresponding localisation.
-
-