Uses of Enum Class
org.bremersee.garmin.garminoemdevice.v1.model.TransferDirectionT
Packages that use TransferDirectionT
-
Uses of TransferDirectionT in org.bremersee.garmin.garminoemdevice.v1.model
Fields in org.bremersee.garmin.garminoemdevice.v1.model declared as TransferDirectionTMethods in org.bremersee.garmin.garminoemdevice.v1.model that return TransferDirectionTModifier and TypeMethodDescriptionstatic TransferDirectionTFileT.getTransferDirection()Gets the value of the transferDirection property.static TransferDirectionTReturns the enum constant of this class with the specified name.static TransferDirectionT[]TransferDirectionT.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bremersee.garmin.garminoemdevice.v1.model with parameters of type TransferDirectionTModifier and TypeMethodDescriptionvoidFileT.setTransferDirection(TransferDirectionT value) Sets the value of the transferDirection property.