Enum MultipleAddresses.Type
java.lang.Object
java.lang.Enum<MultipleAddresses.Type>
org.jivesoftware.smackx.address.packet.MultipleAddresses.Type
- All Implemented Interfaces:
Serializable
,Comparable<MultipleAddresses.Type>
- Enclosing class:
- MultipleAddresses
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MultipleAddresses.Type
Returns the enum constant of this type with the specified name.static MultipleAddresses.Type[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
bcc
-
cc
-
noreply
-
replyroom
-
replyto
-
to
-
ofrom
The "original from" type used to indicate the real originator of the stanza.This Extended Stanza Addressing type is not specified in XEP-33, but in XEP-45 ยง 7.2.14 (Example 36).
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-