com.ibm.workplace.wcm.api.messaging
Enum MessagingConstants.SyndicationMessageMode
java.lang.Object
java.lang.Enum<MessagingConstants.SyndicationMessageMode>
com.ibm.workplace.wcm.api.messaging.MessagingConstants.SyndicationMessageMode
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<MessagingConstants.SyndicationMessageMode>
- Enclosing class:
- MessagingConstants
-
public static enum MessagingConstants.SyndicationMessageMode
- extends java.lang.Enum<MessagingConstants.SyndicationMessageMode>
Value of the MESSAGE_PROPERTY_SYNDICATION_MODE in the MessageMap for a published message of type TopicID.SYNDICATION
- Syndicator indicates the event is coming from the Syndicator side of Syndication.
- Subscriber indicates the event is coming from the Subscriber side of Syndication
Methods inherited from class java.lang.Enum
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object
|
getClass, notify, notifyAll, wait, wait, wait |
Syndicator
public static final MessagingConstants.SyndicationMessageMode Syndicator
Subscriber
public static final MessagingConstants.SyndicationMessageMode Subscriber
values
public static MessagingConstants.SyndicationMessageMode[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (MessagingConstants.SyndicationMessageMode c : MessagingConstants.SyndicationMessageMode.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static MessagingConstants.SyndicationMessageMode valueOf(java.lang.String name)
- 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:
- java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
- java.lang.NullPointerException - if the argument is null