Uses of Class
com.consol.citrus.message.MessageType
-
Packages that use MessageType Package Description com.consol.citrus.message -
-
Uses of MessageType in com.consol.citrus.message
Methods in com.consol.citrus.message that return MessageType Modifier and Type Method Description static MessageTypeMessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageType[]MessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-