 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.plugin.parameter;
25 import org.jetbrains.annotations.NotNull;
60 return visitor.visit(
this);
65 if (stringValue.equals(
"true")) {
67 }
else if (stringValue.equals(
"false")) {
123 if (this.trueText.equals(
trueText)) {
void setValue( @NotNull final V value)
Updates the parameter value.
String getTrueText()
Returns the string representation of the "true" value.
boolean setStringValue(@NotNull final String stringValue)
String getFalseText()
Returns the string representation of the "false" value.
A PluginParameter that holds a boolean value.
Base package of all Gridarta classes.
void setFalseText(@NotNull final String falseText)
Sets the string representation of the "false" value.
Reflects a game object (object on a map).
String trueText
The string representation of the "true" value.
public< T > T visit(@NotNull final PluginParameterVisitor< G, A, R, T > visitor)
String falseText
The string representation of the "false" value.
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.
String getParameterType()
BooleanParameter()
Creates a new instance.
void setTrueText(@NotNull final String trueText)
Sets the string representation of the "true" value.
Interface for visitors of PluginParameter instances.
static final String PARAMETER_TYPE
The string representation of this parameter type.