Uses of Enum Class
software.xdev.bzst.dip.client.xmldocument.model.cesop.MessageTypeType
Packages that use MessageTypeType
-
Uses of MessageTypeType in software.xdev.bzst.dip.client.xmldocument.model.cesop
Fields in software.xdev.bzst.dip.client.xmldocument.model.cesop declared as MessageTypeTypeMethods in software.xdev.bzst.dip.client.xmldocument.model.cesop that return MessageTypeTypeModifier and TypeMethodDescriptionstatic MessageTypeTypeMessageSpecType.getMessageType()Ruft den Wert der messageType-Eigenschaft ab.static MessageTypeTypeReturns the enum constant of this class with the specified name.static MessageTypeType[]MessageTypeType.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.cesop with parameters of type MessageTypeTypeModifier and TypeMethodDescriptionvoidMessageSpecType.setMessageType(MessageTypeType value) Legt den Wert der messageType-Eigenschaft fest.