Class ReferenceError
java.lang.Object
de.rpgframework.genericrpg.data.ReferenceError
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetReference(String reference) voidsetType(ModifiedObjectType type) toString()
-
Constructor Details
-
ReferenceError
-
-
Method Details
-
toString
-
getType
- Returns:
- the type
-
setType
- Parameters:
type- the type to set
-
getReference
- Returns:
- the reference
-
setReference
- Parameters:
reference- the reference to set
-