Uses of Enum Class
software.xdev.bzst.dip.client.xmldocument.model.MessageTypeEnumType
Packages that use MessageTypeEnumType
-
Uses of MessageTypeEnumType in software.xdev.bzst.dip.client.xmldocument.model
Fields in software.xdev.bzst.dip.client.xmldocument.model declared as MessageTypeEnumTypeMethods in software.xdev.bzst.dip.client.xmldocument.model that return MessageTypeEnumTypeModifier and TypeMethodDescriptionstatic MessageTypeEnumTypeMessageSpecType.getMessageType()Gets the value of the messageType property.static MessageTypeEnumTypeReturns the enum constant of this class with the specified name.static MessageTypeEnumType[]MessageTypeEnumType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.xdev.bzst.dip.client.xmldocument.model with parameters of type MessageTypeEnumTypeModifier and TypeMethodDescriptionvoidMessageSpecType.setMessageType(MessageTypeEnumType value) Sets the value of the messageType property.