public class AuditLogStatus extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static AuditLogStatus |
ERROR |
static AuditLogStatus |
SUCCESS |
static AuditLogStatus |
WARNING |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static AuditLogStatus[] |
getAuditLogStatusList()
Returns an array of all known AuditLogStatus constants.
|
int |
hashCode() |
protected Object |
readResolve() |
String |
toString()
Returns the string representation of the AuditLogStatus.
|
static AuditLogStatus |
valueOf(String s) |
public static final AuditLogStatus SUCCESS
public static final AuditLogStatus WARNING
public static final AuditLogStatus ERROR
public String toString()
AuditLogStatus
instance by a call to valueOf(String)
.public static AuditLogStatus valueOf(String s)
s
- string sAuditLogStatus
that represents the status given as a string. This will
typically be used to create a AuditLogStatus
object from a string retrieved from the database.NullPointerException
- if the argument is null
.IllegalArgumentException
- if the argument is not a known status.protected Object readResolve() throws ObjectStreamException
ObjectStreamException
public static AuditLogStatus[] getAuditLogStatusList()
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