Class OperationResult<T>
java.lang.Object
de.rpgframework.genericrpg.chargen.OperationResult<T>
-
Constructor Summary
ConstructorsConstructorDescriptionOperationResult(Possible poss) OperationResult(Possible poss, boolean success) OperationResult(T value) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMessage(ToDoElement mess) get()getError()booleanhasError()booleanvoidtoString()boolean
-
Constructor Details
-
OperationResult
public OperationResult() -
OperationResult
-
OperationResult
-
OperationResult
-
-
Method Details
-
toString
-
get
-
set
-
hasError
public boolean hasError() -
wasSuccessful
public boolean wasSuccessful() -
getMessages
-
getError
-
addMessage
-
isPresent
public boolean isPresent()
-