Uses of Class
com.agisoft.metashape.NetworkClient.Status
| Package | Description |
|---|---|
| com.agisoft.metashape |
-
Uses of NetworkClient.Status in com.agisoft.metashape
Methods in com.agisoft.metashape that return NetworkClient.Status Modifier and Type Method Description NetworkClient.StatusNetworkClient.BatchItem. getStatus()NetworkClient.StatusNetworkClient.BatchStatus. getStatus()NetworkClient.StatusNetworkClient.NodeItem. getStatus()NetworkClient.StatusNetworkClient.TaskStatus. getStatus()static NetworkClient.StatusNetworkClient.Status. valueOf(String name)Returns 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.Status Modifier and Type Method Description voidNetworkClient.BatchItem. setStatus(NetworkClient.Status value)voidNetworkClient.BatchStatus. setStatus(NetworkClient.Status value)voidNetworkClient.NodeItem. setStatus(NetworkClient.Status value)voidNetworkClient.TaskStatus. setStatus(NetworkClient.Status value)