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.VALUES
A 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 AccountMainPresentation
AccountMainPresentation.get
(int value) Returns the 'Account Main Presentation' literal with the specified integer value.static AccountMainPresentation
Returns the 'Account Main Presentation' literal with the specified literal value.static AccountMainPresentation
Returns the 'Account Main Presentation' literal with the specified name.ChartOfAccounts.getDefaultPresentation()
Returns the value of the 'Default Presentation' attribute.static AccountMainPresentation
Returns 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 TypeMethodDescriptionvoid
ChartOfAccounts.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 TypeMethodDescriptionvoid
ChartOfAccountsImpl.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 TypeMethodDescriptionboolean
MdClassValidator.validateAccountMainPresentation
(AccountMainPresentation accountMainPresentation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)