20 package net.sf.gridarta.model.archetypetype;
22 import org.jetbrains.annotations.NotNull;
63 super(archetypeAttributeName, attributeName, description, inputLength);
final int maxCheckValue
The logical maximum allowed value.
int getMaxCheckValue()
Returns the logical maximum allowed value.
void visit(@NotNull final ArchetypeAttributeVisitor visitor)
This Class contains the data of one archetype attribute.
final String archetypeAttributeName
The archetype attribute name.
int getMinCheckValue()
Returns the logical minimum allowed value.
final int minValue
The absolute minimum allowed value.
int getMaxValue()
Returns the maximum allowed value.
final int inputLength
The input length in characters for text input fields.
int getMinValue()
Returns the minimum allowed value.
Interface for visitors of ArchetypeAttributes.
final int maxValue
The absolute maximum allowed value.
An ArchetypeAttribute for selecting integer values.
final String description
The attribute's description.
ArchetypeAttributeInt(@NotNull final String archetypeAttributeName, @NotNull final String attributeName, @NotNull final String description, final int inputLength, final int minValue, final int maxValue, final int minCheckValue, final int maxCheckValue)
Creates a new instance.
final int minCheckValue
The logical minimum allowed value.
final String attributeName
The user interface attribute name.