![]() |
Gridarta Editor
|
An ArchetypeAttribute for selecting bitmask values. More...
Public Member Functions | |
ArchetypeAttributeBitmask (@NotNull final String archetypeAttributeName, @NotNull final String attributeName, @NotNull final String description, final int inputLength, @NotNull final String bitmaskName) | |
Creates a new instance. More... | |
String | getBitmaskName () |
Returns the bitmask name. More... | |
void | visit (@NotNull final ArchetypeAttributeVisitor visitor) |
Calls the. More... | |
![]() | |
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 () |
Private Attributes | |
final String | bitmaskName |
The bitmask name. More... | |
Additional Inherited Members | |
![]() | |
static final int | TEXTFIELD_COLUMNS = 18 |
The width (columns) for input fields like textfields or JChooseBoxes. More... | |
![]() | |
ArchetypeAttribute (@NotNull final String archetypeAttributeName, @NotNull final String attributeName, @NotNull final String description, final int inputLength) | |
Creates a new instance. More... | |
An ArchetypeAttribute for selecting bitmask values.
Definition at line 29 of file ArchetypeAttributeBitmask.java.
net.sf.gridarta.model.archetypetype.ArchetypeAttributeBitmask.ArchetypeAttributeBitmask | ( | @NotNull final String | archetypeAttributeName, |
@NotNull final String | attributeName, | ||
@NotNull final String | description, | ||
final int | inputLength, | ||
@NotNull final String | bitmaskName | ||
) |
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 |
bitmaskName | the bitmask name |
Definition at line 45 of file ArchetypeAttributeBitmask.java.
References net.sf.gridarta.model.archetypetype.ArchetypeAttribute.archetypeAttributeName, net.sf.gridarta.model.archetypetype.ArchetypeAttribute.attributeName, net.sf.gridarta.model.archetypetype.ArchetypeAttributeBitmask.bitmaskName, net.sf.gridarta.model.archetypetype.ArchetypeAttribute.description, and net.sf.gridarta.model.archetypetype.ArchetypeAttribute.inputLength.
String net.sf.gridarta.model.archetypetype.ArchetypeAttributeBitmask.getBitmaskName | ( | ) |
Returns the bitmask name.
Definition at line 60 of file ArchetypeAttributeBitmask.java.
References net.sf.gridarta.model.archetypetype.ArchetypeAttributeBitmask.bitmaskName.
void net.sf.gridarta.model.archetypetype.ArchetypeAttributeBitmask.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 51 of file ArchetypeAttributeBitmask.java.
|
private |
The bitmask name.
Definition at line 35 of file ArchetypeAttributeBitmask.java.
Referenced by net.sf.gridarta.model.archetypetype.ArchetypeAttributeBitmask.ArchetypeAttributeBitmask(), and net.sf.gridarta.model.archetypetype.ArchetypeAttributeBitmask.getBitmaskName().