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

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

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

Methods in com.ibm.tws.objects.model that return PeriodType
 PeriodType Period.getType()
          Returns the period type.
 PeriodType PeriodHeader.getType()
          Returns the period type.
 

Methods in com.ibm.tws.objects.model with parameters of type PeriodType
 void Period.setType(PeriodType value)
          Sets the period type.
 void PeriodHeader.setType(PeriodType value)
          Sets the period type.
 

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

Fields in com.ibm.tws.objects.types declared as PeriodType
static PeriodType PeriodType.NON_CYCLIC
          The NON_CYCLIC value.
static PeriodType PeriodType.CYCLIC_ALL
          The CYCLIC_ALL value.
static PeriodType PeriodType.CYCLIC_WORKDAY
          The CYCLIC_WORKDAY value.
 

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



Copyright © 2005 IBM All Rights Reserved.