Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.ChartOfAccountsPredefined
-
Packages that use ChartOfAccountsPredefined Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of ChartOfAccountsPredefined in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return ChartOfAccountsPredefined Modifier and Type Method Description ChartOfAccountsPredefinedMdClassFactory. createChartOfAccountsPredefined()Returns a new object of class 'Chart Of Accounts Predefined'.ChartOfAccountsPredefinedChartOfAccounts. getPredefined()Returns the value of the 'Predefined' containment reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type ChartOfAccountsPredefined Modifier and Type Method Description voidChartOfAccounts. setPredefined(ChartOfAccountsPredefined value)Sets the value of the 'Predefined' containment reference. -
Uses of ChartOfAccountsPredefined in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement ChartOfAccountsPredefined Modifier and Type Class Description classChartOfAccountsPredefinedImplAn implementation of the model object 'Chart Of Accounts Predefined'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ChartOfAccountsPredefined Modifier and Type Method Description ChartOfAccountsPredefinedMdClassFactoryImpl. createChartOfAccountsPredefined()ChartOfAccountsPredefinedChartOfAccountsImpl. getPredefined()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type ChartOfAccountsPredefined Modifier and Type Method Description voidChartOfAccountsImpl. setPredefined(ChartOfAccountsPredefined newPredefined) -
Uses of ChartOfAccountsPredefined in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type ChartOfAccountsPredefined Modifier and Type Method Description TMdClassSwitch. caseChartOfAccountsPredefined(ChartOfAccountsPredefined object)Returns the result of interpreting the object as an instance of 'Chart Of Accounts Predefined'.booleanMdClassValidator. validateChartOfAccountsPredefined(ChartOfAccountsPredefined chartOfAccountsPredefined, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-