Class AttributeList
- java.lang.Object
-
- de.aristaflow.ilm.model.resourcemodel.Attribute
-
- de.aristaflow.ilm.model.resourcemodel.AttributeList
-
- All Implemented Interfaces:
Serializable
public class AttributeList extends Attribute
- See Also:
AttributeList
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description List<@NotNull @Valid Attribute>
attributes
@NotNull de.aristaflow.adept2.model.resourcemodel.AttributeList.ListInheritance
inheritance
@NotBlank String
innerTypeClass
This is the simple name of the subclass of Attribute used inattributes
.
-
Constructor Summary
Constructors Constructor Description AttributeList()
-
-
-
Field Detail
-
innerTypeClass
@NotBlank public @NotBlank String innerTypeClass
This is the simple name of the subclass of Attribute used inattributes
.
-
inheritance
@NotNull public @NotNull de.aristaflow.adept2.model.resourcemodel.AttributeList.ListInheritance inheritance
-
-