public class ArchetypeAttributeFaceName extends ArchetypeAttribute
ArchetypeAttribute for selecting face names.TEXTFIELD_COLUMNS| Constructor and Description |
|---|
ArchetypeAttributeFaceName(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, toStringpublic ArchetypeAttributeFaceName(@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 ArchetypeAttributevisitor - the visitor to call