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

Packages that use ResolutionRule
com.ibm.tws.objects.types   
 

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

Fields in com.ibm.tws.objects.types declared as ResolutionRule
static ResolutionRule ResolutionRule.NEAREST_BEFORE
          The NEAREST_BEFORE value.
static ResolutionRule ResolutionRule.IN_SAME_DAY
          The IN_SAME_DAY value.
static ResolutionRule ResolutionRule.IN_ABSOLUTE_INTERVAL
          The IN_ABSOLUTE_INTERVAL value.
static ResolutionRule ResolutionRule.IN_RELATIVE_INTERVAL
          The IN_RELATIVE_INTERVAL value.
 

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

Methods in com.ibm.tws.objects.types with parameters of type ResolutionRule
 void ResolutionData.setResolutionRule(ResolutionRule rule)
          Sets the resolution rule.
 



Copyright © 2005 IBM All Rights Reserved.