|
SAP NetWeaver 7.4 SP03 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.aii.af.service.cpa.Direction
public class Direction
The Direction object is a typed enumeration class that indicates the direction of CPA configuration
(inbound or outbound) for the Channel and Binding object (sender/receiver agreement in
XI notation). Note that the direction in the Adapter Framework is handled in respect to the Adapter Framework itself,
instead of the Integration Server. There are exactly two possible directions:
Binding,
Channel,
Serialized Form| Field Summary | |
|---|---|
static Direction |
INBOUND
|
static Direction |
OUTBOUND
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getDBFlag()
Returns the String representation of the direction for storage in the database. |
static Direction |
getDirectionFromDBFlag(String flag)
Returns the Direction instance for a given DB representation String. |
int |
hashCode()
|
protected Object |
readResolve()
|
String |
toString()
Returns the string representation of the direction. |
static Direction |
valueOf(String s)
Returns an instance of Direction 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 Direction INBOUND
public static final Direction OUTBOUND
| Method Detail |
|---|
public String toString()
Direction
instance by a call to valueOf
(String).
toString in class ObjectvalueOf(String)public String getDBFlag()
Direction instance with the getDirectionFromDBFlag.
getDirectionFromDBFlag(String)public static Direction getDirectionFromDBFlag(String flag)
Direction instance for a given DB representation String.
Direction instance for the given DB representation String.getDBFlag()public static Direction valueOf(String s)
Direction that represents the direction given as a String.
s - The String representation where the Direction is to be created from.
NullPointerException - if the argument is null.
IllegalArgumentException - if the argument is not a known direction.
protected Object readResolve()
throws ObjectStreamException
ObjectStreamExceptionpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.af.svc.facade
|
api
|
BC-XI
|
|
SAP NetWeaver 7.4 SP03 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||