public class ClockTypeOption extends Object implements SingleValueKieSessionOption
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_NAME
The property name for the clock type configuration
|
static ClockTypeOption |
PSEUDO |
static ClockTypeOption |
REALTIME |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ClockTypeOption |
get(String clockType)
This is a factory method for this Clock Type configuration.
|
String |
getClockType() |
String |
getPropertyName() |
int |
hashCode() |
String |
toString() |
public static final ClockTypeOption PSEUDO
public static final ClockTypeOption REALTIME
public static final String PROPERTY_NAME
public static ClockTypeOption get(String clockType)
clockType - the identifier for the clock typepublic String getPropertyName()
getPropertyName in interface Optionpublic String getClockType()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.