Interface ChartOfAccountsPredefinedItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,PredefinedItem
- All Known Implementing Classes:
ChartOfAccountsPredefinedItemImpl
A representation of the model object 'Chart Of Accounts Predefined Item'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<AccountingFlag>
Returns the value of the 'Accounting Flags' reference list.Returns the value of the 'Account Type' attribute.org.eclipse.emf.common.util.EList<ChartOfAccountsPredefinedItem>
Returns the value of the 'Child Items' containment reference list.getCode()
Returns the value of the 'Code' attribute.org.eclipse.emf.common.util.EList<ExtDimensionType>
Returns the value of the 'Ext Dimension Types' containment reference list.getOrder()
Returns the value of the 'Order' attribute.boolean
Returns the value of the 'Off Balance' attribute.void
setAccountType
(AccountType value) Sets the value of the 'Account Type
' attribute.void
Sets the value of the 'Code
' attribute.void
setOffBalance
(boolean value) Sets the value of the 'Off Balance
' attribute.void
Sets the value of the 'Order
' 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
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.PredefinedItem
getDescription, getExtension, getId, getName, setDescription, setExtension, setId, setName, validate
-
Method Details
-
getCode
String getCode()Returns the value of the 'Code' attribute.- Returns:
- the value of the 'Code' attribute.
- See Also:
-
setCode
Sets the value of the 'Code
' attribute.- Parameters:
value
- the new value of the 'Code' attribute.- See Also:
-
getAccountType
AccountType getAccountType()Returns the value of the 'Account Type' attribute. The literals are from the enumerationAccountType
.- Returns:
- the value of the 'Account Type' attribute.
- See Also:
-
setAccountType
Sets the value of the 'Account Type
' attribute.- Parameters:
value
- the new value of the 'Account Type' attribute.- See Also:
-
isOffBalance
boolean isOffBalance()Returns the value of the 'Off Balance' attribute.- Returns:
- the value of the 'Off Balance' attribute.
- See Also:
-
setOffBalance
void setOffBalance(boolean value) Sets the value of the 'Off Balance
' attribute.- Parameters:
value
- the new value of the 'Off Balance' attribute.- See Also:
-
getOrder
String getOrder()Returns the value of the 'Order' attribute.- Returns:
- the value of the 'Order' attribute.
- See Also:
-
setOrder
Sets the value of the 'Order
' attribute.- Parameters:
value
- the new value of the 'Order' attribute.- See Also:
-
getAccountingFlags
org.eclipse.emf.common.util.EList<AccountingFlag> getAccountingFlags()Returns the value of the 'Accounting Flags' reference list. The list contents are of typeAccountingFlag
.- Returns:
- the value of the 'Accounting Flags' reference list.
- See Also:
-
getExtDimensionTypes
org.eclipse.emf.common.util.EList<ExtDimensionType> getExtDimensionTypes()Returns the value of the 'Ext Dimension Types' containment reference list. The list contents are of typeExtDimensionType
.- Returns:
- the value of the 'Ext Dimension Types' containment reference list.
- See Also:
-
getChildItems
org.eclipse.emf.common.util.EList<ChartOfAccountsPredefinedItem> getChildItems()Returns the value of the 'Child Items' containment reference list. The list contents are of typeChartOfAccountsPredefinedItem
.- Returns:
- the value of the 'Child Items' containment reference list.
- See Also:
-