Uses of Enum Class
com.trdp.protocol.TrdpMessageType
Packages that use TrdpMessageType
-
Uses of TrdpMessageType in com.trdp.protocol
Subclasses with type arguments of type TrdpMessageType in com.trdp.protocolMethods in com.trdp.protocol that return TrdpMessageTypeModifier and TypeMethodDescriptionstatic TrdpMessageTypeTrdpMessageType.fromCode(int code) TrdpHeader.getMessageType()TrdpPdHeader.getMessageType()static TrdpMessageTypeReturns the enum constant of this class with the specified name.static TrdpMessageType[]TrdpMessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.trdp.protocol with parameters of type TrdpMessageTypeModifier and TypeMethodDescriptionvoidTrdpHeader.setMessageType(TrdpMessageType messageType) voidTrdpPdHeader.setMessageType(TrdpMessageType messageType)