20 package net.sf.gridarta.model.archetypetype;
22 import org.jetbrains.annotations.NotNull;
54 super(archetypeAttributeName, attributeName, description, inputLength);
This Class contains the data of one archetype attribute.
final String archetypeAttributeName
The archetype attribute name.
An ArchetypeAttribute for selecting boolean values having specific "true" and "false" values...
void visit(@NotNull final ArchetypeAttributeVisitor visitor)
String getFalseValue()
Returns the false value.
final int inputLength
The input length in characters for text input fields.
Interface for visitors of ArchetypeAttributes.
final String description
The attribute's description.
final String falseValue
The false value.
ArchetypeAttributeBoolSpec(@NotNull final String archetypeAttributeName, @NotNull final String attributeName, @NotNull final String description, final int inputLength, @NotNull final String trueValue, @NotNull final String falseValue)
Creates a new instance.
String getTrueValue()
Returns the true value.
final String attributeName
The user interface attribute name.
final String trueValue
The true value.