public class ArchetypeAttributeScriptFile extends ArchetypeAttribute
ArchetypeAttribute
for selecting script files.TEXTFIELD_COLUMNS
Constructor and Description |
---|
ArchetypeAttributeScriptFile(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 ArchetypeAttributeScriptFile(@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