Uses of Class
com.ibm.tws.objects.types.FreeDaysRule

Packages that use FreeDaysRule
com.ibm.tws.objects.model   
com.ibm.tws.objects.types   
 

Uses of FreeDaysRule in com.ibm.tws.objects.model
 

Methods in com.ibm.tws.objects.model that return FreeDaysRule
 FreeDaysRule RunCycle.getFreeDaysRule()
          Returns the run cycle free days rule.
 

Methods in com.ibm.tws.objects.model with parameters of type FreeDaysRule
 void RunCycle.setFreeDaysRule(FreeDaysRule rule)
          Sets the run cycle free days rule.
 

Uses of FreeDaysRule in com.ibm.tws.objects.types
 

Fields in com.ibm.tws.objects.types declared as FreeDaysRule
static FreeDaysRule FreeDaysRule.NONE
          The NONE value.
static FreeDaysRule FreeDaysRule.NEAREST_BEFORE
          The NEAREST_BEFORE value.
static FreeDaysRule FreeDaysRule.NEAREST_AFTER
          The NEAREST_AFTER value.
static FreeDaysRule FreeDaysRule.DO_NOT_SELECT
          The DO_NOT_SELECT value.
static FreeDaysRule FreeDaysRule.DO_NOT_COUNT
          The DO_NOT_COUNT value.
 

Methods in com.ibm.tws.objects.types that return FreeDaysRule
static FreeDaysRule FreeDaysRule.getInstance(char charValue)
          Returns a reference to the instance of FreeDaysRule that is associated to the specified character.
 



Copyright © 2005 IBM All Rights Reserved.