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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Acc Kind Field' reference.Returns the value of the 'Acc Kind Link Field' reference.Returns the value of the 'Acc Link Field' reference.Returns the value of the 'Balance Link Field' reference.Returns the value of the 'Dtct Link Field' reference.int
Returns the value of the 'Period Number' attribute.Returns the value of the 'Period Parent Field' reference.Returns the value of the 'Period Type' attribute.int
Returns the value of the 'Role Mask' attribute.void
setAccKindField
(DbViewFieldDef value) Sets the value of the 'Acc Kind Field
' reference.void
Sets the value of the 'Acc Kind Link Field
' reference.void
setAccLinkField
(DbViewFieldDef value) Sets the value of the 'Acc Link Field
' reference.void
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
Sets the value of the 'Period Parent Field
' reference.void
Sets the value of the 'Period Type
' attribute.void
setRoleMask
(int value) Sets the value of the 'Role Mask
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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
void setRoleMask(int value) Sets the value of the 'Role Mask
' attribute.- Parameters:
value
- the new value of the 'Role Mask' attribute.- See Also:
-
getPeriodParentField
DbViewFieldDef getPeriodParentField()Returns the value of the 'Period Parent Field' reference.- Returns:
- the value of the 'Period Parent Field' reference.
- See Also:
-
setPeriodParentField
Sets the value of the 'Period Parent Field
' reference.- Parameters:
value
- the new value of the 'Period Parent Field' reference.- See Also:
-
getBalanceLinkField
DbViewFieldDef getBalanceLinkField()Returns the value of the 'Balance Link Field' reference.- Returns:
- the value of the 'Balance Link Field' reference.
- See Also:
-
setBalanceLinkField
Sets the value of the 'Balance Link Field
' reference.- Parameters:
value
- the new value of the 'Balance Link Field' reference.- See Also:
-
getDtctLinkField
DbViewFieldDef getDtctLinkField()Returns the value of the 'Dtct Link Field' reference.- Returns:
- the value of the 'Dtct Link Field' reference.
- See Also:
-
setDtctLinkField
Sets the value of the 'Dtct Link Field
' reference.- Parameters:
value
- the new value of the 'Dtct Link Field' reference.- See Also:
-
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
Sets the value of the 'Acc Kind Link Field
' reference.- Parameters:
value
- the new value of the 'Acc Kind Link Field' reference.- See Also:
-
getAccLinkField
DbViewFieldDef getAccLinkField()Returns the value of the 'Acc Link Field' reference.- Returns:
- the value of the 'Acc Link Field' reference.
- See Also:
-
setAccLinkField
Sets the value of the 'Acc Link Field
' reference.- Parameters:
value
- the new value of the 'Acc Link Field' reference.- See Also:
-
getAccKindField
DbViewFieldDef getAccKindField()Returns the value of the 'Acc Kind Field' reference.- Returns:
- the value of the 'Acc Kind Field' reference.
- See Also:
-
setAccKindField
Sets the value of the 'Acc Kind Field
' reference.- Parameters:
value
- the new value of the 'Acc Kind Field' reference.- See Also:
-
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:
-
setPeriodType
Sets the value of the 'Period Type
' attribute.- Parameters:
value
- the new value of the 'Period Type' attribute.- See Also:
-
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
void setPeriodNumber(int value) Sets the value of the 'Period Number
' attribute.- Parameters:
value
- the new value of the 'Period Number' attribute.- See Also:
-