public class OperationDescriptor extends Descriptor
| Modifier and Type | Field and Description |
|---|---|
protected String |
operationTarget |
descriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
OperationDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getOperationTarget()
Gets the value of the operationTarget property.
|
int |
hashCode() |
void |
setOperationTarget(String value)
Sets the value of the operationTarget property.
|
String |
toString() |
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected String operationTarget
public String getOperationTarget()
Stringpublic void setOperationTarget(String value)
value - allowed object is
Stringpublic String toString()
toString in class Descriptorpublic boolean equals(Object that)
equals in class Descriptorpublic int hashCode()
hashCode in class DescriptorCopyright © 2018. All rights reserved.