Package | Description |
---|---|
meltinggui |
Modifier and Type | Method and Description |
---|---|
ArgsMessage.ArgumentType |
ArgsMessage.getArgumentType()
Gets the type of the message.
|
static ArgsMessage.ArgumentType |
ArgsMessage.ArgumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArgsMessage.ArgumentType[] |
ArgsMessage.ArgumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ArgsMessage(ArgsMessage.ArgumentType argumentType,
String commandLineText)
Fills in the argument type and command-line arguments.
|