public class JLJsonFamilyTableHelp extends JLJsonCommandHelp implements JLFamilyTableRequestParams, JLFamilyTableResponseParams
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OBJ_FAM_TABLE_INSTANCE |
static java.lang.String |
OBJ_FAM_TABLE_ROW_COLUMN |
COMMAND, FUNC_ADD_INST, FUNC_CREATE_INST, FUNC_DELETE, FUNC_DELETE_INST, FUNC_EXISTS, FUNC_GET_CELL, FUNC_GET_HEADER, FUNC_GET_PARENTS, FUNC_GET_ROW, FUNC_LIST, FUNC_LIST_TREE, FUNC_REPLACE, FUNC_SET_CELL, PARAM_COLID, PARAM_CURINST, PARAM_CURMODEL, PARAM_ERASE, PARAM_INSTANCE, PARAM_MODEL, PARAM_NEWINST, PARAM_PATH, PARAM_VALUEOUTPUT_CHILDREN, OUTPUT_COLID, OUTPUT_COLTYPE, OUTPUT_COLUMNS, OUTPUT_DATATYPE, OUTPUT_EXISTS, OUTPUT_INSTANCE, OUTPUT_INSTANCES, OUTPUT_NAME, OUTPUT_PARENTS, OUTPUT_TOTAL, OUTPUT_VALUE| Constructor and Description |
|---|
JLJsonFamilyTableHelp() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommand()
Get the command for this family of functions
|
java.util.List<FunctionTemplate> |
getHelp()
Get a list of function templates for this family of functions.
|
java.util.List<FunctionObject> |
getHelpObjects()
Get a list of data objects used in function templates for this family of functions.
|
makeInertia, makePoint, makeTransform, makeTransformpublic static final java.lang.String OBJ_FAM_TABLE_INSTANCE
public static final java.lang.String OBJ_FAM_TABLE_ROW_COLUMN
public java.lang.String getCommand()
JLJsonCommandHelpgetCommand in class JLJsonCommandHelppublic java.util.List<FunctionTemplate> getHelp()
JLJsonCommandHelpgetHelp in class JLJsonCommandHelppublic java.util.List<FunctionObject> getHelpObjects()
JLJsonCommandHelpgetHelpObjects in class JLJsonCommandHelp