Uses of Class
com._1c.g5.v8.dt.metadata.common.TransactionsIsolationLevel
-
Packages that use TransactionsIsolationLevel Package Description com._1c.g5.v8.dt.metadata.common com._1c.g5.v8.dt.metadata.common.impl com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl -
-
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 TransactionsIsolationLevel Modifier and Type Field Description static 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 TransactionsIsolationLevel Modifier and Type Method Description static TransactionsIsolationLevel
TransactionsIsolationLevel. get(int value)
Returns the 'Transactions Isolation Level' literal with the specified integer value.static TransactionsIsolationLevel
TransactionsIsolationLevel. get(String literal)
Returns the 'Transactions Isolation Level' literal with the specified literal value.static TransactionsIsolationLevel
TransactionsIsolationLevel. getByName(String name)
Returns the 'Transactions Isolation Level' literal with the specified name.static TransactionsIsolationLevel
TransactionsIsolationLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransactionsIsolationLevel[]
TransactionsIsolationLevel. values()
Returns an array containing the constants of this enum type, 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 TransactionsIsolationLevel Modifier and Type Method Description TransactionsIsolationLevel
CommonFactoryImpl. 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 TransactionsIsolationLevel Modifier and Type Method Description TransactionsIsolationLevel
Table. getTransactionsIsolationLevel()
Returns the value of the 'Transactions Isolation Level' attribute.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type TransactionsIsolationLevel Modifier and Type Method Description void
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 TransactionsIsolationLevel Modifier and Type Method Description TransactionsIsolationLevel
TableImpl. getTransactionsIsolationLevel()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type TransactionsIsolationLevel Modifier and Type Method Description void
TableImpl. setTransactionsIsolationLevel(TransactionsIsolationLevel newTransactionsIsolationLevel)
-