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