public class ArchetypeAttributeFloat extends ArchetypeAttribute
ArchetypeAttribute for selecting floating point values.TEXTFIELD_COLUMNS| Constructor and Description |
|---|
ArchetypeAttributeFloat(@NotNull java.lang.String archetypeAttributeName,
@NotNull java.lang.String attributeName,
@NotNull java.lang.String description,
int inputLength)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
visit(@NotNull ArchetypeAttributeVisitor visitor)
Calls the
visit() function appropriate for this instance. |
getArchetypeAttributeName, getAttributeName, getDescription, getInputLength, toStringpublic ArchetypeAttributeFloat(@NotNull
@NotNull java.lang.String archetypeAttributeName,
@NotNull
@NotNull java.lang.String attributeName,
@NotNull
@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
@NotNull ArchetypeAttributeVisitor visitor)
ArchetypeAttributevisit() function appropriate for this instance.visit in class ArchetypeAttributevisitor - the visitor to call