Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.AccountMainPresentation
-
Packages that use AccountMainPresentation 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 AccountMainPresentation in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type AccountMainPresentation Modifier and Type Field Description static 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 AccountMainPresentation Modifier and Type Method Description static AccountMainPresentation
AccountMainPresentation. get(int value)
Returns the 'Account Main Presentation' literal with the specified integer value.static AccountMainPresentation
AccountMainPresentation. get(String literal)
Returns the 'Account Main Presentation' literal with the specified literal value.static AccountMainPresentation
AccountMainPresentation. getByName(String name)
Returns the 'Account Main Presentation' literal with the specified name.AccountMainPresentation
ChartOfAccounts. getDefaultPresentation()
Returns the value of the 'Default Presentation' attribute.static AccountMainPresentation
AccountMainPresentation. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccountMainPresentation[]
AccountMainPresentation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type AccountMainPresentation Modifier and Type Method Description void
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 AccountMainPresentation Modifier and Type Method Description AccountMainPresentation
MdClassFactoryImpl. createAccountMainPresentationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
AccountMainPresentation
ChartOfAccountsImpl. getDefaultPresentation()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AccountMainPresentation Modifier and Type Method Description void
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 AccountMainPresentation Modifier and Type Method Description boolean
MdClassValidator. validateAccountMainPresentation(AccountMainPresentation accountMainPresentation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-