public class AbstractOperationState extends AbstractState
Java class for AbstractOperationState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractOperationState">
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractState">
<attribute name="OperatingMode" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}OperatingMode" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OperatingMode |
operatingMode |
descriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
AbstractOperationState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
OperatingMode |
getOperatingMode()
Gets the value of the operatingMode property.
|
int |
hashCode() |
void |
setOperatingMode(OperatingMode value)
Sets the value of the operatingMode property.
|
String |
toString() |
getDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected OperatingMode operatingMode
public OperatingMode getOperatingMode()
OperatingModepublic void setOperatingMode(OperatingMode value)
value - allowed object is
OperatingModepublic String toString()
toString in class AbstractStatepublic boolean equals(Object that)
equals in class AbstractStatepublic int hashCode()
hashCode in class AbstractStateCopyright © 2018. All rights reserved.