Gridarta Editor
net.sf.gridarta.model.archetypetype.AbstractArchetypeAttributeList Class Referenceabstract

Abstract base class for ArchetypeAttributes for lists. More...

+ Inheritance diagram for net.sf.gridarta.model.archetypetype.AbstractArchetypeAttributeList:
+ Collaboration diagram for net.sf.gridarta.model.archetypetype.AbstractArchetypeAttributeList:

Protected Member Functions

 AbstractArchetypeAttributeList (@NotNull final String archetypeAttributeName, @NotNull final String attributeName, @NotNull final String description, final int inputLength)
 Creates a new instance. More...
 
- 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)
 Creates a new instance. More...
 

Additional Inherited Members

- Public Member Functions inherited from net.sf.gridarta.model.archetypetype.ArchetypeAttribute
String getArchetypeAttributeName ()
 Returns the archetype attribute name. More...
 
String getAttributeName ()
 Returns the user interface attribute name. More...
 
String getDescription ()
 Returns the attribute's description. More...
 
int getInputLength ()
 Returns the input length in characters for text input fields. More...
 
String toString ()
 
abstract void visit (@NotNull ArchetypeAttributeVisitor visitor)
 Calls the. More...
 
- Static Public Attributes inherited from net.sf.gridarta.model.archetypetype.ArchetypeAttribute
static final int TEXTFIELD_COLUMNS = 18
 The width (columns) for input fields like textfields or JChooseBoxes. More...
 

Detailed Description

Abstract base class for ArchetypeAttributes for lists.

Author
Andreas Kirschbaum

Definition at line 29 of file AbstractArchetypeAttributeList.java.

Constructor & Destructor Documentation

◆ AbstractArchetypeAttributeList()

net.sf.gridarta.model.archetypetype.AbstractArchetypeAttributeList.AbstractArchetypeAttributeList ( @NotNull final String  archetypeAttributeName,
@NotNull final String  attributeName,
@NotNull final String  description,
final int  inputLength 
)
protected

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 AbstractArchetypeAttributeList.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.


The documentation for this class was generated from the following file: