Interface ChartOfCalculationTypesPredefinedItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,PredefinedItem
- All Known Implementing Classes:
ChartOfCalculationTypesPredefinedItemImpl
A representation of the model object 'Chart Of Calculation Types Predefined Item'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ChartOfCalculationTypesPredefinedItem>
getBase()
Returns the value of the 'Base' reference list.getCode()
Returns the value of the 'Code' containment reference.org.eclipse.emf.common.util.EList<ChartOfCalculationTypesPredefinedItem>
Returns the value of the 'Displaced' reference list.org.eclipse.emf.common.util.EList<ChartOfCalculationTypesPredefinedItem>
Returns the value of the 'Leading' reference list.boolean
Returns the value of the 'Action Period Is Base' attribute.void
setActionPeriodIsBase
(boolean value) Sets the value of the 'Action Period Is Base
' attribute.void
Sets the value of the 'Code
' containment reference.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
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.PredefinedItem
getDescription, getExtension, getId, getName, setDescription, setExtension, setId, setName, validate
-
Method Details
-
getCode
Value getCode()Returns the value of the 'Code' containment reference.- Returns:
- the value of the 'Code' containment reference.
- See Also:
-
setCode
Sets the value of the 'Code
' containment reference.- Parameters:
value
- the new value of the 'Code' containment reference.- See Also:
-
isActionPeriodIsBase
boolean isActionPeriodIsBase()Returns the value of the 'Action Period Is Base' attribute.- Returns:
- the value of the 'Action Period Is Base' attribute.
- See Also:
-
setActionPeriodIsBase
void setActionPeriodIsBase(boolean value) Sets the value of the 'Action Period Is Base
' attribute.- Parameters:
value
- the new value of the 'Action Period Is Base' attribute.- See Also:
-
getDisplaced
org.eclipse.emf.common.util.EList<ChartOfCalculationTypesPredefinedItem> getDisplaced()Returns the value of the 'Displaced' reference list. The list contents are of typeChartOfCalculationTypesPredefinedItem
.- Returns:
- the value of the 'Displaced' reference list.
- See Also:
-
getBase
org.eclipse.emf.common.util.EList<ChartOfCalculationTypesPredefinedItem> getBase()Returns the value of the 'Base' reference list. The list contents are of typeChartOfCalculationTypesPredefinedItem
.- Returns:
- the value of the 'Base' reference list.
- See Also:
-
getLeading
org.eclipse.emf.common.util.EList<ChartOfCalculationTypesPredefinedItem> getLeading()Returns the value of the 'Leading' reference list. The list contents are of typeChartOfCalculationTypesPredefinedItem
.- Returns:
- the value of the 'Leading' reference list.
- See Also:
-