Uses of Enum
com.agisoft.metashape.NetworkClient.Status
Packages that use NetworkClient.Status
-
Uses of NetworkClient.Status in com.agisoft.metashape
Methods in com.agisoft.metashape that return NetworkClient.StatusModifier and TypeMethodDescriptionNetworkClient.BatchItem.getStatus()NetworkClient.BatchStatus.getStatus()NetworkClient.NodeItem.getStatus()NetworkClient.TaskStatus.getStatus()static NetworkClient.StatusReturns the enum constant of this type with the specified name.static NetworkClient.Status[]NetworkClient.Status.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.agisoft.metashape with parameters of type NetworkClient.StatusModifier and TypeMethodDescriptionvoidNetworkClient.BatchItem.setStatus(NetworkClient.Status value) voidNetworkClient.BatchStatus.setStatus(NetworkClient.Status value) voidNetworkClient.NodeItem.setStatus(NetworkClient.Status value) voidNetworkClient.TaskStatus.setStatus(NetworkClient.Status value)