Uses of Class
com.ibm.tws.objects.plan.types.ZOSRODMStatus

Packages that use ZOSRODMStatus
com.ibm.tws.objects.plan.types   
 

Uses of ZOSRODMStatus in com.ibm.tws.objects.plan.types
 

Fields in com.ibm.tws.objects.plan.types declared as ZOSRODMStatus
static ZOSRODMStatus ZOSRODMStatus.NOT_MONITORED
          RODM status Monitored
static ZOSRODMStatus ZOSRODMStatus.INACTIVE
          RODM Status Inactive
static ZOSRODMStatus ZOSRODMStatus.PENDING
          RODM Status Pending
static ZOSRODMStatus ZOSRODMStatus.ACTIVE
          RODM Status Active
static ZOSRODMStatus ZOSRODMStatus.ERROR
          RODM Staus Error
 

Methods in com.ibm.tws.objects.plan.types that return ZOSRODMStatus
 ZOSRODMStatus ResourceInPlanZOSAttributes.getRodmAvailable()
          Returns the rodm available
 ZOSRODMStatus ResourceInPlanZOSAttributes.getRodmQuantity()
          Returns the rodm quantity
 ZOSRODMStatus ResourceInPlanZOSAttributes.getRodmDeviation()
          Returns the rodm deviation
static ZOSRODMStatus ZOSRODMStatus.getInstance(char charValue)
          Returns a reference to the instance of ZOSRODMStatus that is associated to the specified character.
 

Methods in com.ibm.tws.objects.plan.types with parameters of type ZOSRODMStatus
 void ResourceInPlanZOSAttributes.setRodmAvailable(ZOSRODMStatus available)
          sets the rodm available
 void ResourceInPlanZOSAttributes.setRodmQuantity(ZOSRODMStatus quantity)
          Sets the rodm available
 void ResourceInPlanZOSAttributes.setRodmDeviation(ZOSRODMStatus deviation)
          Sets the rodm deviation
 



Copyright © 2005 IBM All Rights Reserved.