jBPM :: BPMN2 EMF Extension Model 6.0.0.Alpha9

Uses of Class
org.jboss.drools.TimeUnit

Packages that use TimeUnit
org.jboss.drools   
org.jboss.drools.impl   
org.jboss.drools.util   
 

Uses of TimeUnit in org.jboss.drools
 

Fields in org.jboss.drools with type parameters of type TimeUnit
static List<TimeUnit> TimeUnit.VALUES
          A public read-only list of all the 'Time Unit' enumerators
 

Methods in org.jboss.drools that return TimeUnit
static TimeUnit TimeUnit.get(int value)
          Returns the 'Time Unit' literal with the specified integer value
static TimeUnit TimeUnit.get(String literal)
          Returns the 'Time Unit' literal with the specified literal value
 TimeUnit ScenarioParameters.getBaseTimeUnit()
          Returns the value of the 'Base Time Unit' attribute.
static TimeUnit TimeUnit.getByName(String name)
          Returns the 'Time Unit' literal with the specified name
 TimeUnit TimeParameters.getTimeUnit()
          Returns the value of the 'Time Unit' attribute.
static TimeUnit TimeUnit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TimeUnit[] TimeUnit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.drools with parameters of type TimeUnit
 void ScenarioParameters.setBaseTimeUnit(TimeUnit value)
          Sets the value of the 'Base Time Unit' attribute
 void TimeParameters.setTimeUnit(TimeUnit value)
          Sets the value of the 'Time Unit' attribute
 

Uses of TimeUnit in org.jboss.drools.impl
 

Fields in org.jboss.drools.impl declared as TimeUnit
protected static TimeUnit ScenarioParametersImpl.BASE_TIME_UNIT_EDEFAULT
          The default value of the 'Base Time Unit' attribute
protected  TimeUnit ScenarioParametersImpl.baseTimeUnit
          The cached value of the 'Base Time Unit' attribute
protected static TimeUnit TimeParametersImpl.TIME_UNIT_EDEFAULT
          The default value of the 'Time Unit' attribute
protected  TimeUnit TimeParametersImpl.timeUnit
          The cached value of the 'Time Unit' attribute
 

Methods in org.jboss.drools.impl that return TimeUnit
 TimeUnit DroolsFactoryImpl.createTimeUnitFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 TimeUnit DroolsFactoryImpl.createTimeUnitObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 TimeUnit ScenarioParametersImpl.getBaseTimeUnit()
           
 TimeUnit TimeParametersImpl.getTimeUnit()
           
 

Methods in org.jboss.drools.impl with parameters of type TimeUnit
 void ScenarioParametersImpl.setBaseTimeUnit(TimeUnit newBaseTimeUnit)
           
 void TimeParametersImpl.setTimeUnit(TimeUnit newTimeUnit)
           
 

Uses of TimeUnit in org.jboss.drools.util
 

Methods in org.jboss.drools.util with parameters of type TimeUnit
 boolean DroolsValidator.validateTimeUnit(TimeUnit timeUnit, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 boolean DroolsValidator.validateTimeUnitObject(TimeUnit timeUnitObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 


jBPM :: BPMN2 EMF Extension Model 6.0.0.Alpha9

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