Gridarta Editor
Public Member Functions | List of all members
net.sf.gridarta.model.archetypetype.ArchetypeAttributeFixed Class Reference
Inheritance diagram for net.sf.gridarta.model.archetypetype.ArchetypeAttributeFixed:
Inheritance graph
Collaboration diagram for net.sf.gridarta.model.archetypetype.ArchetypeAttributeFixed:
Collaboration graph

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)
 

Detailed Description

An ArchetypeAttribute displaying a fixed string.

Author
Andreas Vogl
Andreas Kirschbaum

Definition at line 29 of file ArchetypeAttributeFixed.java.

Constructor & Destructor Documentation

◆ ArchetypeAttributeFixed()

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.

Parameters
archetypeAttributeNamethe archetype attribute name
attributeNamethe user interface attribute name
descriptionthe attribute's description
inputLengththe 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.

Member Function Documentation

◆ visit()

void net.sf.gridarta.model.archetypetype.ArchetypeAttributeFixed.visit ( @NotNull final ArchetypeAttributeVisitor  visitor)

Calls the

function appropriate for this instance.

Parameters
visitorthe visitor to call

Reimplemented from net.sf.gridarta.model.archetypetype.ArchetypeAttribute.

Definition at line 43 of file ArchetypeAttributeFixed.java.


The documentation for this class was generated from the following file:
net.sf.gridarta.model.archetypetype.ArchetypeAttributeFixed.visit
void visit(@NotNull final ArchetypeAttributeVisitor visitor)
Definition: ArchetypeAttributeFixed.java:43