Uses of Class
adams.core.io.fileoperations.RemoteDirection
-
Packages that use RemoteDirection Package Description adams.core.io.fileoperations -
-
Uses of RemoteDirection in adams.core.io.fileoperations
Fields in adams.core.io.fileoperations declared as RemoteDirection Modifier and Type Field Description protected RemoteDirection
AbstractRemoteFileOperations. m_Direction
the direction.Methods in adams.core.io.fileoperations that return RemoteDirection Modifier and Type Method Description RemoteDirection
AbstractRemoteFileOperations. getDirection()
Returns the direction of the operations.RemoteDirection
RemoteFileOperations. getDirection()
Returns the direction of the operations.static RemoteDirection
RemoteDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static RemoteDirection[]
RemoteDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.core.io.fileoperations with parameters of type RemoteDirection Modifier and Type Method Description void
AbstractRemoteFileOperations. setDirection(RemoteDirection value)
Sets the direction for the operations.void
RemoteFileOperations. setDirection(RemoteDirection value)
Sets the direction for the operations.
-