public interface CommonOperation extends Identifiable
| Modifier and Type | Method and Description |
|---|---|
OperationMethod |
getMethod()
Get the method
|
String |
getName()
Get the name
|
OperationType |
getOperationType()
Get the operation type
|
String |
getVersion()
Get the operation version
|
boolean |
hasVersion()
Has an operation version
|
void |
setMethod(OperationMethod method)
Set the method
|
void |
setName(String name)
Set the name
|
void |
setVersion(String version)
Set the operation version
|
addIdentifier, addIdentifiers, getIdentifier, getIdentifiers, hasIdentifiers, numIdentifiers, setIdentifiersOperationType getOperationType()
String getName()
void setName(String name)
name - nameString getVersion()
boolean hasVersion()
void setVersion(String version)
version - operation versionOperationMethod getMethod()
void setMethod(OperationMethod method)
method - methodCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.