Uses of Enum
org.jivesoftware.smackx.jingle.element.JingleReason.Reason
Packages that use JingleReason.Reason
Package
Description
Smack's API for XEP-0166: Jingle.
Stanzas and Extension Elements for XEP-0166: Jingle.
-
Uses of JingleReason.Reason in org.jivesoftware.smackx.jingle
Methods in org.jivesoftware.smackx.jingle with parameters of type JingleReason.ReasonModifier and TypeMethodDescriptionJingleUtil.createSessionTerminate
(FullJid recipient, String sessionId, JingleReason.Reason reason) -
Uses of JingleReason.Reason in org.jivesoftware.smackx.jingle.element
Fields in org.jivesoftware.smackx.jingle.element declared as JingleReason.ReasonMethods in org.jivesoftware.smackx.jingle.element that return JingleReason.ReasonModifier and TypeMethodDescriptionJingleReason.asEnum()
static JingleReason.Reason
JingleReason.Reason.fromString
(String string) static JingleReason.Reason
Returns the enum constant of this type with the specified name.static JingleReason.Reason[]
JingleReason.Reason.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smackx.jingle.element with parameters of type JingleReason.ReasonConstructors in org.jivesoftware.smackx.jingle.element with parameters of type JingleReason.ReasonModifierConstructorDescriptionJingleReason
(JingleReason.Reason reason) JingleReason
(JingleReason.Reason reason, String text, XmlElement element)