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