public class EventType extends Object implements HybrisEnumValue
| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static EventType |
AGENT_LOGIN
Generated enum value for EventType.AGENT_LOGIN declared at extension ticketsystem.
|
static EventType |
AGENT_LOGOUT
Generated enum value for EventType.AGENT_LOGOUT declared at extension ticketsystem.
|
static EventType |
END_SESSION_EVENT
Generated enum value for EventType.END_SESSION_EVENT declared at extension ticketsystem.
|
static EventType |
EVENTS
Generated enum value for EventType.EVENTS declared at extension ticketsystem.
|
static String |
SIMPLE_CLASSNAME
Generated simple class name constant.
|
static EventType |
START_SESSION_EVENT
Generated enum value for EventType.START_SESSION_EVENT declared at extension ticketsystem.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compares this object to the specified object.
|
String |
getCode()
Gets the code of this enum value.
|
String |
getType()
Gets the type this enum value belongs to.
|
int |
hashCode()
Returns a hash code for this
EventType. |
String |
toString()
Returns the code representing this enum value.
|
static EventType |
valueOf(String code)
Returns a EventType instance representing the specified enum value.
|
public static final String _TYPECODE
public static final String SIMPLE_CLASSNAME
public static final EventType EVENTS
public static final EventType START_SESSION_EVENT
public static final EventType END_SESSION_EVENT
public static final EventType AGENT_LOGIN
public static final EventType AGENT_LOGOUT
public boolean equals(Object obj)
true
if and only if the argument is not null and is an EventType
object that contains the enum value code as this object.public String getCode()
getCode in interface HybrisEnumValuepublic String getType()
getType in interface HybrisEnumValuepublic int hashCode()
EventType.public String toString()
Copyright © 2017 SAP SE. All Rights Reserved.