Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AccountingFlag
-
-
Uses of AccountingFlag in com._1c.g5.v8.dt.md.api
Constructors in com._1c.g5.v8.dt.md.api with parameters of type AccountingFlag Constructor Description PredefinedAccountAccountingFlagsTask(AccountingFlag accountingFlag, ChartOfAccountsPredefinedItem item, boolean accounted)
Instantiate task for account accounting flag in theChartOfAccountsPredefinedItem
. -
Uses of AccountingFlag in com._1c.g5.v8.dt.md.ui.aef.providers
Constructor parameters in com._1c.g5.v8.dt.md.ui.aef.providers with type arguments of type AccountingFlag Constructor Description AccountingFlagContentProvider(Predicate<AccountingFlag> predicate)
Constructor ofAccountingFlagContentProvider
. -
Uses of AccountingFlag in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return AccountingFlag Modifier and Type Method Description AccountingFlag
MdClassFactory. createAccountingFlag()
Returns a new object of class 'Accounting Flag'.AccountingFlag
AccountingRegisterDimension. getAccountingFlag()
Returns the value of the 'Accounting Flag' reference.AccountingFlag
AccountingRegisterResource. getAccountingFlag()
Returns the value of the 'Accounting Flag' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type AccountingFlag Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccountingFlag>
ChartOfAccounts. getAccountingFlags()
Returns the value of the 'Accounting Flags' containment reference list.org.eclipse.emf.common.util.EList<AccountingFlag>
ChartOfAccountsPredefinedItem. getAccountingFlags()
Returns the value of the 'Accounting Flags' reference list.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type AccountingFlag Modifier and Type Method Description void
AccountingRegisterDimension. setAccountingFlag(AccountingFlag value)
Sets the value of the 'Accounting Flag
' reference.void
AccountingRegisterResource. setAccountingFlag(AccountingFlag value)
Sets the value of the 'Accounting Flag
' reference. -
Uses of AccountingFlag in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement AccountingFlag Modifier and Type Class Description class
AccountingFlagImpl
An implementation of the model object 'Accounting Flag'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AccountingFlag Modifier and Type Method Description AccountingFlag
MdClassFactoryImpl. createAccountingFlag()
AccountingFlag
AccountingRegisterDimensionImpl. getAccountingFlag()
AccountingFlag
AccountingRegisterResourceImpl. getAccountingFlag()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type AccountingFlag Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccountingFlag>
ChartOfAccountsImpl. getAccountingFlags()
org.eclipse.emf.common.util.EList<AccountingFlag>
ChartOfAccountsPredefinedItemImpl. getAccountingFlags()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AccountingFlag Modifier and Type Method Description void
AccountingRegisterDimensionImpl. setAccountingFlag(AccountingFlag newAccountingFlag)
void
AccountingRegisterResourceImpl. setAccountingFlag(AccountingFlag newAccountingFlag)
-
Uses of AccountingFlag in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AccountingFlag Modifier and Type Method Description T
MdClassSwitch. caseAccountingFlag(AccountingFlag object)
Returns the result of interpreting the object as an instance of 'Accounting Flag'.boolean
MdClassValidator. validateAccountingFlag(AccountingFlag accountingFlag, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-