示例#1
0
 def get_action_taken_value(self):
     return get_option_value(TASK_STATE, self.action_taken)
示例#2
0
 def get_priority_type(self):
     return get_option_value(PRIORITY, self.priority)
示例#3
0
 def get_current_task_state_type(self):
     return get_option_value(TASK_STATE, self.current_task_state)
示例#4
0
 def get_user_type(self):
     return get_option_value(USER_TYPE, self.user_type)