 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.model.archetypetype;
22 import org.jetbrains.annotations.NotNull;
Interface for visitors of ArchetypeAttributes.
final String description
The attribute's description.
final int inputLength
The input length in characters for text input fields.
final String attributeName
The user interface attribute name.
void visit(@NotNull final ArchetypeAttributeVisitor visitor)
Calls the.
ArchetypeAttributeZSpell(@NotNull final String archetypeAttributeName, @NotNull final String attributeName, @NotNull final String description, final int inputLength)
Creates a new instance.
final String archetypeAttributeName
The archetype attribute name.
Abstract base class for ArchetypeAttributes for spells.
An ArchetypeAttribute for selecting an optional spell encoded as an integer attribute.