Uses of Class
uws.service.controller.DestructionTimeController.DateField

Packages that use DestructionTimeController.DateField
uws.service.controller   
 

Uses of DestructionTimeController.DateField in uws.service.controller
 

Fields in uws.service.controller declared as DestructionTimeController.DateField
protected  DestructionTimeController.DateField DestructionTimeController.defaultIntervalField
          The date-time field on which the default interval applies.
protected  DestructionTimeController.DateField DestructionTimeController.maxIntervalField
          The date-time field on which the maximum interval applies.
 

Methods in uws.service.controller that return DestructionTimeController.DateField
 DestructionTimeController.DateField DestructionTimeController.getDefaultIntervalField()
          Gets the date-time field of the default interval.
 DestructionTimeController.DateField DestructionTimeController.getMaxIntervalField()
          Gets the date-time field of the maximum interval.
static DestructionTimeController.DateField DestructionTimeController.DateField.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DestructionTimeController.DateField[] DestructionTimeController.DateField.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in uws.service.controller with parameters of type DestructionTimeController.DateField
 void DestructionTimeController.setDefaultDestructionInterval(int defaultDestructionInterval, DestructionTimeController.DateField timeField)
          Sets the default interval (in the given unit) from the initialization to the destruction of the concerned job.
 void DestructionTimeController.setMaxDestructionInterval(int maxDestructionInterval, DestructionTimeController.DateField timeField)
          Sets the maximum interval (in the given unit) from the initialization to the destruction of the concerned job.