Package com._1c.g5.v8.dt.ql.model
Interface FieldWithCasting
- 
- All Superinterfaces:
- AbstractExpression,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- FieldWithCastingImpl
 
 public interface FieldWithCasting extends AbstractExpression A representation of the model object 'Field With Casting'.The following features are supported: - See Also:
- QlPackage.getFieldWithCasting()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CastOperationExpressiongetCastOperation()Returns the value of the 'Cast Operation' containment reference.DbViewElementgetItemDbView()Returns the value of the 'Item Db View' reference.ACommonExpressiongetTable()Returns the value of the 'Table' containment reference.booleanisAllFields()Returns the value of the 'All Fields' attribute.voidsetAllFields(boolean value)Sets the value of the 'All Fields' attribute.voidsetCastOperation(CastOperationExpression value)Sets the value of the 'Cast Operation' containment reference.voidsetItemDbView(DbViewElement value)Sets the value of the 'Item Db View' reference.voidsetTable(ACommonExpression value)Sets the value of the 'Table' containment reference.
 
- 
- 
- 
Method Detail- 
getTableACommonExpression getTable() Returns the value of the 'Table' containment reference.- Returns:
- the value of the 'Table' containment reference.
- See Also:
- setTable(ACommonExpression),- QlPackage.getFieldWithCasting_Table()
 
 - 
setTablevoid setTable(ACommonExpression value) Sets the value of the 'Table' containment reference.- Parameters:
- value- the new value of the 'Table' containment reference.
- See Also:
- getTable()
 
 - 
getCastOperationCastOperationExpression getCastOperation() Returns the value of the 'Cast Operation' containment reference.- Returns:
- the value of the 'Cast Operation' containment reference.
- See Also:
- setCastOperation(CastOperationExpression),- QlPackage.getFieldWithCasting_CastOperation()
 
 - 
setCastOperationvoid setCastOperation(CastOperationExpression value) Sets the value of the 'Cast Operation' containment reference.- Parameters:
- value- the new value of the 'Cast Operation' containment reference.
- See Also:
- getCastOperation()
 
 - 
isAllFieldsboolean isAllFields() Returns the value of the 'All Fields' attribute.- Returns:
- the value of the 'All Fields' attribute.
- See Also:
- setAllFields(boolean),- QlPackage.getFieldWithCasting_AllFields()
 
 - 
setAllFieldsvoid setAllFields(boolean value) Sets the value of the 'All Fields' attribute.- Parameters:
- value- the new value of the 'All Fields' attribute.
- See Also:
- isAllFields()
 
 - 
getItemDbViewDbViewElement getItemDbView() Returns the value of the 'Item Db View' reference.- Returns:
- the value of the 'Item Db View' reference.
- See Also:
- setItemDbView(DbViewElement),- QlPackage.getFieldWithCasting_ItemDbView()
 
 - 
setItemDbViewvoid setItemDbView(DbViewElement value) Sets the value of the 'Item Db View' reference.- Parameters:
- value- the new value of the 'Item Db View' reference.
- See Also:
- getItemDbView()
 
 
- 
 
-