Package | Description |
---|---|
net.imagej.ops |
Modifier and Type | Method and Description |
---|---|
OpCandidate.StatusCode |
OpCandidate.getStatusCode()
Gets the matching status code.
|
static OpCandidate.StatusCode |
OpCandidate.StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpCandidate.StatusCode[] |
OpCandidate.StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OpCandidate.setStatus(OpCandidate.StatusCode code)
Sets the status of the matching attempt.
|
void |
OpCandidate.setStatus(OpCandidate.StatusCode code,
String message)
Sets the status of the matching attempt.
|
void |
OpCandidate.setStatus(OpCandidate.StatusCode code,
String message,
ModuleItem<?> item)
Sets the status of the matching.
|
Copyright © 2014–2022 ImageJ. All rights reserved.