20 package net.sf.gridarta.plugin.parameter;
25 import org.jetbrains.annotations.NotNull;
54 return visitor.visit(
this);
boolean setStringValue(@NotNull final String stringValue)
Abstract base class for PluginParameter implementations for which the string representation of the va...
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
static final String PARAMETER_TYPE
The string representation of this parameter type.
Interface for visitors of PluginParameter instances.
StringParameter()
Creates a new instance.
String getParameterType()
void setValue( @NotNull final V value)
Updates the parameter value.
A PluginParameter that holds a string value.
Interface for MapArchObjects.