Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.TransferDirection
Packages that use TransferDirection
Package
Description
-
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 TransferDirectionModifier and TypeFieldDescriptionstatic final 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 TransferDirectionModifier and TypeMethodDescriptionstatic TransferDirectionTransferDirection.get(int value) Returns the 'Transfer Direction' literal with the specified integer value.static TransferDirectionReturns the 'Transfer Direction' literal with the specified literal value.static TransferDirectionReturns the 'Transfer Direction' literal with the specified name.Parameter.getTransferDirection()Returns the value of the 'Transfer Direction' attribute.static TransferDirectionReturns the enum constant of this class with the specified name.static TransferDirection[]TransferDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type TransferDirectionModifier and TypeMethodDescriptionvoidParameter.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 TransferDirectionModifier and TypeMethodDescriptionMdClassFactoryImpl.createTransferDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ParameterImpl.getTransferDirection()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type TransferDirectionModifier and TypeMethodDescriptionvoidParameterImpl.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 TransferDirectionModifier and TypeMethodDescriptionbooleanMdClassValidator.validateTransferDirection(TransferDirection transferDirection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)