Searched refs:_commandname (Results 1 – 2 of 2) sorted by relevance
283 … public boolean getFieldNamesOfCommand(String _commandname, int _commandtype, boolean _bAppendMode) in getFieldNamesOfCommand() argument290 CommandObject oCommand = this.getCommandByName(_commandname, _commandtype); in getFieldNamesOfCommand()325 …sMsgNoFieldsFromCommand = JavaTools.replaceSubString(sMsgNoFieldsFromCommand, _commandname, "%NAME… in getFieldNamesOfCommand()
267 public CommandObject getCommandByName(String _commandname, int _commandtype) in getCommandByName() argument273 if ((oCommand.Name.equals(_commandname)) && (oCommand.CommandType == _commandtype)) in getCommandByName()280 oCommand = new CommandObject(_commandname, _commandtype); in getCommandByName()
Completed in 23 milliseconds