20 package net.sf.gridarta.model.archetypetype;
22 import org.jetbrains.annotations.NotNull;
46 super(archetypeAttributeName, attributeName, description, inputLength);
final String archetypeAttributeName
The archetype attribute name.
void visit(@NotNull final ArchetypeAttributeVisitor visitor)
String getListName()
Returns the list name.
final int inputLength
The input length in characters for text input fields.
Interface for visitors of ArchetypeAttributes.
final String description
The attribute's description.
An ArchetypeAttribute for selecting a value from a list.
Abstract base class for ArchetypeAttributes for lists.
final String attributeName
The user interface attribute name.
final String listName
The list name.
ArchetypeAttributeList(@NotNull final String archetypeAttributeName, @NotNull final String attributeName, @NotNull final String description, final int inputLength, @NotNull final String listName)
Creates a new instance.