|
Gridarta Editor
|


Public Member Functions | |
| ArchetypeAttributeFixed (@NotNull final String archetypeAttributeName, @NotNull final String attributeName, @NotNull final String description, final int inputLength) | |
| void | visit (@NotNull final ArchetypeAttributeVisitor visitor) |
Public Member Functions inherited from net.sf.gridarta.model.archetypetype.ArchetypeAttribute | |
| String | getArchetypeAttributeName () |
| String | getAttributeName () |
| String | getDescription () |
| int | getInputLength () |
| String | toString () |
Additional Inherited Members | |
Static Public Attributes inherited from net.sf.gridarta.model.archetypetype.ArchetypeAttribute | |
| static final int | TEXTFIELD_COLUMNS = 18 |
Protected Member Functions inherited from net.sf.gridarta.model.archetypetype.ArchetypeAttribute | |
| ArchetypeAttribute (@NotNull final String archetypeAttributeName, @NotNull final String attributeName, @NotNull final String description, final int inputLength) | |
An ArchetypeAttribute displaying a fixed string.
Definition at line 29 of file ArchetypeAttributeFixed.java.
| net.sf.gridarta.model.archetypetype.ArchetypeAttributeFixed.ArchetypeAttributeFixed | ( | @NotNull final String | archetypeAttributeName, |
| @NotNull final String | attributeName, | ||
| @NotNull final String | description, | ||
| final int | inputLength | ||
| ) |
Creates a new instance.
| archetypeAttributeName | the archetype attribute name |
| attributeName | the user interface attribute name |
| description | the attribute's description |
| inputLength | the input length in characters for text input fields |
Definition at line 38 of file ArchetypeAttributeFixed.java.
References net.sf.gridarta.model.archetypetype.ArchetypeAttribute.archetypeAttributeName, net.sf.gridarta.model.archetypetype.ArchetypeAttribute.attributeName, net.sf.gridarta.model.archetypetype.ArchetypeAttribute.description, and net.sf.gridarta.model.archetypetype.ArchetypeAttribute.inputLength.
| void net.sf.gridarta.model.archetypetype.ArchetypeAttributeFixed.visit | ( | @NotNull final ArchetypeAttributeVisitor | visitor | ) |
Calls the
function appropriate for this instance.
| visitor | the visitor to call |
Reimplemented from net.sf.gridarta.model.archetypetype.ArchetypeAttribute.
Definition at line 43 of file ArchetypeAttributeFixed.java.
1.8.17