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