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:
  • Field Details

    • innerTypeClass

      @NotBlank public @NotBlank String innerTypeClass
      This is the simple name of the subclass of Attribute used in attributes.
    • inheritance

      @NotNull public @NotNull de.aristaflow.adept2.model.resourcemodel.AttributeList.ListInheritance inheritance
    • attributes

      public List<@NotNull @Valid Attribute> attributes
  • Constructor Details

    • AttributeList

      public AttributeList()