Uses of Enum
org.harctoolbox.girr.Command.MasterType
-
Uses of Command.MasterType in org.harctoolbox.girr
Modifier and TypeMethodDescription(package private) Command.MasterType
Command.actualMasterType
(boolean generateParameters, boolean generateProntoHex, boolean generateRaw) Returns the MasterType that is to be used.Command.getMasterType()
static Command.MasterType
Command.MasterType.safeValueOf
(String s) Safe version of valueOf.static Command.MasterType
Returns the enum constant of this type with the specified name.static Command.MasterType[]
Command.MasterType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Command.strip
(Command.MasterType type) Removes the forms different from the one given as argument.