Package com._1c.g5.v8.dt.metadata.dbview
Interface DbViewFieldRole
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- DbViewFieldRoleImpl
 
 public interface DbViewFieldRole extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Field Role'.The following features are supported: - See Also:
- DbViewPackage.getDbViewFieldRole()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DbViewFieldDefgetAccKindField()Returns the value of the 'Acc Kind Field' reference.DbViewFieldDefgetAccKindLinkField()Returns the value of the 'Acc Kind Link Field' reference.DbViewFieldDefgetAccLinkField()Returns the value of the 'Acc Link Field' reference.DbViewFieldDefgetBalanceLinkField()Returns the value of the 'Balance Link Field' reference.DbViewFieldDefgetDtctLinkField()Returns the value of the 'Dtct Link Field' reference.intgetPeriodNumber()Returns the value of the 'Period Number' attribute.DbViewFieldDefgetPeriodParentField()Returns the value of the 'Period Parent Field' reference.DbViewFieldPeriodTypegetPeriodType()Returns the value of the 'Period Type' attribute.intgetRoleMask()Returns the value of the 'Role Mask' attribute.voidsetAccKindField(DbViewFieldDef value)Sets the value of the 'Acc Kind Field' reference.voidsetAccKindLinkField(DbViewFieldDef value)Sets the value of the 'Acc Kind Link Field' reference.voidsetAccLinkField(DbViewFieldDef value)Sets the value of the 'Acc Link Field' reference.voidsetBalanceLinkField(DbViewFieldDef value)Sets the value of the 'Balance Link Field' reference.voidsetDtctLinkField(DbViewFieldDef value)Sets the value of the 'Dtct Link Field' reference.voidsetPeriodNumber(int value)Sets the value of the 'Period Number' attribute.voidsetPeriodParentField(DbViewFieldDef value)Sets the value of the 'Period Parent Field' reference.voidsetPeriodType(DbViewFieldPeriodType value)Sets the value of the 'Period Type' attribute.voidsetRoleMask(int value)Sets the value of the 'Role Mask' attribute.
 
- 
- 
- 
Method Detail- 
getRoleMaskint getRoleMask() Returns the value of the 'Role Mask' attribute. The default value is"1".- Returns:
- the value of the 'Role Mask' attribute.
- See Also:
- setRoleMask(int),- DbViewPackage.getDbViewFieldRole_RoleMask()
 
 - 
setRoleMaskvoid setRoleMask(int value) Sets the value of the 'Role Mask' attribute.- Parameters:
- value- the new value of the 'Role Mask' attribute.
- See Also:
- getRoleMask()
 
 - 
getPeriodParentFieldDbViewFieldDef getPeriodParentField() Returns the value of the 'Period Parent Field' reference.- Returns:
- the value of the 'Period Parent Field' reference.
- See Also:
- setPeriodParentField(DbViewFieldDef),- DbViewPackage.getDbViewFieldRole_PeriodParentField()
 
 - 
setPeriodParentFieldvoid setPeriodParentField(DbViewFieldDef value) Sets the value of the 'Period Parent Field' reference.- Parameters:
- value- the new value of the 'Period Parent Field' reference.
- See Also:
- getPeriodParentField()
 
 - 
getBalanceLinkFieldDbViewFieldDef getBalanceLinkField() Returns the value of the 'Balance Link Field' reference.- Returns:
- the value of the 'Balance Link Field' reference.
- See Also:
- setBalanceLinkField(DbViewFieldDef),- DbViewPackage.getDbViewFieldRole_BalanceLinkField()
 
 - 
setBalanceLinkFieldvoid setBalanceLinkField(DbViewFieldDef value) Sets the value of the 'Balance Link Field' reference.- Parameters:
- value- the new value of the 'Balance Link Field' reference.
- See Also:
- getBalanceLinkField()
 
 - 
getDtctLinkFieldDbViewFieldDef getDtctLinkField() Returns the value of the 'Dtct Link Field' reference.- Returns:
- the value of the 'Dtct Link Field' reference.
- See Also:
- setDtctLinkField(DbViewFieldDef),- DbViewPackage.getDbViewFieldRole_DtctLinkField()
 
 - 
setDtctLinkFieldvoid setDtctLinkField(DbViewFieldDef value) Sets the value of the 'Dtct Link Field' reference.- Parameters:
- value- the new value of the 'Dtct Link Field' reference.
- See Also:
- getDtctLinkField()
 
 - 
getAccKindLinkFieldDbViewFieldDef getAccKindLinkField() Returns the value of the 'Acc Kind Link Field' reference.- Returns:
- the value of the 'Acc Kind Link Field' reference.
- See Also:
- setAccKindLinkField(DbViewFieldDef),- DbViewPackage.getDbViewFieldRole_AccKindLinkField()
 
 - 
setAccKindLinkFieldvoid setAccKindLinkField(DbViewFieldDef value) Sets the value of the 'Acc Kind Link Field' reference.- Parameters:
- value- the new value of the 'Acc Kind Link Field' reference.
- See Also:
- getAccKindLinkField()
 
 - 
getAccLinkFieldDbViewFieldDef getAccLinkField() Returns the value of the 'Acc Link Field' reference.- Returns:
- the value of the 'Acc Link Field' reference.
- See Also:
- setAccLinkField(DbViewFieldDef),- DbViewPackage.getDbViewFieldRole_AccLinkField()
 
 - 
setAccLinkFieldvoid setAccLinkField(DbViewFieldDef value) Sets the value of the 'Acc Link Field' reference.- Parameters:
- value- the new value of the 'Acc Link Field' reference.
- See Also:
- getAccLinkField()
 
 - 
getAccKindFieldDbViewFieldDef getAccKindField() Returns the value of the 'Acc Kind Field' reference.- Returns:
- the value of the 'Acc Kind Field' reference.
- See Also:
- setAccKindField(DbViewFieldDef),- DbViewPackage.getDbViewFieldRole_AccKindField()
 
 - 
setAccKindFieldvoid setAccKindField(DbViewFieldDef value) Sets the value of the 'Acc Kind Field' reference.- Parameters:
- value- the new value of the 'Acc Kind Field' reference.
- See Also:
- getAccKindField()
 
 - 
getPeriodTypeDbViewFieldPeriodType getPeriodType() Returns the value of the 'Period Type' attribute. The default value is"MainPeriod". The literals are from the enumerationDbViewFieldPeriodType.- Returns:
- the value of the 'Period Type' attribute.
- See Also:
- DbViewFieldPeriodType,- setPeriodType(DbViewFieldPeriodType),- DbViewPackage.getDbViewFieldRole_PeriodType()
 
 - 
setPeriodTypevoid setPeriodType(DbViewFieldPeriodType value) Sets the value of the 'Period Type' attribute.- Parameters:
- value- the new value of the 'Period Type' attribute.
- See Also:
- DbViewFieldPeriodType,- getPeriodType()
 
 - 
getPeriodNumberint getPeriodNumber() Returns the value of the 'Period Number' attribute. The default value is"0".- Returns:
- the value of the 'Period Number' attribute.
- See Also:
- setPeriodNumber(int),- DbViewPackage.getDbViewFieldRole_PeriodNumber()
 
 - 
setPeriodNumbervoid setPeriodNumber(int value) Sets the value of the 'Period Number' attribute.- Parameters:
- value- the new value of the 'Period Number' attribute.
- See Also:
- getPeriodNumber()
 
 
- 
 
-