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.VALUES
A public read-only list of all the 'Transfer Direction' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return TransferDirectionModifier and TypeMethodDescriptionstatic TransferDirection
TransferDirection.get
(int value) Returns the 'Transfer Direction' literal with the specified integer value.static TransferDirection
Returns the 'Transfer Direction' literal with the specified literal value.static TransferDirection
Returns the 'Transfer Direction' literal with the specified name.Parameter.getTransferDirection()
Returns the value of the 'Transfer Direction' attribute.static TransferDirection
Returns 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 TypeMethodDescriptionvoid
Parameter.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 TypeMethodDescriptionvoid
ParameterImpl.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 TypeMethodDescriptionboolean
MdClassValidator.validateTransferDirection
(TransferDirection transferDirection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)