public class ArchetypeAttributeFaceName extends ArchetypeAttribute
ArchetypeAttribute
for selecting face names.TEXTFIELD_COLUMNS
Constructor and Description |
---|
ArchetypeAttributeFaceName(@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, toString
public ArchetypeAttributeFaceName(@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)
ArchetypeAttribute
visit()
function appropriate for this instance.visit
in class ArchetypeAttribute
visitor
- the visitor to call