public class AckType extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static AckType |
APPLICATION |
static AckType |
APPLICATION_ERROR |
static AckType |
SYSTEM |
static AckType |
SYSTEM_ERROR |
Modifier and Type | Method and Description |
---|---|
static AckType[] |
getAckTypes()
Returns an array of all known AckType constants.
|
protected Object |
readResolve()
Prevents the release of multiple instances upon deserialization.
|
String |
toString()
Returns the string representation of the ack type.
|
static AckType |
valueOf(String s)
Returns an instance of
AckType that represents the ack type given as a string. |
public static final AckType SYSTEM
public static final AckType SYSTEM_ERROR
public static final AckType APPLICATION
public static final AckType APPLICATION_ERROR
public String toString()
AckType
instance
by a call to valueOf(String)
.public static AckType valueOf(String s)
AckType
that represents the ack type given as a string. This will typically
be used to create a AckType
object from a string retrieved from the database.s
- string sNullPointerException
- if the argument is null
.IllegalArgumentException
- if the argument is not a known ack type.protected Object readResolve() throws ObjectStreamException
ObjectStreamException
- throws object stream exceptionpublic static AckType[] getAckTypes()
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