Uses of Class
jmri.jmrix.ipocs.protocol.enums.RqReleaseState
-
Packages that use RqReleaseState Package Description jmri.jmrix.ipocs.protocol.enums jmri.jmrix.ipocs.protocol.packets -
-
Uses of RqReleaseState in jmri.jmrix.ipocs.protocol.enums
Methods in jmri.jmrix.ipocs.protocol.enums that return RqReleaseState Modifier and Type Method Description static RqReleaseState
RqReleaseState. valueOf(byte value)
Returns the enum constant of this type with the specified name.static RqReleaseState
RqReleaseState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RqReleaseState[]
RqReleaseState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RqReleaseState in jmri.jmrix.ipocs.protocol.packets
Methods in jmri.jmrix.ipocs.protocol.packets that return RqReleaseState Modifier and Type Method Description RqReleaseState
DerailerStatusPacket. getReleaseState()
RqReleaseState
LevelCrossingStatusPacket. getReleaseState()
RqReleaseState
PointsStatusPacket. getReleaseState()
Methods in jmri.jmrix.ipocs.protocol.packets with parameters of type RqReleaseState Modifier and Type Method Description void
DerailerStatusPacket. setReleaseState(RqReleaseState releaseState)
void
LevelCrossingStatusPacket. setReleaseState(RqReleaseState releaseState)
void
PointsStatusPacket. setReleaseState(RqReleaseState releaseState)
-