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.EObject
A 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 DbViewFieldDef
getAccKindField()
Returns the value of the 'Acc Kind Field' reference.DbViewFieldDef
getAccKindLinkField()
Returns the value of the 'Acc Kind Link Field' reference.DbViewFieldDef
getAccLinkField()
Returns the value of the 'Acc Link Field' reference.DbViewFieldDef
getBalanceLinkField()
Returns the value of the 'Balance Link Field' reference.DbViewFieldDef
getDtctLinkField()
Returns the value of the 'Dtct Link Field' reference.int
getPeriodNumber()
Returns the value of the 'Period Number' attribute.DbViewFieldDef
getPeriodParentField()
Returns the value of the 'Period Parent Field' reference.DbViewFieldPeriodType
getPeriodType()
Returns the value of the 'Period Type' attribute.int
getRoleMask()
Returns the value of the 'Role Mask' attribute.void
setAccKindField(DbViewFieldDef value)
Sets the value of the 'Acc Kind Field
' reference.void
setAccKindLinkField(DbViewFieldDef value)
Sets the value of the 'Acc Kind Link Field
' reference.void
setAccLinkField(DbViewFieldDef value)
Sets the value of the 'Acc Link Field
' reference.void
setBalanceLinkField(DbViewFieldDef value)
Sets the value of the 'Balance Link Field
' reference.void
setDtctLinkField(DbViewFieldDef value)
Sets the value of the 'Dtct Link Field
' reference.void
setPeriodNumber(int value)
Sets the value of the 'Period Number
' attribute.void
setPeriodParentField(DbViewFieldDef value)
Sets the value of the 'Period Parent Field
' reference.void
setPeriodType(DbViewFieldPeriodType value)
Sets the value of the 'Period Type
' attribute.void
setRoleMask(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()
-
-