20 package net.sf.gridarta.model.archetypetype;
22 import org.jetbrains.annotations.NotNull;
39 super(archetypeAttributeName, attributeName, description, inputLength);
void visit(@NotNull final ArchetypeAttributeVisitor visitor)
This Class contains the data of one archetype attribute.
An ArchetypeAttribute for selecting animation names.
final String archetypeAttributeName
The archetype attribute name.
final int inputLength
The input length in characters for text input fields.
ArchetypeAttributeAnimationName(@NotNull final String archetypeAttributeName, @NotNull final String attributeName, @NotNull final String description, final int inputLength)
Creates a new instance.
Interface for visitors of ArchetypeAttributes.
final String description
The attribute's description.
final String attributeName
The user interface attribute name.