com.sap.netweaver.rtmf.messagingimpl.messages

Enum RTMFMessage.MessageProperty

java.lang.Object
  extended by java.lang.Enum<RTMFMessage.MessageProperty>
      extended by 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.


Enum Constant Summary
ACTION_ID_PROPERTY_INDEX
           
DESTINATION_PROPERTY_INDEX
           
EVENT_PROPERTY_INDEX
           
FROM_PROPERTY_INDEX
           
 
Method Summary
static RTMFMessage.MessageProperty valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RTMFMessage.MessageProperty[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
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
 

Enum Constant Detail

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
Method Detail

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
Access Rights

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