Uses of Enum Class
com.almis.awe.model.type.AnswerType
Packages that use AnswerType
Package
Description
-
Uses of AnswerType in com.almis.awe.builder.client
Constructors in com.almis.awe.builder.client with parameters of type AnswerTypeModifierConstructorDescriptionMessageActionBuilder
(AnswerType type, String title, String description) Constructor with type, title and message -
Uses of AnswerType in com.almis.awe.exception
Methods in com.almis.awe.exception that return AnswerTypeMethods in com.almis.awe.exception with parameters of type AnswerTypeModifier and TypeMethodDescriptionvoid
AWException.setType
(AnswerType type) Stores the exception typeConstructors in com.almis.awe.exception with parameters of type AnswerTypeModifierConstructorDescriptionAWException
(String tit, String msg, AnswerType typ) Constructs an instance ofAWException
with the specified detail message. -
Uses of AnswerType in com.almis.awe.model.dto
Methods in com.almis.awe.model.dto with parameters of type AnswerTypeModifier and TypeMethodDescriptionServiceData.setType
(AnswerType type) Stores the service response message type (ERROR, OK, WARNING, INFO) -
Uses of AnswerType in com.almis.awe.model.entities.actions
Methods in com.almis.awe.model.entities.actions with parameters of type AnswerTypeModifier and TypeMethodDescriptionAction.getAnswer
(AnswerType type) Returns an answer given its type -
Uses of AnswerType in com.almis.awe.model.type
Methods in com.almis.awe.model.type that return AnswerTypeModifier and TypeMethodDescriptionstatic AnswerType
Retrieve enumerated valuestatic AnswerType
Returns the enum constant of this class with the specified name.static AnswerType[]
AnswerType.values()
Returns an array containing the constants of this enum class, in the order they are declared.