public class ArchetypeAttributeFloat extends ArchetypeAttribute
ArchetypeAttribute
for selecting floating point values.TEXTFIELD_COLUMNS
Constructor and Description |
---|
ArchetypeAttributeFloat(java.lang.String archetypeAttributeName,
java.lang.String attributeName,
java.lang.String description,
int inputLength)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
visit(ArchetypeAttributeVisitor visitor)
Calls the
visit() function appropriate for this instance. |
getArchetypeAttributeName, getAttributeName, getDescription, getInputLength, toString
public ArchetypeAttributeFloat(@NotNull java.lang.String archetypeAttributeName, @NotNull java.lang.String attributeName, @NotNull java.lang.String description, int inputLength)
archetypeAttributeName
- the archetype attribute nameattributeName
- the user interface attribute namedescription
- the attribute's descriptioninputLength
- the input length in characters for text input fieldspublic void visit(@NotNull ArchetypeAttributeVisitor visitor)
visit()
function appropriate for this instance.visit
in class ArchetypeAttribute
visitor
- the visitor to call