def get_action_taken_value(self): return get_option_value(TASK_STATE, self.action_taken)
def get_priority_type(self): return get_option_value(PRIORITY, self.priority)
def get_current_task_state_type(self): return get_option_value(TASK_STATE, self.current_task_state)
def get_user_type(self): return get_option_value(USER_TYPE, self.user_type)