Uses of Class
org.teamapps.dto.INIT_NOK.Reason
-
-
Uses of INIT_NOK.Reason in org.teamapps.dto
Fields in org.teamapps.dto declared as INIT_NOK.Reason Modifier and Type Field Description protected INIT_NOK.ReasonINIT_NOK. reasonMethods in org.teamapps.dto that return INIT_NOK.Reason Modifier and Type Method Description INIT_NOK.ReasonINIT_NOK. getReason()static INIT_NOK.ReasonINIT_NOK.Reason. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static INIT_NOK.Reason[]INIT_NOK.Reason. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.dto with parameters of type INIT_NOK.Reason Constructor Description INIT_NOK(INIT_NOK.Reason reason)
-