Uses of Enum Class
com._1c.g5.v8.dt.metadata.common.TransactionsIsolationLevel
Packages that use TransactionsIsolationLevel
Package
Description
-
Uses of TransactionsIsolationLevel in com._1c.g5.v8.dt.metadata.common
Fields in com._1c.g5.v8.dt.metadata.common with type parameters of type TransactionsIsolationLevelModifier and TypeFieldDescriptionstatic final List<TransactionsIsolationLevel>
TransactionsIsolationLevel.VALUES
A public read-only list of all the 'Transactions Isolation Level' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return TransactionsIsolationLevelModifier and TypeMethodDescriptionstatic TransactionsIsolationLevel
TransactionsIsolationLevel.get
(int value) Returns the 'Transactions Isolation Level' literal with the specified integer value.static TransactionsIsolationLevel
Returns the 'Transactions Isolation Level' literal with the specified literal value.static TransactionsIsolationLevel
Returns the 'Transactions Isolation Level' literal with the specified name.static TransactionsIsolationLevel
Returns the enum constant of this class with the specified name.static TransactionsIsolationLevel[]
TransactionsIsolationLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TransactionsIsolationLevel in com._1c.g5.v8.dt.metadata.common.impl
Methods in com._1c.g5.v8.dt.metadata.common.impl that return TransactionsIsolationLevelModifier and TypeMethodDescriptionCommonFactoryImpl.createTransactionsIsolationLevelFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) -
Uses of TransactionsIsolationLevel in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return TransactionsIsolationLevelModifier and TypeMethodDescriptionTable.getTransactionsIsolationLevel()
Returns the value of the 'Transactions Isolation Level' attribute.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type TransactionsIsolationLevelModifier and TypeMethodDescriptionvoid
Table.setTransactionsIsolationLevel
(TransactionsIsolationLevel value) Sets the value of the 'Transactions Isolation Level
' attribute. -
Uses of TransactionsIsolationLevel in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return TransactionsIsolationLevelMethods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type TransactionsIsolationLevelModifier and TypeMethodDescriptionvoid
TableImpl.setTransactionsIsolationLevel
(TransactionsIsolationLevel newTransactionsIsolationLevel)