Uses of Class
org.smallmind.nutsnbolts.util.SuccessOrFailure
-
Packages that use SuccessOrFailure Package Description org.smallmind.nutsnbolts.util -
-
Uses of SuccessOrFailure in org.smallmind.nutsnbolts.util
Methods in org.smallmind.nutsnbolts.util that return SuccessOrFailure Modifier and Type Method Description static SuccessOrFailureSuccessOrFailure. valueOf(String name)Returns the enum constant of this type with the specified name.static SuccessOrFailure[]SuccessOrFailure. values()Returns an array containing the constants of this enum type, in the order they are declared.
-