Class IDataSetFieldsWrapper.FieldCommand
java.lang.Object
com._1c.g5.v8.dt.dcs.dataset.fields.IDataSetFieldsWrapper.FieldCommand
- Enclosing interface:
- IDataSetFieldsWrapper
Command for field (wrapper for CompoundCommand)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
append
(IDataSetFieldsWrapper.FieldCommand fieldCommand) Append commandGet internal commandint
Get internal commands countgetField()
Get root fieldint
Get fields countboolean
isEmpty()
Check whether command is empty
-
Constructor Details
-
FieldCommand
Constructor- Parameters:
field
- field, can't be null
-
-
Method Details
-
append
Append command- Parameters:
fieldCommand
- command, can't be null
-
isEmpty
public boolean isEmpty()Check whether command is empty- Returns:
- whether command is empty
-
getCommand
Get internal command- Returns:
- command, never null
-
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
-