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

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

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

Methods in com.ibm.tws.objects.model that return RunCycleType
 RunCycleType RunCycle.getType()
          Returns the run cycle type.
 

Methods in com.ibm.tws.objects.model with parameters of type RunCycleType
 void RunCycle.setType(RunCycleType value)
          Sets the run cycle type.
 

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

Fields in com.ibm.tws.objects.types declared as RunCycleType
static RunCycleType RunCycleType.SIMPLE
          The SIMPLE value.
static RunCycleType RunCycleType.CALENDAR
          The CALENDAR value.
static RunCycleType RunCycleType.RULE
          The RULE value.
 

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



Copyright © 2005 IBM All Rights Reserved.