Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.AccountMainPresentation
Packages that use AccountMainPresentation
Package
Description
-
Uses of AccountMainPresentation in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type AccountMainPresentationModifier and TypeFieldDescriptionstatic final List<AccountMainPresentation>AccountMainPresentation.VALUESA public read-only list of all the 'Account Main Presentation' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return AccountMainPresentationModifier and TypeMethodDescriptionstatic AccountMainPresentationAccountMainPresentation.get(int value) Returns the 'Account Main Presentation' literal with the specified integer value.static AccountMainPresentationReturns the 'Account Main Presentation' literal with the specified literal value.static AccountMainPresentationReturns the 'Account Main Presentation' literal with the specified name.ChartOfAccounts.getDefaultPresentation()Returns the value of the 'Default Presentation' attribute.static AccountMainPresentationReturns the enum constant of this class with the specified name.static AccountMainPresentation[]AccountMainPresentation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type AccountMainPresentationModifier and TypeMethodDescriptionvoidChartOfAccounts.setDefaultPresentation(AccountMainPresentation value) Sets the value of the 'Default Presentation' attribute. -
Uses of AccountMainPresentation in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AccountMainPresentationModifier and TypeMethodDescriptionMdClassFactoryImpl.createAccountMainPresentationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartOfAccountsImpl.getDefaultPresentation()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AccountMainPresentationModifier and TypeMethodDescriptionvoidChartOfAccountsImpl.setDefaultPresentation(AccountMainPresentation newDefaultPresentation) -
Uses of AccountMainPresentation in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AccountMainPresentationModifier and TypeMethodDescriptionbooleanMdClassValidator.validateAccountMainPresentation(AccountMainPresentation accountMainPresentation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)