Class DataElement
- java.lang.Object
-
- de.aristaflow.ilm.model.processmodel.DataElement
-
- All Implemented Interfaces:
Serializable
public class DataElement extends Object implements Serializable
- See Also:
DataElement
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull String
desc
UUID
iconId
@NotNull Integer
id
@NotNull UUID
identifierId
Map<@NotBlank String,@NotBlank String>
locDesc
A mapping from an IETF BCP 47 language tag to the corresponding localisation.Map<@NotBlank String,@NotBlank String>
locName
A mapping from an IETF BCP 47 language tag to the corresponding localisation.@NotNull String
name
Boolean
publicDe
@NotNull ProcessConstants.AdeptDataType
type
String
udtName
Map<@NotBlank String,@NotBlank String>
userAttributes
Boolean
virtual
-
Constructor Summary
Constructors Constructor Description DataElement()
-
-
-
Field Detail
-
id
@NotNull public @NotNull Integer id
-
name
@NotNull public @NotNull String name
-
locName
public Map<@NotBlank String,@NotBlank String> locName
A mapping from an IETF BCP 47 language tag to the corresponding localisation.
-
desc
@NotNull public @NotNull String desc
-
locDesc
public Map<@NotBlank String,@NotBlank String> locDesc
A mapping from an IETF BCP 47 language tag to the corresponding localisation.
-
type
@NotNull public @NotNull ProcessConstants.AdeptDataType type
-
udtName
public String udtName
-
iconId
public UUID iconId
-
identifierId
@NotNull public @NotNull UUID identifierId
-
virtual
public Boolean virtual
-
publicDe
public Boolean publicDe
-
-