Uses of Class
htmlcompiler.model.CommandType
| Package | Description |
|---|---|
| htmlcompiler.model |
-
Uses of CommandType in htmlcompiler.model
Methods in htmlcompiler.model that return CommandType Modifier and Type Method Description static CommandTypeCommandType. toCommandType(java.lang.String[] args, CommandType _default)static CommandTypeCommandType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CommandType[]CommandType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in htmlcompiler.model with parameters of type CommandType Modifier and Type Method Description static CommandCommand. newCommand(CommandType type)static CommandTypeCommandType. toCommandType(java.lang.String[] args, CommandType _default)