Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.TransferDirection
-
Packages that use TransferDirection 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 TransferDirection in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type TransferDirection Modifier and Type Field Description static List<TransferDirection>TransferDirection. VALUESA public read-only list of all the 'Transfer Direction' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return TransferDirection Modifier and Type Method Description static TransferDirectionTransferDirection. get(int value)Returns the 'Transfer Direction' literal with the specified integer value.static TransferDirectionTransferDirection. get(String literal)Returns the 'Transfer Direction' literal with the specified literal value.static TransferDirectionTransferDirection. getByName(String name)Returns the 'Transfer Direction' literal with the specified name.TransferDirectionParameter. getTransferDirection()Returns the value of the 'Transfer Direction' attribute.static TransferDirectionTransferDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferDirection[]TransferDirection. 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 TransferDirection Modifier and Type Method Description voidParameter. setTransferDirection(TransferDirection value)Sets the value of the 'Transfer Direction' attribute. -
Uses of TransferDirection in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return TransferDirection Modifier and Type Method Description TransferDirectionMdClassFactoryImpl. createTransferDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)TransferDirectionParameterImpl. getTransferDirection()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type TransferDirection Modifier and Type Method Description voidParameterImpl. setTransferDirection(TransferDirection newTransferDirection) -
Uses of TransferDirection in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type TransferDirection Modifier and Type Method Description booleanMdClassValidator. validateTransferDirection(TransferDirection transferDirection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-