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