public class InteractiveCmd extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InteractiveCmd.Cmd
The Enum Cmd.
|
| Constructor and Description |
|---|
InteractiveCmd(InteractiveCmd.Cmd cmd,
String ident)
Instantiates a new interactive cmd for a string based command.
|
InteractiveCmd(ParseModel qmodel)
Instantiates a new interactive cmd for select.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIdent()
Gets the ident.
|
ParseModel |
getParseModel()
Gets the parse model for a select.
|
InteractiveCmd.Cmd |
getType()
Gets the type.
|
public InteractiveCmd(ParseModel qmodel)
qmodel - the qmodelpublic InteractiveCmd(InteractiveCmd.Cmd cmd, String ident)
cmd - the cmdident - the identpublic InteractiveCmd.Cmd getType()
public ParseModel getParseModel()
public String getIdent()
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.