Class AttributeMetaData
- java.lang.Object
-
- de.aristaflow.ilm.core.orgmodelmanager.AttributeMetaData
-
- All Implemented Interfaces:
Serializable
public class AttributeMetaData extends Object implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull DataType
dataType
@NotNull Boolean
isMandatory
@NotNull Boolean
isReadOnly
List<@Valid OmMapping>
mappings
@NotBlank String
name
@NotNull Integer
sizeHint
@NotNull EntityType
type
List<String>
writeBackExts
-
Constructor Summary
Constructors Constructor Description AttributeMetaData()
-
-
-
Field Detail
-
type
@NotNull public @NotNull EntityType type
-
name
@NotBlank public @NotBlank String name
-
dataType
@NotNull public @NotNull DataType dataType
-
sizeHint
@NotNull public @NotNull Integer sizeHint
-
isMandatory
@NotNull public @NotNull Boolean isMandatory
-
isReadOnly
@NotNull public @NotNull Boolean isReadOnly
-
-