 |
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.
String getListName1()
Returns the list name for bits 0-3.
final String description
The attribute's description.
final String listName1
The list name for bits 0-3.
final int inputLength
The input length in characters for text input fields.
final String listName2
The list name for bits 4+.
final String attributeName
The user interface attribute name.
final String archetypeAttributeName
The archetype attribute name.
An ArchetypeAttribute for selecting a value from two lists.
ArchetypeAttributeList2(@NotNull final String archetypeAttributeName, @NotNull final String attributeName, @NotNull final String description, final int inputLength, @NotNull final String listName1, @NotNull final String listName2)
Creates a new instance.
Abstract base class for ArchetypeAttributes for lists.
String getListName2()
Returns the list name for bits 4+.
void visit(@NotNull final ArchetypeAttributeVisitor visitor)
Calls the.