com.sap.netweaver.rtmf.messagingimpl.messages
Enum RTMFMessage.MessageProperty
java.lang.Object
java.lang.Enum<RTMFMessage.MessageProperty>
com.sap.netweaver.rtmf.messagingimpl.messages.RTMFMessage.MessageProperty
- All Implemented Interfaces:
- Serializable, Comparable<RTMFMessage.MessageProperty>
- Enclosing class:
- RTMFMessage
public static enum RTMFMessage.MessageProperty
- extends Enum<RTMFMessage.MessageProperty>
For internal use only.
FROM_PROPERTY_INDEX
public static final RTMFMessage.MessageProperty FROM_PROPERTY_INDEX
ACTION_ID_PROPERTY_INDEX
public static final RTMFMessage.MessageProperty ACTION_ID_PROPERTY_INDEX
DESTINATION_PROPERTY_INDEX
public static final RTMFMessage.MessageProperty DESTINATION_PROPERTY_INDEX
EVENT_PROPERTY_INDEX
public static final RTMFMessage.MessageProperty EVENT_PROPERTY_INDEX
values
public static RTMFMessage.MessageProperty[] 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 (RTMFMessage.MessageProperty c : RTMFMessage.MessageProperty.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RTMFMessage.MessageProperty valueOf(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:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
This class can be accessed from:
|
SC
|
DC
|
Public Part
|
ACH
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/rtmf/messaging/apideprecated
|
api
|
EP-PIN
|
Copyright 2012 SAP AG Complete Copyright Notice