|
If not dev, correct this wrong version label in perforce3227:3227\buildenvBE.Japro<CODELINE>src_macrospackjavadoc.properties | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.engine.interfaces.messaging.api.MessageDirection
public class MessageDirection
The MessageDirection object is a typesafe enumeration class that indicates the direction of the
processed message (inbound or outbound). The class encapsulates the database representation of the states in the MSG
table in Java form. There are exactly two possible directions:
| Field Summary | |
|---|---|
static MessageDirection |
INBOUND
|
static MessageDirection |
OUTBOUND
|
| Constructor Summary | |
|---|---|
protected |
MessageDirection(String value)
|
| Method Summary | |
|---|---|
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)
Returns an instance of MessageDirection that represents the direction given as a string. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final MessageDirection INBOUND
public static final MessageDirection OUTBOUND
| Constructor Detail |
|---|
protected MessageDirection(String value)
| Method Detail |
|---|
public String toString()
MessageDirection
instance by a call to valueOf(String).
toString in class Objectpublic static MessageDirection valueOf(String s)
MessageDirection 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 int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic static MessageDirection[] getMessageDirections()
|
If not dev, correct this wrong version label in perforce3227:3227\buildenvBE.Japro<CODELINE>src_macrospackjavadoc.properties | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||