20 package net.sf.gridarta.model.archetypetype;
22 import org.jetbrains.annotations.NotNull;
39 super(archetypeAttributeName, attributeName, description, inputLength);
This Class contains the data of one archetype attribute.
final String archetypeAttributeName
The archetype attribute name.
AbstractArchetypeAttributeList(@NotNull final String archetypeAttributeName, @NotNull final String attributeName, @NotNull final String description, final int inputLength)
Creates a new instance.
final int inputLength
The input length in characters for text input fields.
final String description
The attribute's description.
Abstract base class for ArchetypeAttributes for lists.
final String attributeName
The user interface attribute name.