 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.model.treasurelist;
22 import org.jetbrains.annotations.NotNull;
48 super(
name,
true,
true);
void visit(@NotNull final TreasureObjVisitor visitor)
Calls the TreasureObjVisitor callback function appropriate for this instance.
Interface for visitors of TreasureObj instances.
void setListType(@NotNull final TreasureListTreasureObjType listType)
Sets the list type.
void appendToString(@NotNull final StringBuilder sb)
Appends a description of this treasure object to a {}.
A TreasureObj representing a "treasure" entry.
void copyListType(@NotNull final TreasureObj treasureObj)
Copes the list type of a treasureone list.
Subclass: UserObject (= content object) for nodes in the CFTreasureListTree These can be either treas...
final String name
The name of this treasure object.
TreasureListTreasureObjType listType
The list type.
TreasureListTreasureObjType getListType()
Returns the list type.
static final long serialVersionUID
The serial version UID.
Type of TreasureListTreasureObj instances.
TreasureListTreasureObj(@NotNull final String name, @NotNull final TreasureListTreasureObjType listType)
Creates a new instance.