Class IDataSetFieldsWrapper.FieldCommand
- java.lang.Object
-
- com._1c.g5.v8.dt.dcs.dataset.fields.IDataSetFieldsWrapper.FieldCommand
-
- Enclosing interface:
- IDataSetFieldsWrapper
public static class IDataSetFieldsWrapper.FieldCommand extends Object
Command for field (wrapper for CompoundCommand)
-
-
Constructor Summary
Constructors Constructor Description FieldCommand(DataSetField field)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
append(IDataSetFieldsWrapper.FieldCommand fieldCommand)
Append commandV8Commands.CompoundV8Command
getCommand()
Get internal commandint
getCommandCount()
Get internal commands countDataSetField
getField()
Get root fieldint
getFieldCount()
Get fields countboolean
isEmpty()
Check whether command is empty
-
-
-
Constructor Detail
-
FieldCommand
public FieldCommand(DataSetField field)
Constructor- Parameters:
field
- field, can't be null
-
-
Method Detail
-
append
public void append(IDataSetFieldsWrapper.FieldCommand fieldCommand)
Append command- Parameters:
fieldCommand
- command, can't be null
-
isEmpty
public boolean isEmpty()
Check whether command is empty- Returns:
- whether command is empty
-
getCommand
public V8Commands.CompoundV8Command getCommand()
Get internal command- Returns:
- command, never null
-
getField
public DataSetField getField()
Get root field- Returns:
- field, never null
-
getFieldCount
public int getFieldCount()
Get fields count- Returns:
- count
-
getCommandCount
public int getCommandCount()
Get internal commands count- Returns:
- count
-
-