| Modifier and Type | Method and Description |
|---|---|
InteractiveCmd.Cmd |
InteractiveCmd.getType()
Gets the type.
|
static InteractiveCmd.Cmd |
InteractiveCmd.Cmd.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InteractiveCmd.Cmd[] |
InteractiveCmd.Cmd.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InteractiveCmd(InteractiveCmd.Cmd cmd,
String ident)
Instantiates a new interactive cmd for a string based command.
|
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.