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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CastOperationExpression
getCastOperation()
Returns the value of the 'Cast Operation' containment reference.DbViewElement
getItemDbView()
Returns the value of the 'Item Db View' reference.ACommonExpression
getTable()
Returns the value of the 'Table' containment reference.boolean
isAllFields()
Returns the value of the 'All Fields' attribute.void
setAllFields(boolean value)
Sets the value of the 'All Fields
' attribute.void
setCastOperation(CastOperationExpression value)
Sets the value of the 'Cast Operation
' containment reference.void
setItemDbView(DbViewElement value)
Sets the value of the 'Item Db View
' reference.void
setTable(ACommonExpression value)
Sets the value of the 'Table
' containment reference.
-
-
-
Method Detail
-
getTable
ACommonExpression getTable()
Returns the value of the 'Table' containment reference.- Returns:
- the value of the 'Table' containment reference.
- See Also:
setTable(ACommonExpression)
,QlPackage.getFieldWithCasting_Table()
-
setTable
void setTable(ACommonExpression value)
Sets the value of the 'Table
' containment reference.- Parameters:
value
- the new value of the 'Table' containment reference.- See Also:
getTable()
-
getCastOperation
CastOperationExpression 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()
-
setCastOperation
void 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()
-
isAllFields
boolean isAllFields()
Returns the value of the 'All Fields' attribute.- Returns:
- the value of the 'All Fields' attribute.
- See Also:
setAllFields(boolean)
,QlPackage.getFieldWithCasting_AllFields()
-
setAllFields
void setAllFields(boolean value)
Sets the value of the 'All Fields
' attribute.- Parameters:
value
- the new value of the 'All Fields' attribute.- See Also:
isAllFields()
-
getItemDbView
DbViewElement 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()
-
setItemDbView
void 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()
-
-