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 AccountingFlagMdClassFactory. createAccountingFlag()Returns a new object of class 'Accounting Flag'.AccountingFlagAccountingRegisterDimension. getAccountingFlag()Returns the value of the 'Accounting Flag' reference.AccountingFlagAccountingRegisterResource. 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 voidAccountingRegisterDimension. setAccountingFlag(AccountingFlag value)Sets the value of the 'Accounting Flag' reference.voidAccountingRegisterResource. 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 classAccountingFlagImplAn 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 AccountingFlagMdClassFactoryImpl. createAccountingFlag()AccountingFlagAccountingRegisterDimensionImpl. getAccountingFlag()AccountingFlagAccountingRegisterResourceImpl. 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 voidAccountingRegisterDimensionImpl. setAccountingFlag(AccountingFlag newAccountingFlag)voidAccountingRegisterResourceImpl. 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 TMdClassSwitch. caseAccountingFlag(AccountingFlag object)Returns the result of interpreting the object as an instance of 'Accounting Flag'.booleanMdClassValidator. validateAccountingFlag(AccountingFlag accountingFlag, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-