org.drools.runtime.conf
Class ClockTypeOption

java.lang.Object
  extended by org.drools.runtime.conf.ClockTypeOption
All Implemented Interfaces:
Serializable, Option, KnowledgeSessionOption, SingleValueKnowledgeSessionOption

public class ClockTypeOption
extends Object
implements SingleValueKnowledgeSessionOption

A class for the session clock configuration.

See Also:
Serialized Form

Field Summary
static String PROPERTY_NAME
          The property name for the clock type configuration
 
Method Summary
 boolean equals(Object obj)
           
static ClockTypeOption get(String clockType)
          This is a factory method for this Clock Type configuration.
 String getClockType()
          Returns the configured clock type
 String getPropertyName()
          Returns the property name for this option
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROPERTY_NAME

public static final String PROPERTY_NAME
The property name for the clock type configuration

See Also:
Constant Field Values
Method Detail

get

public static ClockTypeOption get(String clockType)
This is a factory method for this Clock Type configuration. The factory method is a best practice for the case where the actual object construction is changed in the future.

Parameters:
clockType - the identifier for the clock type
Returns:
the actual type safe default clock type configuration.

getPropertyName

public String getPropertyName()
Returns the property name for this option

Specified by:
getPropertyName in interface Option
Returns:

getClockType

public String getClockType()
Returns the configured clock type

Returns:

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.