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. VALUESA 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 TransactionsIsolationLevelTransactionsIsolationLevel. get(int value)Returns the 'Transactions Isolation Level' literal with the specified integer value.static TransactionsIsolationLevelTransactionsIsolationLevel. get(String literal)Returns the 'Transactions Isolation Level' literal with the specified literal value.static TransactionsIsolationLevelTransactionsIsolationLevel. getByName(String name)Returns the 'Transactions Isolation Level' literal with the specified name.static TransactionsIsolationLevelTransactionsIsolationLevel. 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 TransactionsIsolationLevelCommonFactoryImpl. 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 TransactionsIsolationLevelTable. 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 voidTable. 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 TransactionsIsolationLevelTableImpl. getTransactionsIsolationLevel()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type TransactionsIsolationLevel Modifier and Type Method Description voidTableImpl. setTransactionsIsolationLevel(TransactionsIsolationLevel newTransactionsIsolationLevel)
-