public class MessageDirection extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static MessageDirection |
INBOUND |
static MessageDirection |
OUTBOUND |
| Modifier | Constructor and Description |
|---|---|
protected |
MessageDirection(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static MessageDirection[] |
getMessageDirections()
Returns an array of all known MessageDirection constants.
|
int |
hashCode() |
protected Object |
readResolve() |
String |
toString()
Returns the string representation of the direction.
|
static MessageDirection |
valueOf(String s) |
public static final MessageDirection INBOUND
public static final MessageDirection OUTBOUND
protected MessageDirection(String value)
public String toString()
MessageDirection
instance by a call to valueOf(String).public static MessageDirection valueOf(String s)
s - string sMessageDirection that represents the direction given as a string. This will
typically be used to create a MessageDirection object from a string retrieved from the database.NullPointerException - if the argument is null.IllegalArgumentException - if the argument is not a known transport.protected Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic static MessageDirection[] getMessageDirections()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.af.ifc.facade
|
api
|
BC-XI
|
Copyright 2019 SAP AG Complete Copyright Notice