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 SummaryConstructors Constructor Description FieldCommand(DataSetField field)Constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(IDataSetFieldsWrapper.FieldCommand fieldCommand)Append commandV8Commands.CompoundV8CommandgetCommand()Get internal commandintgetCommandCount()Get internal commands countDataSetFieldgetField()Get root fieldintgetFieldCount()Get fields countbooleanisEmpty()Check whether command is empty
 
- 
- 
- 
Constructor Detail- 
FieldCommandpublic FieldCommand(DataSetField field) Constructor- Parameters:
- field- field, can't be null
 
 
- 
 - 
Method Detail- 
appendpublic void append(IDataSetFieldsWrapper.FieldCommand fieldCommand) Append command- Parameters:
- fieldCommand- command, can't be null
 
 - 
isEmptypublic boolean isEmpty() Check whether command is empty- Returns:
- whether command is empty
 
 - 
getCommandpublic V8Commands.CompoundV8Command getCommand() Get internal command- Returns:
- command, never null
 
 - 
getFieldpublic DataSetField getField() Get root field- Returns:
- field, never null
 
 - 
getFieldCountpublic int getFieldCount() Get fields count- Returns:
- count
 
 - 
getCommandCountpublic int getCommandCount() Get internal commands count- Returns:
- count
 
 
- 
 
-