Uses of Class
org.smallmind.phalanx.wire.ConversationType
-
Packages that use ConversationType Package Description org.smallmind.phalanx.wire -
-
Uses of ConversationType in org.smallmind.phalanx.wire
Methods in org.smallmind.phalanx.wire that return ConversationType Modifier and Type Method Description ConversationTypeConversation. getConversationType()ConversationTypeOneWayConversation. getConversationType()ConversationTypeTwoWayConversation. getConversationType()static ConversationTypeConversationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConversationType[]ConversationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-