Uses of Enum
org.harctoolbox.girr.Command.MasterType
- 
Uses of Command.MasterType in org.harctoolbox.girr
Methods in org.harctoolbox.girr that return Command.MasterTypeModifier and TypeMethodDescription(package private) Command.MasterTypeCommand.actualMasterType(boolean generateParameters, boolean generateProntoHex, boolean generateRaw) Returns the MasterType that is to be used.Command.getMasterType()static Command.MasterTypeCommand.MasterType.safeValueOf(String s) Safe version of valueOf.static Command.MasterTypeReturns 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.Methods in org.harctoolbox.girr with parameters of type Command.MasterTypeModifier and TypeMethodDescriptionvoidCommand.strip(Command.MasterType type) Removes the forms different from the one given as argument.