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

Packages that use WorkstationReportingAttribute
com.ibm.tws.objects.model   
com.ibm.tws.objects.plan   
com.ibm.tws.objects.plan.types   
com.ibm.tws.objects.types   
 

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

Methods in com.ibm.tws.objects.model that return WorkstationReportingAttribute
 WorkstationReportingAttribute Workstation.getReportingAttribute()
          Returns the workstation reporting attribute.
 WorkstationReportingAttribute WorkstationHeader.getReportingAttribute()
          Returns the workstation reporting attribute.
 WorkstationReportingAttribute ZOSJobDefinition.getReportingAttribute()
          Returns the reporting attribute.
 

Methods in com.ibm.tws.objects.model with parameters of type WorkstationReportingAttribute
 void Workstation.setReportingAttribute(WorkstationReportingAttribute value)
          Sets the workstation reporting attribute.
 void WorkstationHeader.setReportingAttribute(WorkstationReportingAttribute value)
          Sets the workstation reporting attribute.
 void ZOSJobDefinition.setReportingAttribute(WorkstationReportingAttribute value)
          Sets the reporting attribute.
 

Uses of WorkstationReportingAttribute in com.ibm.tws.objects.plan
 

Methods in com.ibm.tws.objects.plan that return WorkstationReportingAttribute
 WorkstationReportingAttribute ZOSJobDefinitionInPlan.getReportingAttribute()
          Returns the reporting attribute.
 

Methods in com.ibm.tws.objects.plan with parameters of type WorkstationReportingAttribute
 void ZOSJobDefinitionInPlan.setReportingAttribute(WorkstationReportingAttribute value)
          Sets the reporting attribute.
 

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

Methods in com.ibm.tws.objects.plan.types that return WorkstationReportingAttribute
 WorkstationReportingAttribute WorkstationInPlanZOSAttributes.getReportingAttribute()
          Returns the workstation reporting attribute.
 

Methods in com.ibm.tws.objects.plan.types with parameters of type WorkstationReportingAttribute
 void WorkstationInPlanZOSAttributes.setReportingAttribute(WorkstationReportingAttribute value)
          Sets the workstation reporting attribute.
 

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

Fields in com.ibm.tws.objects.types declared as WorkstationReportingAttribute
static WorkstationReportingAttribute WorkstationReportingAttribute.AUTOMATIC
          The AUTOMATIC value.
static WorkstationReportingAttribute WorkstationReportingAttribute.MANUALSTARTSTOP
          The MANUALSTARTSTOP value.
static WorkstationReportingAttribute WorkstationReportingAttribute.MANUALCOMPLETIONONLY
          The MANUALCOMPLETIONONLY value.
static WorkstationReportingAttribute WorkstationReportingAttribute.NONREPORTING
          The NONREPORTING value.
 

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



Copyright © 2005 IBM All Rights Reserved.