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 Summary
All 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
-
getRoleMask
int 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()
-
setRoleMask
void setRoleMask(int value)
Sets the value of the 'Role Mask' attribute.- Parameters:
value- the new value of the 'Role Mask' attribute.- See Also:
getRoleMask()
-
getPeriodParentField
DbViewFieldDef 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()
-
setPeriodParentField
void 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()
-
getBalanceLinkField
DbViewFieldDef 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()
-
setBalanceLinkField
void 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()
-
getDtctLinkField
DbViewFieldDef 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()
-
setDtctLinkField
void 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()
-
getAccKindLinkField
DbViewFieldDef 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()
-
setAccKindLinkField
void 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()
-
getAccLinkField
DbViewFieldDef 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()
-
setAccLinkField
void 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()
-
getAccKindField
DbViewFieldDef 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()
-
setAccKindField
void 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()
-
getPeriodType
DbViewFieldPeriodType 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()
-
setPeriodType
void 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()
-
getPeriodNumber
int 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()
-
setPeriodNumber
void setPeriodNumber(int value)
Sets the value of the 'Period Number' attribute.- Parameters:
value- the new value of the 'Period Number' attribute.- See Also:
getPeriodNumber()
-
-