# File lib/mpxj/task_methods.rb, line 5701 def primary_resource_id get_integer_value(attribute_values['primary_resource_id']) end
module MPXJ::TaskMethods
Constants
- ATTRIBUTE_TYPES
Public Class Methods
# File lib/mpxj/task_methods.rb, line 3 def self.included(base) base.extend(TaskClassMethods) end
Public Instance Methods
Retrieve the Active value
@return Active value
# File lib/mpxj/task_methods.rb, line 10 def active get_boolean_value(attribute_values['active']) end
Retrieve the Activity Codes value
@return Activity Codes value
# File lib/mpxj/task_methods.rb, line 17 def activity_codes attribute_values['activity_codes'] end
Retrieve the Activity ID value
@return Activity ID value
# File lib/mpxj/task_methods.rb, line 24 def activity_id attribute_values['activity_id'] end
Retrieve the Activity Percent Complete value
@return Activity Percent Complete value
# File lib/mpxj/task_methods.rb, line 31 def activity_percent_complete get_float_value(attribute_values['activity_percent_complete']) end
Retrieve the Activity Status value
@return Activity Status value
# File lib/mpxj/task_methods.rb, line 38 def activity_status attribute_values['activity_status'] end
Retrieve the Activity Type value
@return Activity Type value
# File lib/mpxj/task_methods.rb, line 45 def activity_type attribute_values['activity_type'] end
Retrieve the Actual Cost value
@return Actual Cost value
# File lib/mpxj/task_methods.rb, line 52 def actual_cost get_float_value(attribute_values['actual_cost']) end
Retrieve the Actual Duration value
@return Actual Duration value
# File lib/mpxj/task_methods.rb, line 59 def actual_duration get_duration_value(attribute_values['actual_duration']) end
Retrieve the Actual Duration Units value
@return Actual Duration Units value
# File lib/mpxj/task_methods.rb, line 66 def actual_duration_units attribute_values['actual_duration_units'] end
Retrieve the Actual Finish value
@return Actual Finish value
# File lib/mpxj/task_methods.rb, line 73 def actual_finish get_date_value(attribute_values['actual_finish']) end
Retrieve the Actual Overtime Cost value
@return Actual Overtime Cost value
# File lib/mpxj/task_methods.rb, line 80 def actual_overtime_cost get_float_value(attribute_values['actual_overtime_cost']) end
Retrieve the Actual Overtime Work value
@return Actual Overtime Work value
# File lib/mpxj/task_methods.rb, line 87 def actual_overtime_work get_duration_value(attribute_values['actual_overtime_work']) end
Retrieve the Actual Overtime Work Protected value
@return Actual Overtime Work Protected value
# File lib/mpxj/task_methods.rb, line 94 def actual_overtime_work_protected get_duration_value(attribute_values['actual_overtime_work_protected']) end
Retrieve the Actual Start value
@return Actual Start value
# File lib/mpxj/task_methods.rb, line 101 def actual_start get_date_value(attribute_values['actual_start']) end
Retrieve the Actual Work value
@return Actual Work value
# File lib/mpxj/task_methods.rb, line 108 def actual_work get_duration_value(attribute_values['actual_work']) end
Retrieve the Actual Work (Labor) value
@return Actual Work (Labor) value
# File lib/mpxj/task_methods.rb, line 115 def actual_work_labor get_duration_value(attribute_values['actual_work_labor']) end
Retrieve the Actual Work (Nonlabor) value
@return Actual Work (Nonlabor) value
# File lib/mpxj/task_methods.rb, line 122 def actual_work_nonlabor get_duration_value(attribute_values['actual_work_nonlabor']) end
Retrieve the Actual Work Protected value
@return Actual Work Protected value
# File lib/mpxj/task_methods.rb, line 129 def actual_work_protected get_duration_value(attribute_values['actual_work_protected']) end
Retrieve the ACWP value
@return ACWP value
# File lib/mpxj/task_methods.rb, line 136 def acwp get_float_value(attribute_values['acwp']) end
Retrieve the Assignment
value
@return Assignment
value
# File lib/mpxj/task_methods.rb, line 143 def assignment get_boolean_value(attribute_values['assignment']) end
Retrieve the Assignment
Delay value
@return Assignment
Delay value
# File lib/mpxj/task_methods.rb, line 150 def assignment_delay attribute_values['assignment_delay'] end
Retrieve the Assignment
Owner value
@return Assignment
Owner value
# File lib/mpxj/task_methods.rb, line 157 def assignment_owner attribute_values['assignment_owner'] end
Retrieve the Assignment
Units value
@return Assignment
Units value
# File lib/mpxj/task_methods.rb, line 164 def assignment_units attribute_values['assignment_units'] end
# File lib/mpxj/task_methods.rb, line 7898 def attribute_types ATTRIBUTE_TYPES end
Retrieve the Bar Name value
@return Bar Name value
# File lib/mpxj/task_methods.rb, line 171 def bar_name attribute_values['bar_name'] end
Retrieve the Baseline10 Budget Cost value
@return Baseline10 Budget Cost value
# File lib/mpxj/task_methods.rb, line 178 def baseline10_budget_cost get_float_value(attribute_values['baseline10_budget_cost']) end
Retrieve the Baseline10 Budget Work value
@return Baseline10 Budget Work value
# File lib/mpxj/task_methods.rb, line 185 def baseline10_budget_work get_duration_value(attribute_values['baseline10_budget_work']) end
Retrieve the Baseline10 Cost value
@return Baseline10 Cost value
# File lib/mpxj/task_methods.rb, line 192 def baseline10_cost get_float_value(attribute_values['baseline10_cost']) end
Retrieve the Baseline10 Deliverable Finish value
@return Baseline10 Deliverable Finish value
# File lib/mpxj/task_methods.rb, line 199 def baseline10_deliverable_finish get_date_value(attribute_values['baseline10_deliverable_finish']) end
Retrieve the Baseline10 Deliverable Start value
@return Baseline10 Deliverable Start value
# File lib/mpxj/task_methods.rb, line 206 def baseline10_deliverable_start get_date_value(attribute_values['baseline10_deliverable_start']) end
Retrieve the Baseline10 Duration value
@return Baseline10 Duration value
# File lib/mpxj/task_methods.rb, line 213 def baseline10_duration get_duration_value(attribute_values['baseline10_duration']) end
Retrieve the Baseline10 Duration Estimated value
@return Baseline10 Duration Estimated value
# File lib/mpxj/task_methods.rb, line 220 def baseline10_duration_estimated get_boolean_value(attribute_values['baseline10_duration_estimated']) end
Retrieve the Baseline10 Duration Units value
@return Baseline10 Duration Units value
# File lib/mpxj/task_methods.rb, line 227 def baseline10_duration_units attribute_values['baseline10_duration_units'] end
Retrieve the Baseline10 Estimated Duration value
@return Baseline10 Estimated Duration value
# File lib/mpxj/task_methods.rb, line 234 def baseline10_estimated_duration get_duration_value(attribute_values['baseline10_estimated_duration']) end
Retrieve the Baseline10 Estimated Finish value
@return Baseline10 Estimated Finish value
# File lib/mpxj/task_methods.rb, line 241 def baseline10_estimated_finish get_date_value(attribute_values['baseline10_estimated_finish']) end
Retrieve the Baseline10 Estimated Start value
@return Baseline10 Estimated Start value
# File lib/mpxj/task_methods.rb, line 248 def baseline10_estimated_start get_date_value(attribute_values['baseline10_estimated_start']) end
Retrieve the Baseline10 Finish value
@return Baseline10 Finish value
# File lib/mpxj/task_methods.rb, line 255 def baseline10_finish get_date_value(attribute_values['baseline10_finish']) end
Retrieve the Baseline10 Fixed Cost value
@return Baseline10 Fixed Cost value
# File lib/mpxj/task_methods.rb, line 262 def baseline10_fixed_cost get_float_value(attribute_values['baseline10_fixed_cost']) end
Retrieve the Baseline10 Fixed Cost Accrual value
@return Baseline10 Fixed Cost Accrual value
# File lib/mpxj/task_methods.rb, line 269 def baseline10_fixed_cost_accrual attribute_values['baseline10_fixed_cost_accrual'] end
Retrieve the Baseline10 Start value
@return Baseline10 Start value
# File lib/mpxj/task_methods.rb, line 276 def baseline10_start get_date_value(attribute_values['baseline10_start']) end
Retrieve the Baseline10 Work value
@return Baseline10 Work value
# File lib/mpxj/task_methods.rb, line 283 def baseline10_work get_duration_value(attribute_values['baseline10_work']) end
Retrieve the Baseline1 Budget Cost value
@return Baseline1 Budget Cost value
# File lib/mpxj/task_methods.rb, line 290 def baseline1_budget_cost get_float_value(attribute_values['baseline1_budget_cost']) end
Retrieve the Baseline1 Budget Work value
@return Baseline1 Budget Work value
# File lib/mpxj/task_methods.rb, line 297 def baseline1_budget_work get_duration_value(attribute_values['baseline1_budget_work']) end
Retrieve the Baseline1 Cost value
@return Baseline1 Cost value
# File lib/mpxj/task_methods.rb, line 304 def baseline1_cost get_float_value(attribute_values['baseline1_cost']) end
Retrieve the Baseline1 Deliverable Finish value
@return Baseline1 Deliverable Finish value
# File lib/mpxj/task_methods.rb, line 311 def baseline1_deliverable_finish get_date_value(attribute_values['baseline1_deliverable_finish']) end
Retrieve the Baseline1 Deliverable Start value
@return Baseline1 Deliverable Start value
# File lib/mpxj/task_methods.rb, line 318 def baseline1_deliverable_start get_date_value(attribute_values['baseline1_deliverable_start']) end
Retrieve the Baseline1 Duration value
@return Baseline1 Duration value
# File lib/mpxj/task_methods.rb, line 325 def baseline1_duration get_duration_value(attribute_values['baseline1_duration']) end
Retrieve the Baseline1 Duration Estimated value
@return Baseline1 Duration Estimated value
# File lib/mpxj/task_methods.rb, line 332 def baseline1_duration_estimated get_boolean_value(attribute_values['baseline1_duration_estimated']) end
Retrieve the Baseline1 Duration Units value
@return Baseline1 Duration Units value
# File lib/mpxj/task_methods.rb, line 339 def baseline1_duration_units attribute_values['baseline1_duration_units'] end
Retrieve the Baseline1 Estimated Duration value
@return Baseline1 Estimated Duration value
# File lib/mpxj/task_methods.rb, line 346 def baseline1_estimated_duration get_duration_value(attribute_values['baseline1_estimated_duration']) end
Retrieve the Baseline1 Estimated Finish value
@return Baseline1 Estimated Finish value
# File lib/mpxj/task_methods.rb, line 353 def baseline1_estimated_finish get_date_value(attribute_values['baseline1_estimated_finish']) end
Retrieve the Baseline1 Estimated Start value
@return Baseline1 Estimated Start value
# File lib/mpxj/task_methods.rb, line 360 def baseline1_estimated_start get_date_value(attribute_values['baseline1_estimated_start']) end
Retrieve the Baseline1 Finish value
@return Baseline1 Finish value
# File lib/mpxj/task_methods.rb, line 367 def baseline1_finish get_date_value(attribute_values['baseline1_finish']) end
Retrieve the Baseline1 Fixed Cost value
@return Baseline1 Fixed Cost value
# File lib/mpxj/task_methods.rb, line 374 def baseline1_fixed_cost get_float_value(attribute_values['baseline1_fixed_cost']) end
Retrieve the Baseline1 Fixed Cost Accrual value
@return Baseline1 Fixed Cost Accrual value
# File lib/mpxj/task_methods.rb, line 381 def baseline1_fixed_cost_accrual attribute_values['baseline1_fixed_cost_accrual'] end
Retrieve the Baseline1 Start value
@return Baseline1 Start value
# File lib/mpxj/task_methods.rb, line 388 def baseline1_start get_date_value(attribute_values['baseline1_start']) end
Retrieve the Baseline1 Work value
@return Baseline1 Work value
# File lib/mpxj/task_methods.rb, line 395 def baseline1_work get_duration_value(attribute_values['baseline1_work']) end
Retrieve the Baseline2 Budget Cost value
@return Baseline2 Budget Cost value
# File lib/mpxj/task_methods.rb, line 402 def baseline2_budget_cost get_float_value(attribute_values['baseline2_budget_cost']) end
Retrieve the Baseline2 Budget Work value
@return Baseline2 Budget Work value
# File lib/mpxj/task_methods.rb, line 409 def baseline2_budget_work get_duration_value(attribute_values['baseline2_budget_work']) end
Retrieve the Baseline2 Cost value
@return Baseline2 Cost value
# File lib/mpxj/task_methods.rb, line 416 def baseline2_cost get_float_value(attribute_values['baseline2_cost']) end
Retrieve the Baseline2 Deliverable Finish value
@return Baseline2 Deliverable Finish value
# File lib/mpxj/task_methods.rb, line 423 def baseline2_deliverable_finish get_date_value(attribute_values['baseline2_deliverable_finish']) end
Retrieve the Baseline2 Deliverable Start value
@return Baseline2 Deliverable Start value
# File lib/mpxj/task_methods.rb, line 430 def baseline2_deliverable_start get_date_value(attribute_values['baseline2_deliverable_start']) end
Retrieve the Baseline2 Duration value
@return Baseline2 Duration value
# File lib/mpxj/task_methods.rb, line 437 def baseline2_duration get_duration_value(attribute_values['baseline2_duration']) end
Retrieve the Baseline2 Duration Estimated value
@return Baseline2 Duration Estimated value
# File lib/mpxj/task_methods.rb, line 444 def baseline2_duration_estimated get_boolean_value(attribute_values['baseline2_duration_estimated']) end
Retrieve the Baseline2 Duration Units value
@return Baseline2 Duration Units value
# File lib/mpxj/task_methods.rb, line 451 def baseline2_duration_units attribute_values['baseline2_duration_units'] end
Retrieve the Baseline2 Estimated Duration value
@return Baseline2 Estimated Duration value
# File lib/mpxj/task_methods.rb, line 458 def baseline2_estimated_duration get_duration_value(attribute_values['baseline2_estimated_duration']) end
Retrieve the Baseline2 Estimated Finish value
@return Baseline2 Estimated Finish value
# File lib/mpxj/task_methods.rb, line 465 def baseline2_estimated_finish get_date_value(attribute_values['baseline2_estimated_finish']) end
Retrieve the Baseline2 Estimated Start value
@return Baseline2 Estimated Start value
# File lib/mpxj/task_methods.rb, line 472 def baseline2_estimated_start get_date_value(attribute_values['baseline2_estimated_start']) end
Retrieve the Baseline2 Finish value
@return Baseline2 Finish value
# File lib/mpxj/task_methods.rb, line 479 def baseline2_finish get_date_value(attribute_values['baseline2_finish']) end
Retrieve the Baseline2 Fixed Cost value
@return Baseline2 Fixed Cost value
# File lib/mpxj/task_methods.rb, line 486 def baseline2_fixed_cost get_float_value(attribute_values['baseline2_fixed_cost']) end
Retrieve the Baseline2 Fixed Cost Accrual value
@return Baseline2 Fixed Cost Accrual value
# File lib/mpxj/task_methods.rb, line 493 def baseline2_fixed_cost_accrual attribute_values['baseline2_fixed_cost_accrual'] end
Retrieve the Baseline2 Start value
@return Baseline2 Start value
# File lib/mpxj/task_methods.rb, line 500 def baseline2_start get_date_value(attribute_values['baseline2_start']) end
Retrieve the Baseline2 Work value
@return Baseline2 Work value
# File lib/mpxj/task_methods.rb, line 507 def baseline2_work get_duration_value(attribute_values['baseline2_work']) end
Retrieve the Baseline3 Budget Cost value
@return Baseline3 Budget Cost value
# File lib/mpxj/task_methods.rb, line 514 def baseline3_budget_cost get_float_value(attribute_values['baseline3_budget_cost']) end
Retrieve the Baseline3 Budget Work value
@return Baseline3 Budget Work value
# File lib/mpxj/task_methods.rb, line 521 def baseline3_budget_work get_duration_value(attribute_values['baseline3_budget_work']) end
Retrieve the Baseline3 Cost value
@return Baseline3 Cost value
# File lib/mpxj/task_methods.rb, line 528 def baseline3_cost get_float_value(attribute_values['baseline3_cost']) end
Retrieve the Baseline3 Deliverable Finish value
@return Baseline3 Deliverable Finish value
# File lib/mpxj/task_methods.rb, line 535 def baseline3_deliverable_finish get_date_value(attribute_values['baseline3_deliverable_finish']) end
Retrieve the Baseline3 Deliverable Start value
@return Baseline3 Deliverable Start value
# File lib/mpxj/task_methods.rb, line 542 def baseline3_deliverable_start get_date_value(attribute_values['baseline3_deliverable_start']) end
Retrieve the Baseline3 Duration value
@return Baseline3 Duration value
# File lib/mpxj/task_methods.rb, line 549 def baseline3_duration get_duration_value(attribute_values['baseline3_duration']) end
Retrieve the Baseline3 Duration Estimated value
@return Baseline3 Duration Estimated value
# File lib/mpxj/task_methods.rb, line 556 def baseline3_duration_estimated get_boolean_value(attribute_values['baseline3_duration_estimated']) end
Retrieve the Baseline3 Duration Units value
@return Baseline3 Duration Units value
# File lib/mpxj/task_methods.rb, line 563 def baseline3_duration_units attribute_values['baseline3_duration_units'] end
Retrieve the Baseline3 Estimated Duration value
@return Baseline3 Estimated Duration value
# File lib/mpxj/task_methods.rb, line 570 def baseline3_estimated_duration get_duration_value(attribute_values['baseline3_estimated_duration']) end
Retrieve the Baseline3 Estimated Finish value
@return Baseline3 Estimated Finish value
# File lib/mpxj/task_methods.rb, line 577 def baseline3_estimated_finish get_date_value(attribute_values['baseline3_estimated_finish']) end
Retrieve the Baseline3 Estimated Start value
@return Baseline3 Estimated Start value
# File lib/mpxj/task_methods.rb, line 584 def baseline3_estimated_start get_date_value(attribute_values['baseline3_estimated_start']) end
Retrieve the Baseline3 Finish value
@return Baseline3 Finish value
# File lib/mpxj/task_methods.rb, line 591 def baseline3_finish get_date_value(attribute_values['baseline3_finish']) end
Retrieve the Baseline3 Fixed Cost value
@return Baseline3 Fixed Cost value
# File lib/mpxj/task_methods.rb, line 598 def baseline3_fixed_cost get_float_value(attribute_values['baseline3_fixed_cost']) end
Retrieve the Baseline3 Fixed Cost Accrual value
@return Baseline3 Fixed Cost Accrual value
# File lib/mpxj/task_methods.rb, line 605 def baseline3_fixed_cost_accrual attribute_values['baseline3_fixed_cost_accrual'] end
Retrieve the Baseline3 Start value
@return Baseline3 Start value
# File lib/mpxj/task_methods.rb, line 612 def baseline3_start get_date_value(attribute_values['baseline3_start']) end
Retrieve the Baseline3 Work value
@return Baseline3 Work value
# File lib/mpxj/task_methods.rb, line 619 def baseline3_work get_duration_value(attribute_values['baseline3_work']) end
Retrieve the Baseline4 Budget Cost value
@return Baseline4 Budget Cost value
# File lib/mpxj/task_methods.rb, line 626 def baseline4_budget_cost get_float_value(attribute_values['baseline4_budget_cost']) end
Retrieve the Baseline4 Budget Work value
@return Baseline4 Budget Work value
# File lib/mpxj/task_methods.rb, line 633 def baseline4_budget_work get_duration_value(attribute_values['baseline4_budget_work']) end
Retrieve the Baseline4 Cost value
@return Baseline4 Cost value
# File lib/mpxj/task_methods.rb, line 640 def baseline4_cost get_float_value(attribute_values['baseline4_cost']) end
Retrieve the Baseline4 Deliverable Finish value
@return Baseline4 Deliverable Finish value
# File lib/mpxj/task_methods.rb, line 647 def baseline4_deliverable_finish get_date_value(attribute_values['baseline4_deliverable_finish']) end
Retrieve the Baseline4 Deliverable Start value
@return Baseline4 Deliverable Start value
# File lib/mpxj/task_methods.rb, line 654 def baseline4_deliverable_start get_date_value(attribute_values['baseline4_deliverable_start']) end
Retrieve the Baseline4 Duration value
@return Baseline4 Duration value
# File lib/mpxj/task_methods.rb, line 661 def baseline4_duration get_duration_value(attribute_values['baseline4_duration']) end
Retrieve the Baseline4 Duration Estimated value
@return Baseline4 Duration Estimated value
# File lib/mpxj/task_methods.rb, line 668 def baseline4_duration_estimated get_boolean_value(attribute_values['baseline4_duration_estimated']) end
Retrieve the Baseline4 Duration Units value
@return Baseline4 Duration Units value
# File lib/mpxj/task_methods.rb, line 675 def baseline4_duration_units attribute_values['baseline4_duration_units'] end
Retrieve the Baseline4 Estimated Duration value
@return Baseline4 Estimated Duration value
# File lib/mpxj/task_methods.rb, line 682 def baseline4_estimated_duration get_duration_value(attribute_values['baseline4_estimated_duration']) end
Retrieve the Baseline4 Estimated Finish value
@return Baseline4 Estimated Finish value
# File lib/mpxj/task_methods.rb, line 689 def baseline4_estimated_finish get_date_value(attribute_values['baseline4_estimated_finish']) end
Retrieve the Baseline4 Estimated Start value
@return Baseline4 Estimated Start value
# File lib/mpxj/task_methods.rb, line 696 def baseline4_estimated_start get_date_value(attribute_values['baseline4_estimated_start']) end
Retrieve the Baseline4 Finish value
@return Baseline4 Finish value
# File lib/mpxj/task_methods.rb, line 703 def baseline4_finish get_date_value(attribute_values['baseline4_finish']) end
Retrieve the Baseline4 Fixed Cost value
@return Baseline4 Fixed Cost value
# File lib/mpxj/task_methods.rb, line 710 def baseline4_fixed_cost get_float_value(attribute_values['baseline4_fixed_cost']) end
Retrieve the Baseline4 Fixed Cost Accrual value
@return Baseline4 Fixed Cost Accrual value
# File lib/mpxj/task_methods.rb, line 717 def baseline4_fixed_cost_accrual attribute_values['baseline4_fixed_cost_accrual'] end
Retrieve the Baseline4 Start value
@return Baseline4 Start value
# File lib/mpxj/task_methods.rb, line 724 def baseline4_start get_date_value(attribute_values['baseline4_start']) end
Retrieve the Baseline4 Work value
@return Baseline4 Work value
# File lib/mpxj/task_methods.rb, line 731 def baseline4_work get_duration_value(attribute_values['baseline4_work']) end
Retrieve the Baseline5 Budget Cost value
@return Baseline5 Budget Cost value
# File lib/mpxj/task_methods.rb, line 738 def baseline5_budget_cost get_float_value(attribute_values['baseline5_budget_cost']) end
Retrieve the Baseline5 Budget Work value
@return Baseline5 Budget Work value
# File lib/mpxj/task_methods.rb, line 745 def baseline5_budget_work get_duration_value(attribute_values['baseline5_budget_work']) end
Retrieve the Baseline5 Cost value
@return Baseline5 Cost value
# File lib/mpxj/task_methods.rb, line 752 def baseline5_cost get_float_value(attribute_values['baseline5_cost']) end
Retrieve the Baseline5 Deliverable Finish value
@return Baseline5 Deliverable Finish value
# File lib/mpxj/task_methods.rb, line 759 def baseline5_deliverable_finish get_date_value(attribute_values['baseline5_deliverable_finish']) end
Retrieve the Baseline5 Deliverable Start value
@return Baseline5 Deliverable Start value
# File lib/mpxj/task_methods.rb, line 766 def baseline5_deliverable_start get_date_value(attribute_values['baseline5_deliverable_start']) end
Retrieve the Baseline5 Duration value
@return Baseline5 Duration value
# File lib/mpxj/task_methods.rb, line 773 def baseline5_duration get_duration_value(attribute_values['baseline5_duration']) end
Retrieve the Baseline5 Duration Estimated value
@return Baseline5 Duration Estimated value
# File lib/mpxj/task_methods.rb, line 780 def baseline5_duration_estimated get_boolean_value(attribute_values['baseline5_duration_estimated']) end
Retrieve the Baseline5 Duration Units value
@return Baseline5 Duration Units value
# File lib/mpxj/task_methods.rb, line 787 def baseline5_duration_units attribute_values['baseline5_duration_units'] end
Retrieve the Baseline5 Estimated Duration value
@return Baseline5 Estimated Duration value
# File lib/mpxj/task_methods.rb, line 794 def baseline5_estimated_duration get_duration_value(attribute_values['baseline5_estimated_duration']) end
Retrieve the Baseline5 Estimated Finish value
@return Baseline5 Estimated Finish value
# File lib/mpxj/task_methods.rb, line 801 def baseline5_estimated_finish get_date_value(attribute_values['baseline5_estimated_finish']) end
Retrieve the Baseline5 Estimated Start value
@return Baseline5 Estimated Start value
# File lib/mpxj/task_methods.rb, line 808 def baseline5_estimated_start get_date_value(attribute_values['baseline5_estimated_start']) end
Retrieve the Baseline5 Finish value
@return Baseline5 Finish value
# File lib/mpxj/task_methods.rb, line 815 def baseline5_finish get_date_value(attribute_values['baseline5_finish']) end
Retrieve the Baseline5 Fixed Cost value
@return Baseline5 Fixed Cost value
# File lib/mpxj/task_methods.rb, line 822 def baseline5_fixed_cost get_float_value(attribute_values['baseline5_fixed_cost']) end
Retrieve the Baseline5 Fixed Cost Accrual value
@return Baseline5 Fixed Cost Accrual value
# File lib/mpxj/task_methods.rb, line 829 def baseline5_fixed_cost_accrual attribute_values['baseline5_fixed_cost_accrual'] end
Retrieve the Baseline5 Start value
@return Baseline5 Start value
# File lib/mpxj/task_methods.rb, line 836 def baseline5_start get_date_value(attribute_values['baseline5_start']) end
Retrieve the Baseline5 Work value
@return Baseline5 Work value
# File lib/mpxj/task_methods.rb, line 843 def baseline5_work get_duration_value(attribute_values['baseline5_work']) end
Retrieve the Baseline6 Budget Cost value
@return Baseline6 Budget Cost value
# File lib/mpxj/task_methods.rb, line 850 def baseline6_budget_cost get_float_value(attribute_values['baseline6_budget_cost']) end
Retrieve the Baseline6 Budget Work value
@return Baseline6 Budget Work value
# File lib/mpxj/task_methods.rb, line 857 def baseline6_budget_work get_duration_value(attribute_values['baseline6_budget_work']) end
Retrieve the Baseline6 Cost value
@return Baseline6 Cost value
# File lib/mpxj/task_methods.rb, line 864 def baseline6_cost get_float_value(attribute_values['baseline6_cost']) end
Retrieve the Baseline6 Deliverable Finish value
@return Baseline6 Deliverable Finish value
# File lib/mpxj/task_methods.rb, line 871 def baseline6_deliverable_finish get_date_value(attribute_values['baseline6_deliverable_finish']) end
Retrieve the Baseline6 Deliverable Start value
@return Baseline6 Deliverable Start value
# File lib/mpxj/task_methods.rb, line 878 def baseline6_deliverable_start get_date_value(attribute_values['baseline6_deliverable_start']) end
Retrieve the Baseline6 Duration value
@return Baseline6 Duration value
# File lib/mpxj/task_methods.rb, line 885 def baseline6_duration get_duration_value(attribute_values['baseline6_duration']) end
Retrieve the Baseline6 Duration Estimated value
@return Baseline6 Duration Estimated value
# File lib/mpxj/task_methods.rb, line 892 def baseline6_duration_estimated get_boolean_value(attribute_values['baseline6_duration_estimated']) end
Retrieve the Baseline6 Duration Units value
@return Baseline6 Duration Units value
# File lib/mpxj/task_methods.rb, line 899 def baseline6_duration_units attribute_values['baseline6_duration_units'] end
Retrieve the Baseline6 Estimated Duration value
@return Baseline6 Estimated Duration value
# File lib/mpxj/task_methods.rb, line 906 def baseline6_estimated_duration get_duration_value(attribute_values['baseline6_estimated_duration']) end
Retrieve the Baseline6 Estimated Finish value
@return Baseline6 Estimated Finish value
# File lib/mpxj/task_methods.rb, line 913 def baseline6_estimated_finish get_date_value(attribute_values['baseline6_estimated_finish']) end
Retrieve the Baseline6 Estimated Start value
@return Baseline6 Estimated Start value
# File lib/mpxj/task_methods.rb, line 920 def baseline6_estimated_start get_date_value(attribute_values['baseline6_estimated_start']) end
Retrieve the Baseline6 Finish value
@return Baseline6 Finish value
# File lib/mpxj/task_methods.rb, line 927 def baseline6_finish get_date_value(attribute_values['baseline6_finish']) end
Retrieve the Baseline6 Fixed Cost value
@return Baseline6 Fixed Cost value
# File lib/mpxj/task_methods.rb, line 934 def baseline6_fixed_cost get_float_value(attribute_values['baseline6_fixed_cost']) end
Retrieve the Baseline6 Fixed Cost Accrual value
@return Baseline6 Fixed Cost Accrual value
# File lib/mpxj/task_methods.rb, line 941 def baseline6_fixed_cost_accrual attribute_values['baseline6_fixed_cost_accrual'] end
Retrieve the Baseline6 Start value
@return Baseline6 Start value
# File lib/mpxj/task_methods.rb, line 948 def baseline6_start get_date_value(attribute_values['baseline6_start']) end
Retrieve the Baseline6 Work value
@return Baseline6 Work value
# File lib/mpxj/task_methods.rb, line 955 def baseline6_work get_duration_value(attribute_values['baseline6_work']) end
Retrieve the Baseline7 Budget Cost value
@return Baseline7 Budget Cost value
# File lib/mpxj/task_methods.rb, line 962 def baseline7_budget_cost get_float_value(attribute_values['baseline7_budget_cost']) end
Retrieve the Baseline7 Budget Work value
@return Baseline7 Budget Work value
# File lib/mpxj/task_methods.rb, line 969 def baseline7_budget_work get_duration_value(attribute_values['baseline7_budget_work']) end
Retrieve the Baseline7 Cost value
@return Baseline7 Cost value
# File lib/mpxj/task_methods.rb, line 976 def baseline7_cost get_float_value(attribute_values['baseline7_cost']) end
Retrieve the Baseline7 Deliverable Finish value
@return Baseline7 Deliverable Finish value
# File lib/mpxj/task_methods.rb, line 983 def baseline7_deliverable_finish get_date_value(attribute_values['baseline7_deliverable_finish']) end
Retrieve the Baseline7 Deliverable Start value
@return Baseline7 Deliverable Start value
# File lib/mpxj/task_methods.rb, line 990 def baseline7_deliverable_start get_date_value(attribute_values['baseline7_deliverable_start']) end
Retrieve the Baseline7 Duration value
@return Baseline7 Duration value
# File lib/mpxj/task_methods.rb, line 997 def baseline7_duration get_duration_value(attribute_values['baseline7_duration']) end
Retrieve the Baseline7 Duration Estimated value
@return Baseline7 Duration Estimated value
# File lib/mpxj/task_methods.rb, line 1004 def baseline7_duration_estimated get_boolean_value(attribute_values['baseline7_duration_estimated']) end
Retrieve the Baseline7 Duration Units value
@return Baseline7 Duration Units value
# File lib/mpxj/task_methods.rb, line 1011 def baseline7_duration_units attribute_values['baseline7_duration_units'] end
Retrieve the Baseline7 Estimated Duration value
@return Baseline7 Estimated Duration value
# File lib/mpxj/task_methods.rb, line 1018 def baseline7_estimated_duration get_duration_value(attribute_values['baseline7_estimated_duration']) end
Retrieve the Baseline7 Estimated Finish value
@return Baseline7 Estimated Finish value
# File lib/mpxj/task_methods.rb, line 1025 def baseline7_estimated_finish get_date_value(attribute_values['baseline7_estimated_finish']) end
Retrieve the Baseline7 Estimated Start value
@return Baseline7 Estimated Start value
# File lib/mpxj/task_methods.rb, line 1032 def baseline7_estimated_start get_date_value(attribute_values['baseline7_estimated_start']) end
Retrieve the Baseline7 Finish value
@return Baseline7 Finish value
# File lib/mpxj/task_methods.rb, line 1039 def baseline7_finish get_date_value(attribute_values['baseline7_finish']) end
Retrieve the Baseline7 Fixed Cost value
@return Baseline7 Fixed Cost value
# File lib/mpxj/task_methods.rb, line 1046 def baseline7_fixed_cost get_float_value(attribute_values['baseline7_fixed_cost']) end
Retrieve the Baseline7 Fixed Cost Accrual value
@return Baseline7 Fixed Cost Accrual value
# File lib/mpxj/task_methods.rb, line 1053 def baseline7_fixed_cost_accrual attribute_values['baseline7_fixed_cost_accrual'] end
Retrieve the Baseline7 Start value
@return Baseline7 Start value
# File lib/mpxj/task_methods.rb, line 1060 def baseline7_start get_date_value(attribute_values['baseline7_start']) end
Retrieve the Baseline7 Work value
@return Baseline7 Work value
# File lib/mpxj/task_methods.rb, line 1067 def baseline7_work get_duration_value(attribute_values['baseline7_work']) end
Retrieve the Baseline8 Budget Cost value
@return Baseline8 Budget Cost value
# File lib/mpxj/task_methods.rb, line 1074 def baseline8_budget_cost get_float_value(attribute_values['baseline8_budget_cost']) end
Retrieve the Baseline8 Budget Work value
@return Baseline8 Budget Work value
# File lib/mpxj/task_methods.rb, line 1081 def baseline8_budget_work get_duration_value(attribute_values['baseline8_budget_work']) end
Retrieve the Baseline8 Cost value
@return Baseline8 Cost value
# File lib/mpxj/task_methods.rb, line 1088 def baseline8_cost get_float_value(attribute_values['baseline8_cost']) end
Retrieve the Baseline8 Deliverable Finish value
@return Baseline8 Deliverable Finish value
# File lib/mpxj/task_methods.rb, line 1095 def baseline8_deliverable_finish get_date_value(attribute_values['baseline8_deliverable_finish']) end
Retrieve the Baseline8 Deliverable Start value
@return Baseline8 Deliverable Start value
# File lib/mpxj/task_methods.rb, line 1102 def baseline8_deliverable_start get_date_value(attribute_values['baseline8_deliverable_start']) end
Retrieve the Baseline8 Duration value
@return Baseline8 Duration value
# File lib/mpxj/task_methods.rb, line 1109 def baseline8_duration get_duration_value(attribute_values['baseline8_duration']) end
Retrieve the Baseline8 Duration Estimated value
@return Baseline8 Duration Estimated value
# File lib/mpxj/task_methods.rb, line 1116 def baseline8_duration_estimated get_boolean_value(attribute_values['baseline8_duration_estimated']) end
Retrieve the Baseline8 Duration Units value
@return Baseline8 Duration Units value
# File lib/mpxj/task_methods.rb, line 1123 def baseline8_duration_units attribute_values['baseline8_duration_units'] end
Retrieve the Baseline8 Estimated Duration value
@return Baseline8 Estimated Duration value
# File lib/mpxj/task_methods.rb, line 1130 def baseline8_estimated_duration get_duration_value(attribute_values['baseline8_estimated_duration']) end
Retrieve the Baseline8 Estimated Finish value
@return Baseline8 Estimated Finish value
# File lib/mpxj/task_methods.rb, line 1137 def baseline8_estimated_finish get_date_value(attribute_values['baseline8_estimated_finish']) end
Retrieve the Baseline8 Estimated Start value
@return Baseline8 Estimated Start value
# File lib/mpxj/task_methods.rb, line 1144 def baseline8_estimated_start get_date_value(attribute_values['baseline8_estimated_start']) end
Retrieve the Baseline8 Finish value
@return Baseline8 Finish value
# File lib/mpxj/task_methods.rb, line 1151 def baseline8_finish get_date_value(attribute_values['baseline8_finish']) end
Retrieve the Baseline8 Fixed Cost value
@return Baseline8 Fixed Cost value
# File lib/mpxj/task_methods.rb, line 1158 def baseline8_fixed_cost get_float_value(attribute_values['baseline8_fixed_cost']) end
Retrieve the Baseline8 Fixed Cost Accrual value
@return Baseline8 Fixed Cost Accrual value
# File lib/mpxj/task_methods.rb, line 1165 def baseline8_fixed_cost_accrual attribute_values['baseline8_fixed_cost_accrual'] end
Retrieve the Baseline8 Start value
@return Baseline8 Start value
# File lib/mpxj/task_methods.rb, line 1172 def baseline8_start get_date_value(attribute_values['baseline8_start']) end
Retrieve the Baseline8 Work value
@return Baseline8 Work value
# File lib/mpxj/task_methods.rb, line 1179 def baseline8_work get_duration_value(attribute_values['baseline8_work']) end
Retrieve the Baseline9 Budget Cost value
@return Baseline9 Budget Cost value
# File lib/mpxj/task_methods.rb, line 1186 def baseline9_budget_cost get_float_value(attribute_values['baseline9_budget_cost']) end
Retrieve the Baseline9 Budget Work value
@return Baseline9 Budget Work value
# File lib/mpxj/task_methods.rb, line 1193 def baseline9_budget_work get_duration_value(attribute_values['baseline9_budget_work']) end
Retrieve the Baseline9 Cost value
@return Baseline9 Cost value
# File lib/mpxj/task_methods.rb, line 1200 def baseline9_cost get_float_value(attribute_values['baseline9_cost']) end
Retrieve the Baseline9 Deliverable Finish value
@return Baseline9 Deliverable Finish value
# File lib/mpxj/task_methods.rb, line 1207 def baseline9_deliverable_finish get_date_value(attribute_values['baseline9_deliverable_finish']) end
Retrieve the Baseline9 Deliverable Start value
@return Baseline9 Deliverable Start value
# File lib/mpxj/task_methods.rb, line 1214 def baseline9_deliverable_start get_date_value(attribute_values['baseline9_deliverable_start']) end
Retrieve the Baseline9 Duration value
@return Baseline9 Duration value
# File lib/mpxj/task_methods.rb, line 1221 def baseline9_duration get_duration_value(attribute_values['baseline9_duration']) end
Retrieve the Baseline9 Duration Estimated value
@return Baseline9 Duration Estimated value
# File lib/mpxj/task_methods.rb, line 1228 def baseline9_duration_estimated get_boolean_value(attribute_values['baseline9_duration_estimated']) end
Retrieve the Baseline9 Duration Units value
@return Baseline9 Duration Units value
# File lib/mpxj/task_methods.rb, line 1235 def baseline9_duration_units attribute_values['baseline9_duration_units'] end
Retrieve the Baseline9 Estimated Duration value
@return Baseline9 Estimated Duration value
# File lib/mpxj/task_methods.rb, line 1242 def baseline9_estimated_duration get_duration_value(attribute_values['baseline9_estimated_duration']) end
Retrieve the Baseline9 Estimated Finish value
@return Baseline9 Estimated Finish value
# File lib/mpxj/task_methods.rb, line 1249 def baseline9_estimated_finish get_date_value(attribute_values['baseline9_estimated_finish']) end
Retrieve the Baseline9 Estimated Start value
@return Baseline9 Estimated Start value
# File lib/mpxj/task_methods.rb, line 1256 def baseline9_estimated_start get_date_value(attribute_values['baseline9_estimated_start']) end
Retrieve the Baseline9 Finish value
@return Baseline9 Finish value
# File lib/mpxj/task_methods.rb, line 1263 def baseline9_finish get_date_value(attribute_values['baseline9_finish']) end
Retrieve the Baseline9 Fixed Cost value
@return Baseline9 Fixed Cost value
# File lib/mpxj/task_methods.rb, line 1270 def baseline9_fixed_cost get_float_value(attribute_values['baseline9_fixed_cost']) end
Retrieve the Baseline9 Fixed Cost Accrual value
@return Baseline9 Fixed Cost Accrual value
# File lib/mpxj/task_methods.rb, line 1277 def baseline9_fixed_cost_accrual attribute_values['baseline9_fixed_cost_accrual'] end
Retrieve the Baseline9 Start value
@return Baseline9 Start value
# File lib/mpxj/task_methods.rb, line 1284 def baseline9_start get_date_value(attribute_values['baseline9_start']) end
Retrieve the Baseline9 Work value
@return Baseline9 Work value
# File lib/mpxj/task_methods.rb, line 1291 def baseline9_work get_duration_value(attribute_values['baseline9_work']) end
Retrieve the Baseline Budget Cost value
@return Baseline Budget Cost value
# File lib/mpxj/task_methods.rb, line 1298 def baseline_budget_cost get_float_value(attribute_values['baseline_budget_cost']) end
Retrieve the Baseline Budget Work value
@return Baseline Budget Work value
# File lib/mpxj/task_methods.rb, line 1305 def baseline_budget_work get_duration_value(attribute_values['baseline_budget_work']) end
Retrieve the Baseline Cost value
@return Baseline Cost value
# File lib/mpxj/task_methods.rb, line 1312 def baseline_cost get_float_value(attribute_values['baseline_cost']) end
Retrieve the Baseline Deliverable Finish value
@return Baseline Deliverable Finish value
# File lib/mpxj/task_methods.rb, line 1319 def baseline_deliverable_finish get_date_value(attribute_values['baseline_deliverable_finish']) end
Retrieve the Baseline Deliverable Start value
@return Baseline Deliverable Start value
# File lib/mpxj/task_methods.rb, line 1326 def baseline_deliverable_start get_date_value(attribute_values['baseline_deliverable_start']) end
Retrieve the Baseline Duration value
@return Baseline Duration value
# File lib/mpxj/task_methods.rb, line 1333 def baseline_duration get_duration_value(attribute_values['baseline_duration']) end
Retrieve the Baseline Duration Estimated value
@return Baseline Duration Estimated value
# File lib/mpxj/task_methods.rb, line 1340 def baseline_duration_estimated get_boolean_value(attribute_values['baseline_duration_estimated']) end
Retrieve the Baseline Duration Units value
@return Baseline Duration Units value
# File lib/mpxj/task_methods.rb, line 1347 def baseline_duration_units attribute_values['baseline_duration_units'] end
Retrieve the Baseline Estimated Duration value
@return Baseline Estimated Duration value
# File lib/mpxj/task_methods.rb, line 1354 def baseline_estimated_duration get_duration_value(attribute_values['baseline_estimated_duration']) end
Retrieve the Baseline Estimated Finish value
@return Baseline Estimated Finish value
# File lib/mpxj/task_methods.rb, line 1361 def baseline_estimated_finish get_date_value(attribute_values['baseline_estimated_finish']) end
Retrieve the Baseline Estimated Start value
@return Baseline Estimated Start value
# File lib/mpxj/task_methods.rb, line 1368 def baseline_estimated_start get_date_value(attribute_values['baseline_estimated_start']) end
Retrieve the Baseline Finish value
@return Baseline Finish value
# File lib/mpxj/task_methods.rb, line 1375 def baseline_finish get_date_value(attribute_values['baseline_finish']) end
Retrieve the Baseline Fixed Cost value
@return Baseline Fixed Cost value
# File lib/mpxj/task_methods.rb, line 1382 def baseline_fixed_cost get_float_value(attribute_values['baseline_fixed_cost']) end
Retrieve the Baseline Fixed Cost Accrual value
@return Baseline Fixed Cost Accrual value
# File lib/mpxj/task_methods.rb, line 1389 def baseline_fixed_cost_accrual attribute_values['baseline_fixed_cost_accrual'] end
Retrieve the Baseline Start value
@return Baseline Start value
# File lib/mpxj/task_methods.rb, line 1396 def baseline_start get_date_value(attribute_values['baseline_start']) end
Retrieve the Baseline Work value
@return Baseline Work value
# File lib/mpxj/task_methods.rb, line 1403 def baseline_work get_duration_value(attribute_values['baseline_work']) end
Retrieve the BCWP value
@return BCWP value
# File lib/mpxj/task_methods.rb, line 1410 def bcwp get_float_value(attribute_values['bcwp']) end
Retrieve the BCWS value
@return BCWS value
# File lib/mpxj/task_methods.rb, line 1417 def bcws get_float_value(attribute_values['bcws']) end
Retrieve the Bid Item value
@return Bid Item value
# File lib/mpxj/task_methods.rb, line 1424 def bid_item attribute_values['bid_item'] end
Retrieve the Board Status value
@return Board Status value
# File lib/mpxj/task_methods.rb, line 1431 def board_status attribute_values['board_status'] end
Retrieve the Board Status ID value
@return Board Status ID value
# File lib/mpxj/task_methods.rb, line 1438 def board_status_id get_integer_value(attribute_values['board_status_id']) end
Retrieve the Budget Cost value
@return Budget Cost value
# File lib/mpxj/task_methods.rb, line 1445 def budget_cost get_float_value(attribute_values['budget_cost']) end
Retrieve the Budget Work value
@return Budget Work value
# File lib/mpxj/task_methods.rb, line 1452 def budget_work get_duration_value(attribute_values['budget_work']) end
Retrieve the Calendar Unique ID value
@return Calendar Unique ID value
# File lib/mpxj/task_methods.rb, line 1459 def calendar_unique_id get_integer_value(attribute_values['calendar_unique_id']) end
Retrieve the Category of Work value
@return Category of Work value
# File lib/mpxj/task_methods.rb, line 1466 def category_of_work attribute_values['category_of_work'] end
Retrieve the Complete Through value
@return Complete Through value
# File lib/mpxj/task_methods.rb, line 1473 def complete_through get_date_value(attribute_values['complete_through']) end
Retrieve the Confirmed value
@return Confirmed value
# File lib/mpxj/task_methods.rb, line 1480 def confirmed get_boolean_value(attribute_values['confirmed']) end
Retrieve the Constraint Date value
@return Constraint Date value
# File lib/mpxj/task_methods.rb, line 1487 def constraint_date get_date_value(attribute_values['constraint_date']) end
Retrieve the Constraint Type value
@return Constraint Type value
# File lib/mpxj/task_methods.rb, line 1494 def constraint_type attribute_values['constraint_type'] end
Retrieve the Contact value
@return Contact value
# File lib/mpxj/task_methods.rb, line 1501 def contact attribute_values['contact'] end
Retrieve the Cost value
@return Cost value
# File lib/mpxj/task_methods.rb, line 1508 def cost get_float_value(attribute_values['cost']) end
Retrieve the Cost1 value
@return Cost1 value
# File lib/mpxj/task_methods.rb, line 1515 def cost1 get_float_value(attribute_values['cost1']) end
Retrieve the Cost10 value
@return Cost10 value
# File lib/mpxj/task_methods.rb, line 1522 def cost10 get_float_value(attribute_values['cost10']) end
Retrieve the Cost2 value
@return Cost2 value
# File lib/mpxj/task_methods.rb, line 1529 def cost2 get_float_value(attribute_values['cost2']) end
Retrieve the Cost3 value
@return Cost3 value
# File lib/mpxj/task_methods.rb, line 1536 def cost3 get_float_value(attribute_values['cost3']) end
Retrieve the Cost4 value
@return Cost4 value
# File lib/mpxj/task_methods.rb, line 1543 def cost4 get_float_value(attribute_values['cost4']) end
Retrieve the Cost5 value
@return Cost5 value
# File lib/mpxj/task_methods.rb, line 1550 def cost5 get_float_value(attribute_values['cost5']) end
Retrieve the Cost6 value
@return Cost6 value
# File lib/mpxj/task_methods.rb, line 1557 def cost6 get_float_value(attribute_values['cost6']) end
Retrieve the Cost7 value
@return Cost7 value
# File lib/mpxj/task_methods.rb, line 1564 def cost7 get_float_value(attribute_values['cost7']) end
Retrieve the Cost8 value
@return Cost8 value
# File lib/mpxj/task_methods.rb, line 1571 def cost8 get_float_value(attribute_values['cost8']) end
Retrieve the Cost9 value
@return Cost9 value
# File lib/mpxj/task_methods.rb, line 1578 def cost9 get_float_value(attribute_values['cost9']) end
Retrieve the Cost Rate Table value
@return Cost Rate Table value
# File lib/mpxj/task_methods.rb, line 1585 def cost_rate_table attribute_values['cost_rate_table'] end
Retrieve the Cost Variance value
@return Cost Variance value
# File lib/mpxj/task_methods.rb, line 1592 def cost_variance get_float_value(attribute_values['cost_variance']) end
Retrieve the CPI value
@return CPI value
# File lib/mpxj/task_methods.rb, line 1599 def cpi get_float_value(attribute_values['cpi']) end
Retrieve the Created value
@return Created value
# File lib/mpxj/task_methods.rb, line 1606 def created get_date_value(attribute_values['created']) end
Retrieve the Critical value
@return Critical value
# File lib/mpxj/task_methods.rb, line 1613 def critical get_boolean_value(attribute_values['critical']) end
Retrieve the CV value
@return CV value
# File lib/mpxj/task_methods.rb, line 1620 def cv get_float_value(attribute_values['cv']) end
Retrieve the CV% value
@return CV% value
# File lib/mpxj/task_methods.rb, line 1627 def cvpercent get_float_value(attribute_values['cvpercent']) end
Retrieve the Date1 value
@return Date1 value
# File lib/mpxj/task_methods.rb, line 1634 def date1 get_date_value(attribute_values['date1']) end
Retrieve the Date10 value
@return Date10 value
# File lib/mpxj/task_methods.rb, line 1641 def date10 get_date_value(attribute_values['date10']) end
Retrieve the Date2 value
@return Date2 value
# File lib/mpxj/task_methods.rb, line 1648 def date2 get_date_value(attribute_values['date2']) end
Retrieve the Date3 value
@return Date3 value
# File lib/mpxj/task_methods.rb, line 1655 def date3 get_date_value(attribute_values['date3']) end
Retrieve the Date4 value
@return Date4 value
# File lib/mpxj/task_methods.rb, line 1662 def date4 get_date_value(attribute_values['date4']) end
Retrieve the Date5 value
@return Date5 value
# File lib/mpxj/task_methods.rb, line 1669 def date5 get_date_value(attribute_values['date5']) end
Retrieve the Date6 value
@return Date6 value
# File lib/mpxj/task_methods.rb, line 1676 def date6 get_date_value(attribute_values['date6']) end
Retrieve the Date7 value
@return Date7 value
# File lib/mpxj/task_methods.rb, line 1683 def date7 get_date_value(attribute_values['date7']) end
Retrieve the Date8 value
@return Date8 value
# File lib/mpxj/task_methods.rb, line 1690 def date8 get_date_value(attribute_values['date8']) end
Retrieve the Date9 value
@return Date9 value
# File lib/mpxj/task_methods.rb, line 1697 def date9 get_date_value(attribute_values['date9']) end
Retrieve the Deadline value
@return Deadline value
# File lib/mpxj/task_methods.rb, line 1704 def deadline get_date_value(attribute_values['deadline']) end
Retrieve the Deliverable Finish value
@return Deliverable Finish value
# File lib/mpxj/task_methods.rb, line 1711 def deliverable_finish get_date_value(attribute_values['deliverable_finish']) end
Retrieve the Deliverable GUID value
@return Deliverable GUID value
# File lib/mpxj/task_methods.rb, line 1718 def deliverable_guid attribute_values['deliverable_guid'] end
Retrieve the Deliverable Name value
@return Deliverable Name value
# File lib/mpxj/task_methods.rb, line 1725 def deliverable_name attribute_values['deliverable_name'] end
Retrieve the Deliverable Start value
@return Deliverable Start value
# File lib/mpxj/task_methods.rb, line 1732 def deliverable_start get_date_value(attribute_values['deliverable_start']) end
Retrieve the Deliverable Type value
@return Deliverable Type value
# File lib/mpxj/task_methods.rb, line 1739 def deliverable_type attribute_values['deliverable_type'] end
Retrieve the Department value
@return Department value
# File lib/mpxj/task_methods.rb, line 1746 def department attribute_values['department'] end
Retrieve the Duration value
@return Duration value
# File lib/mpxj/task_methods.rb, line 1753 def duration get_duration_value(attribute_values['duration']) end
Retrieve the Duration1 value
@return Duration1 value
# File lib/mpxj/task_methods.rb, line 1760 def duration1 get_duration_value(attribute_values['duration1']) end
Retrieve the Duration10 value
@return Duration10 value
# File lib/mpxj/task_methods.rb, line 1767 def duration10 get_duration_value(attribute_values['duration10']) end
Retrieve the Duration10 Estimated value
@return Duration10 Estimated value
# File lib/mpxj/task_methods.rb, line 1774 def duration10_estimated get_boolean_value(attribute_values['duration10_estimated']) end
Retrieve the Duration10 Units value
@return Duration10 Units value
# File lib/mpxj/task_methods.rb, line 1781 def duration10_units attribute_values['duration10_units'] end
Retrieve the Duration1 Estimated value
@return Duration1 Estimated value
# File lib/mpxj/task_methods.rb, line 1788 def duration1_estimated get_boolean_value(attribute_values['duration1_estimated']) end
Retrieve the Duration1 Units value
@return Duration1 Units value
# File lib/mpxj/task_methods.rb, line 1795 def duration1_units attribute_values['duration1_units'] end
Retrieve the Duration2 value
@return Duration2 value
# File lib/mpxj/task_methods.rb, line 1802 def duration2 get_duration_value(attribute_values['duration2']) end
Retrieve the Duration2 Estimated value
@return Duration2 Estimated value
# File lib/mpxj/task_methods.rb, line 1809 def duration2_estimated get_boolean_value(attribute_values['duration2_estimated']) end
Retrieve the Duration2 Units value
@return Duration2 Units value
# File lib/mpxj/task_methods.rb, line 1816 def duration2_units attribute_values['duration2_units'] end
Retrieve the Duration3 value
@return Duration3 value
# File lib/mpxj/task_methods.rb, line 1823 def duration3 get_duration_value(attribute_values['duration3']) end
Retrieve the Duration3 Estimated value
@return Duration3 Estimated value
# File lib/mpxj/task_methods.rb, line 1830 def duration3_estimated get_boolean_value(attribute_values['duration3_estimated']) end
Retrieve the Duration3 Units value
@return Duration3 Units value
# File lib/mpxj/task_methods.rb, line 1837 def duration3_units attribute_values['duration3_units'] end
Retrieve the Duration4 value
@return Duration4 value
# File lib/mpxj/task_methods.rb, line 1844 def duration4 get_duration_value(attribute_values['duration4']) end
Retrieve the Duration4 Estimated value
@return Duration4 Estimated value
# File lib/mpxj/task_methods.rb, line 1851 def duration4_estimated get_boolean_value(attribute_values['duration4_estimated']) end
Retrieve the Duration4 Units value
@return Duration4 Units value
# File lib/mpxj/task_methods.rb, line 1858 def duration4_units attribute_values['duration4_units'] end
Retrieve the Duration5 value
@return Duration5 value
# File lib/mpxj/task_methods.rb, line 1865 def duration5 get_duration_value(attribute_values['duration5']) end
Retrieve the Duration5 Estimated value
@return Duration5 Estimated value
# File lib/mpxj/task_methods.rb, line 1872 def duration5_estimated get_boolean_value(attribute_values['duration5_estimated']) end
Retrieve the Duration5 Units value
@return Duration5 Units value
# File lib/mpxj/task_methods.rb, line 1879 def duration5_units attribute_values['duration5_units'] end
Retrieve the Duration6 value
@return Duration6 value
# File lib/mpxj/task_methods.rb, line 1886 def duration6 get_duration_value(attribute_values['duration6']) end
Retrieve the Duration6 Estimated value
@return Duration6 Estimated value
# File lib/mpxj/task_methods.rb, line 1893 def duration6_estimated get_boolean_value(attribute_values['duration6_estimated']) end
Retrieve the Duration6 Units value
@return Duration6 Units value
# File lib/mpxj/task_methods.rb, line 1900 def duration6_units attribute_values['duration6_units'] end
Retrieve the Duration7 value
@return Duration7 value
# File lib/mpxj/task_methods.rb, line 1907 def duration7 get_duration_value(attribute_values['duration7']) end
Retrieve the Duration7 Estimated value
@return Duration7 Estimated value
# File lib/mpxj/task_methods.rb, line 1914 def duration7_estimated get_boolean_value(attribute_values['duration7_estimated']) end
Retrieve the Duration7 Units value
@return Duration7 Units value
# File lib/mpxj/task_methods.rb, line 1921 def duration7_units attribute_values['duration7_units'] end
Retrieve the Duration8 value
@return Duration8 value
# File lib/mpxj/task_methods.rb, line 1928 def duration8 get_duration_value(attribute_values['duration8']) end
Retrieve the Duration8 Estimated value
@return Duration8 Estimated value
# File lib/mpxj/task_methods.rb, line 1935 def duration8_estimated get_boolean_value(attribute_values['duration8_estimated']) end
Retrieve the Duration8 Units value
@return Duration8 Units value
# File lib/mpxj/task_methods.rb, line 1942 def duration8_units attribute_values['duration8_units'] end
Retrieve the Duration9 value
@return Duration9 value
# File lib/mpxj/task_methods.rb, line 1949 def duration9 get_duration_value(attribute_values['duration9']) end
Retrieve the Duration9 Estimated value
@return Duration9 Estimated value
# File lib/mpxj/task_methods.rb, line 1956 def duration9_estimated get_boolean_value(attribute_values['duration9_estimated']) end
Retrieve the Duration9 Units value
@return Duration9 Units value
# File lib/mpxj/task_methods.rb, line 1963 def duration9_units attribute_values['duration9_units'] end
Retrieve the Duration value
@return Duration value
# File lib/mpxj/task_methods.rb, line 1970 def duration_text attribute_values['duration_text'] end
Retrieve the Duration Units value
@return Duration Units value
# File lib/mpxj/task_methods.rb, line 1977 def duration_units attribute_values['duration_units'] end
Retrieve the Duration Variance value
@return Duration Variance value
# File lib/mpxj/task_methods.rb, line 1984 def duration_variance get_duration_value(attribute_values['duration_variance']) end
Retrieve the EAC value
@return EAC value
# File lib/mpxj/task_methods.rb, line 1991 def eac get_float_value(attribute_values['eac']) end
Retrieve the Early Finish value
@return Early Finish value
# File lib/mpxj/task_methods.rb, line 1998 def early_finish get_date_value(attribute_values['early_finish']) end
Retrieve the Early Start value
@return Early Start value
# File lib/mpxj/task_methods.rb, line 2005 def early_start get_date_value(attribute_values['early_start']) end
Retrieve the Earned Value Method value
@return Earned Value Method value
# File lib/mpxj/task_methods.rb, line 2012 def earned_value_method attribute_values['earned_value_method'] end
Retrieve the Effort Driven value
@return Effort Driven value
# File lib/mpxj/task_methods.rb, line 2019 def effort_driven get_boolean_value(attribute_values['effort_driven']) end
Retrieve the Enterprise Cost1 value
@return Enterprise Cost1 value
# File lib/mpxj/task_methods.rb, line 2026 def enterprise_cost1 get_float_value(attribute_values['enterprise_cost1']) end
Retrieve the Enterprise Cost10 value
@return Enterprise Cost10 value
# File lib/mpxj/task_methods.rb, line 2033 def enterprise_cost10 get_float_value(attribute_values['enterprise_cost10']) end
Retrieve the Enterprise Cost2 value
@return Enterprise Cost2 value
# File lib/mpxj/task_methods.rb, line 2040 def enterprise_cost2 get_float_value(attribute_values['enterprise_cost2']) end
Retrieve the Enterprise Cost3 value
@return Enterprise Cost3 value
# File lib/mpxj/task_methods.rb, line 2047 def enterprise_cost3 get_float_value(attribute_values['enterprise_cost3']) end
Retrieve the Enterprise Cost4 value
@return Enterprise Cost4 value
# File lib/mpxj/task_methods.rb, line 2054 def enterprise_cost4 get_float_value(attribute_values['enterprise_cost4']) end
Retrieve the Enterprise Cost5 value
@return Enterprise Cost5 value
# File lib/mpxj/task_methods.rb, line 2061 def enterprise_cost5 get_float_value(attribute_values['enterprise_cost5']) end
Retrieve the Enterprise Cost6 value
@return Enterprise Cost6 value
# File lib/mpxj/task_methods.rb, line 2068 def enterprise_cost6 get_float_value(attribute_values['enterprise_cost6']) end
Retrieve the Enterprise Cost7 value
@return Enterprise Cost7 value
# File lib/mpxj/task_methods.rb, line 2075 def enterprise_cost7 get_float_value(attribute_values['enterprise_cost7']) end
Retrieve the Enterprise Cost8 value
@return Enterprise Cost8 value
# File lib/mpxj/task_methods.rb, line 2082 def enterprise_cost8 get_float_value(attribute_values['enterprise_cost8']) end
Retrieve the Enterprise Cost9 value
@return Enterprise Cost9 value
# File lib/mpxj/task_methods.rb, line 2089 def enterprise_cost9 get_float_value(attribute_values['enterprise_cost9']) end
Retrieve the Enterprise Data value
@return Enterprise Data value
# File lib/mpxj/task_methods.rb, line 2096 def enterprise_data attribute_values['enterprise_data'] end
Retrieve the Enterprise Date1 value
@return Enterprise Date1 value
# File lib/mpxj/task_methods.rb, line 2103 def enterprise_date1 get_date_value(attribute_values['enterprise_date1']) end
Retrieve the Enterprise Date10 value
@return Enterprise Date10 value
# File lib/mpxj/task_methods.rb, line 2110 def enterprise_date10 get_date_value(attribute_values['enterprise_date10']) end
Retrieve the Enterprise Date11 value
@return Enterprise Date11 value
# File lib/mpxj/task_methods.rb, line 2117 def enterprise_date11 get_date_value(attribute_values['enterprise_date11']) end
Retrieve the Enterprise Date12 value
@return Enterprise Date12 value
# File lib/mpxj/task_methods.rb, line 2124 def enterprise_date12 get_date_value(attribute_values['enterprise_date12']) end
Retrieve the Enterprise Date13 value
@return Enterprise Date13 value
# File lib/mpxj/task_methods.rb, line 2131 def enterprise_date13 get_date_value(attribute_values['enterprise_date13']) end
Retrieve the Enterprise Date14 value
@return Enterprise Date14 value
# File lib/mpxj/task_methods.rb, line 2138 def enterprise_date14 get_date_value(attribute_values['enterprise_date14']) end
Retrieve the Enterprise Date15 value
@return Enterprise Date15 value
# File lib/mpxj/task_methods.rb, line 2145 def enterprise_date15 get_date_value(attribute_values['enterprise_date15']) end
Retrieve the Enterprise Date16 value
@return Enterprise Date16 value
# File lib/mpxj/task_methods.rb, line 2152 def enterprise_date16 get_date_value(attribute_values['enterprise_date16']) end
Retrieve the Enterprise Date17 value
@return Enterprise Date17 value
# File lib/mpxj/task_methods.rb, line 2159 def enterprise_date17 get_date_value(attribute_values['enterprise_date17']) end
Retrieve the Enterprise Date18 value
@return Enterprise Date18 value
# File lib/mpxj/task_methods.rb, line 2166 def enterprise_date18 get_date_value(attribute_values['enterprise_date18']) end
Retrieve the Enterprise Date19 value
@return Enterprise Date19 value
# File lib/mpxj/task_methods.rb, line 2173 def enterprise_date19 get_date_value(attribute_values['enterprise_date19']) end
Retrieve the Enterprise Date2 value
@return Enterprise Date2 value
# File lib/mpxj/task_methods.rb, line 2180 def enterprise_date2 get_date_value(attribute_values['enterprise_date2']) end
Retrieve the Enterprise Date20 value
@return Enterprise Date20 value
# File lib/mpxj/task_methods.rb, line 2187 def enterprise_date20 get_date_value(attribute_values['enterprise_date20']) end
Retrieve the Enterprise Date21 value
@return Enterprise Date21 value
# File lib/mpxj/task_methods.rb, line 2194 def enterprise_date21 get_date_value(attribute_values['enterprise_date21']) end
Retrieve the Enterprise Date22 value
@return Enterprise Date22 value
# File lib/mpxj/task_methods.rb, line 2201 def enterprise_date22 get_date_value(attribute_values['enterprise_date22']) end
Retrieve the Enterprise Date23 value
@return Enterprise Date23 value
# File lib/mpxj/task_methods.rb, line 2208 def enterprise_date23 get_date_value(attribute_values['enterprise_date23']) end
Retrieve the Enterprise Date24 value
@return Enterprise Date24 value
# File lib/mpxj/task_methods.rb, line 2215 def enterprise_date24 get_date_value(attribute_values['enterprise_date24']) end
Retrieve the Enterprise Date25 value
@return Enterprise Date25 value
# File lib/mpxj/task_methods.rb, line 2222 def enterprise_date25 get_date_value(attribute_values['enterprise_date25']) end
Retrieve the Enterprise Date26 value
@return Enterprise Date26 value
# File lib/mpxj/task_methods.rb, line 2229 def enterprise_date26 get_date_value(attribute_values['enterprise_date26']) end
Retrieve the Enterprise Date27 value
@return Enterprise Date27 value
# File lib/mpxj/task_methods.rb, line 2236 def enterprise_date27 get_date_value(attribute_values['enterprise_date27']) end
Retrieve the Enterprise Date28 value
@return Enterprise Date28 value
# File lib/mpxj/task_methods.rb, line 2243 def enterprise_date28 get_date_value(attribute_values['enterprise_date28']) end
Retrieve the Enterprise Date29 value
@return Enterprise Date29 value
# File lib/mpxj/task_methods.rb, line 2250 def enterprise_date29 get_date_value(attribute_values['enterprise_date29']) end
Retrieve the Enterprise Date3 value
@return Enterprise Date3 value
# File lib/mpxj/task_methods.rb, line 2257 def enterprise_date3 get_date_value(attribute_values['enterprise_date3']) end
Retrieve the Enterprise Date30 value
@return Enterprise Date30 value
# File lib/mpxj/task_methods.rb, line 2264 def enterprise_date30 get_date_value(attribute_values['enterprise_date30']) end
Retrieve the Enterprise Date4 value
@return Enterprise Date4 value
# File lib/mpxj/task_methods.rb, line 2271 def enterprise_date4 get_date_value(attribute_values['enterprise_date4']) end
Retrieve the Enterprise Date5 value
@return Enterprise Date5 value
# File lib/mpxj/task_methods.rb, line 2278 def enterprise_date5 get_date_value(attribute_values['enterprise_date5']) end
Retrieve the Enterprise Date6 value
@return Enterprise Date6 value
# File lib/mpxj/task_methods.rb, line 2285 def enterprise_date6 get_date_value(attribute_values['enterprise_date6']) end
Retrieve the Enterprise Date7 value
@return Enterprise Date7 value
# File lib/mpxj/task_methods.rb, line 2292 def enterprise_date7 get_date_value(attribute_values['enterprise_date7']) end
Retrieve the Enterprise Date8 value
@return Enterprise Date8 value
# File lib/mpxj/task_methods.rb, line 2299 def enterprise_date8 get_date_value(attribute_values['enterprise_date8']) end
Retrieve the Enterprise Date9 value
@return Enterprise Date9 value
# File lib/mpxj/task_methods.rb, line 2306 def enterprise_date9 get_date_value(attribute_values['enterprise_date9']) end
Retrieve the Enterprise Duration1 value
@return Enterprise Duration1 value
# File lib/mpxj/task_methods.rb, line 2313 def enterprise_duration1 get_duration_value(attribute_values['enterprise_duration1']) end
Retrieve the Enterprise Duration10 value
@return Enterprise Duration10 value
# File lib/mpxj/task_methods.rb, line 2320 def enterprise_duration10 get_duration_value(attribute_values['enterprise_duration10']) end
Retrieve the Enterprise Duration10 Units value
@return Enterprise Duration10 Units value
# File lib/mpxj/task_methods.rb, line 2327 def enterprise_duration10_units attribute_values['enterprise_duration10_units'] end
Retrieve the Enterprise Duration1 Units value
@return Enterprise Duration1 Units value
# File lib/mpxj/task_methods.rb, line 2334 def enterprise_duration1_units attribute_values['enterprise_duration1_units'] end
Retrieve the Enterprise Duration2 value
@return Enterprise Duration2 value
# File lib/mpxj/task_methods.rb, line 2341 def enterprise_duration2 get_duration_value(attribute_values['enterprise_duration2']) end
Retrieve the Enterprise Duration2 Units value
@return Enterprise Duration2 Units value
# File lib/mpxj/task_methods.rb, line 2348 def enterprise_duration2_units attribute_values['enterprise_duration2_units'] end
Retrieve the Enterprise Duration3 value
@return Enterprise Duration3 value
# File lib/mpxj/task_methods.rb, line 2355 def enterprise_duration3 get_duration_value(attribute_values['enterprise_duration3']) end
Retrieve the Enterprise Duration3 Units value
@return Enterprise Duration3 Units value
# File lib/mpxj/task_methods.rb, line 2362 def enterprise_duration3_units attribute_values['enterprise_duration3_units'] end
Retrieve the Enterprise Duration4 value
@return Enterprise Duration4 value
# File lib/mpxj/task_methods.rb, line 2369 def enterprise_duration4 get_duration_value(attribute_values['enterprise_duration4']) end
Retrieve the Enterprise Duration4 Units value
@return Enterprise Duration4 Units value
# File lib/mpxj/task_methods.rb, line 2376 def enterprise_duration4_units attribute_values['enterprise_duration4_units'] end
Retrieve the Enterprise Duration5 value
@return Enterprise Duration5 value
# File lib/mpxj/task_methods.rb, line 2383 def enterprise_duration5 get_duration_value(attribute_values['enterprise_duration5']) end
Retrieve the Enterprise Duration5 Units value
@return Enterprise Duration5 Units value
# File lib/mpxj/task_methods.rb, line 2390 def enterprise_duration5_units attribute_values['enterprise_duration5_units'] end
Retrieve the Enterprise Duration6 value
@return Enterprise Duration6 value
# File lib/mpxj/task_methods.rb, line 2397 def enterprise_duration6 get_duration_value(attribute_values['enterprise_duration6']) end
Retrieve the Enterprise Duration6 Units value
@return Enterprise Duration6 Units value
# File lib/mpxj/task_methods.rb, line 2404 def enterprise_duration6_units attribute_values['enterprise_duration6_units'] end
Retrieve the Enterprise Duration7 value
@return Enterprise Duration7 value
# File lib/mpxj/task_methods.rb, line 2411 def enterprise_duration7 get_duration_value(attribute_values['enterprise_duration7']) end
Retrieve the Enterprise Duration7 Units value
@return Enterprise Duration7 Units value
# File lib/mpxj/task_methods.rb, line 2418 def enterprise_duration7_units attribute_values['enterprise_duration7_units'] end
Retrieve the Enterprise Duration8 value
@return Enterprise Duration8 value
# File lib/mpxj/task_methods.rb, line 2425 def enterprise_duration8 get_duration_value(attribute_values['enterprise_duration8']) end
Retrieve the Enterprise Duration8 Units value
@return Enterprise Duration8 Units value
# File lib/mpxj/task_methods.rb, line 2432 def enterprise_duration8_units attribute_values['enterprise_duration8_units'] end
Retrieve the Enterprise Duration9 value
@return Enterprise Duration9 value
# File lib/mpxj/task_methods.rb, line 2439 def enterprise_duration9 get_duration_value(attribute_values['enterprise_duration9']) end
Retrieve the Enterprise Duration9 Units value
@return Enterprise Duration9 Units value
# File lib/mpxj/task_methods.rb, line 2446 def enterprise_duration9_units attribute_values['enterprise_duration9_units'] end
Retrieve the Enterprise Flag1 value
@return Enterprise Flag1 value
# File lib/mpxj/task_methods.rb, line 2453 def enterprise_flag1 get_boolean_value(attribute_values['enterprise_flag1']) end
Retrieve the Enterprise Flag10 value
@return Enterprise Flag10 value
# File lib/mpxj/task_methods.rb, line 2460 def enterprise_flag10 get_boolean_value(attribute_values['enterprise_flag10']) end
Retrieve the Enterprise Flag11 value
@return Enterprise Flag11 value
# File lib/mpxj/task_methods.rb, line 2467 def enterprise_flag11 get_boolean_value(attribute_values['enterprise_flag11']) end
Retrieve the Enterprise Flag12 value
@return Enterprise Flag12 value
# File lib/mpxj/task_methods.rb, line 2474 def enterprise_flag12 get_boolean_value(attribute_values['enterprise_flag12']) end
Retrieve the Enterprise Flag13 value
@return Enterprise Flag13 value
# File lib/mpxj/task_methods.rb, line 2481 def enterprise_flag13 get_boolean_value(attribute_values['enterprise_flag13']) end
Retrieve the Enterprise Flag14 value
@return Enterprise Flag14 value
# File lib/mpxj/task_methods.rb, line 2488 def enterprise_flag14 get_boolean_value(attribute_values['enterprise_flag14']) end
Retrieve the Enterprise Flag15 value
@return Enterprise Flag15 value
# File lib/mpxj/task_methods.rb, line 2495 def enterprise_flag15 get_boolean_value(attribute_values['enterprise_flag15']) end
Retrieve the Enterprise Flag16 value
@return Enterprise Flag16 value
# File lib/mpxj/task_methods.rb, line 2502 def enterprise_flag16 get_boolean_value(attribute_values['enterprise_flag16']) end
Retrieve the Enterprise Flag17 value
@return Enterprise Flag17 value
# File lib/mpxj/task_methods.rb, line 2509 def enterprise_flag17 get_boolean_value(attribute_values['enterprise_flag17']) end
Retrieve the Enterprise Flag18 value
@return Enterprise Flag18 value
# File lib/mpxj/task_methods.rb, line 2516 def enterprise_flag18 get_boolean_value(attribute_values['enterprise_flag18']) end
Retrieve the Enterprise Flag19 value
@return Enterprise Flag19 value
# File lib/mpxj/task_methods.rb, line 2523 def enterprise_flag19 get_boolean_value(attribute_values['enterprise_flag19']) end
Retrieve the Enterprise Flag2 value
@return Enterprise Flag2 value
# File lib/mpxj/task_methods.rb, line 2530 def enterprise_flag2 get_boolean_value(attribute_values['enterprise_flag2']) end
Retrieve the Enterprise Flag20 value
@return Enterprise Flag20 value
# File lib/mpxj/task_methods.rb, line 2537 def enterprise_flag20 get_boolean_value(attribute_values['enterprise_flag20']) end
Retrieve the Enterprise Flag3 value
@return Enterprise Flag3 value
# File lib/mpxj/task_methods.rb, line 2544 def enterprise_flag3 get_boolean_value(attribute_values['enterprise_flag3']) end
Retrieve the Enterprise Flag4 value
@return Enterprise Flag4 value
# File lib/mpxj/task_methods.rb, line 2551 def enterprise_flag4 get_boolean_value(attribute_values['enterprise_flag4']) end
Retrieve the Enterprise Flag5 value
@return Enterprise Flag5 value
# File lib/mpxj/task_methods.rb, line 2558 def enterprise_flag5 get_boolean_value(attribute_values['enterprise_flag5']) end
Retrieve the Enterprise Flag6 value
@return Enterprise Flag6 value
# File lib/mpxj/task_methods.rb, line 2565 def enterprise_flag6 get_boolean_value(attribute_values['enterprise_flag6']) end
Retrieve the Enterprise Flag7 value
@return Enterprise Flag7 value
# File lib/mpxj/task_methods.rb, line 2572 def enterprise_flag7 get_boolean_value(attribute_values['enterprise_flag7']) end
Retrieve the Enterprise Flag8 value
@return Enterprise Flag8 value
# File lib/mpxj/task_methods.rb, line 2579 def enterprise_flag8 get_boolean_value(attribute_values['enterprise_flag8']) end
Retrieve the Enterprise Flag9 value
@return Enterprise Flag9 value
# File lib/mpxj/task_methods.rb, line 2586 def enterprise_flag9 get_boolean_value(attribute_values['enterprise_flag9']) end
Retrieve the Enterprise Number1 value
@return Enterprise Number1 value
# File lib/mpxj/task_methods.rb, line 2593 def enterprise_number1 get_float_value(attribute_values['enterprise_number1']) end
Retrieve the Enterprise Number10 value
@return Enterprise Number10 value
# File lib/mpxj/task_methods.rb, line 2600 def enterprise_number10 get_float_value(attribute_values['enterprise_number10']) end
Retrieve the Enterprise Number11 value
@return Enterprise Number11 value
# File lib/mpxj/task_methods.rb, line 2607 def enterprise_number11 get_float_value(attribute_values['enterprise_number11']) end
Retrieve the Enterprise Number12 value
@return Enterprise Number12 value
# File lib/mpxj/task_methods.rb, line 2614 def enterprise_number12 get_float_value(attribute_values['enterprise_number12']) end
Retrieve the Enterprise Number13 value
@return Enterprise Number13 value
# File lib/mpxj/task_methods.rb, line 2621 def enterprise_number13 get_float_value(attribute_values['enterprise_number13']) end
Retrieve the Enterprise Number14 value
@return Enterprise Number14 value
# File lib/mpxj/task_methods.rb, line 2628 def enterprise_number14 get_float_value(attribute_values['enterprise_number14']) end
Retrieve the Enterprise Number15 value
@return Enterprise Number15 value
# File lib/mpxj/task_methods.rb, line 2635 def enterprise_number15 get_float_value(attribute_values['enterprise_number15']) end
Retrieve the Enterprise Number16 value
@return Enterprise Number16 value
# File lib/mpxj/task_methods.rb, line 2642 def enterprise_number16 get_float_value(attribute_values['enterprise_number16']) end
Retrieve the Enterprise Number17 value
@return Enterprise Number17 value
# File lib/mpxj/task_methods.rb, line 2649 def enterprise_number17 get_float_value(attribute_values['enterprise_number17']) end
Retrieve the Enterprise Number18 value
@return Enterprise Number18 value
# File lib/mpxj/task_methods.rb, line 2656 def enterprise_number18 get_float_value(attribute_values['enterprise_number18']) end
Retrieve the Enterprise Number19 value
@return Enterprise Number19 value
# File lib/mpxj/task_methods.rb, line 2663 def enterprise_number19 get_float_value(attribute_values['enterprise_number19']) end
Retrieve the Enterprise Number2 value
@return Enterprise Number2 value
# File lib/mpxj/task_methods.rb, line 2670 def enterprise_number2 get_float_value(attribute_values['enterprise_number2']) end
Retrieve the Enterprise Number20 value
@return Enterprise Number20 value
# File lib/mpxj/task_methods.rb, line 2677 def enterprise_number20 get_float_value(attribute_values['enterprise_number20']) end
Retrieve the Enterprise Number21 value
@return Enterprise Number21 value
# File lib/mpxj/task_methods.rb, line 2684 def enterprise_number21 get_float_value(attribute_values['enterprise_number21']) end
Retrieve the Enterprise Number22 value
@return Enterprise Number22 value
# File lib/mpxj/task_methods.rb, line 2691 def enterprise_number22 get_float_value(attribute_values['enterprise_number22']) end
Retrieve the Enterprise Number23 value
@return Enterprise Number23 value
# File lib/mpxj/task_methods.rb, line 2698 def enterprise_number23 get_float_value(attribute_values['enterprise_number23']) end
Retrieve the Enterprise Number24 value
@return Enterprise Number24 value
# File lib/mpxj/task_methods.rb, line 2705 def enterprise_number24 get_float_value(attribute_values['enterprise_number24']) end
Retrieve the Enterprise Number25 value
@return Enterprise Number25 value
# File lib/mpxj/task_methods.rb, line 2712 def enterprise_number25 get_float_value(attribute_values['enterprise_number25']) end
Retrieve the Enterprise Number26 value
@return Enterprise Number26 value
# File lib/mpxj/task_methods.rb, line 2719 def enterprise_number26 get_float_value(attribute_values['enterprise_number26']) end
Retrieve the Enterprise Number27 value
@return Enterprise Number27 value
# File lib/mpxj/task_methods.rb, line 2726 def enterprise_number27 get_float_value(attribute_values['enterprise_number27']) end
Retrieve the Enterprise Number28 value
@return Enterprise Number28 value
# File lib/mpxj/task_methods.rb, line 2733 def enterprise_number28 get_float_value(attribute_values['enterprise_number28']) end
Retrieve the Enterprise Number29 value
@return Enterprise Number29 value
# File lib/mpxj/task_methods.rb, line 2740 def enterprise_number29 get_float_value(attribute_values['enterprise_number29']) end
Retrieve the Enterprise Number3 value
@return Enterprise Number3 value
# File lib/mpxj/task_methods.rb, line 2747 def enterprise_number3 get_float_value(attribute_values['enterprise_number3']) end
Retrieve the Enterprise Number30 value
@return Enterprise Number30 value
# File lib/mpxj/task_methods.rb, line 2754 def enterprise_number30 get_float_value(attribute_values['enterprise_number30']) end
Retrieve the Enterprise Number31 value
@return Enterprise Number31 value
# File lib/mpxj/task_methods.rb, line 2761 def enterprise_number31 get_float_value(attribute_values['enterprise_number31']) end
Retrieve the Enterprise Number32 value
@return Enterprise Number32 value
# File lib/mpxj/task_methods.rb, line 2768 def enterprise_number32 get_float_value(attribute_values['enterprise_number32']) end
Retrieve the Enterprise Number33 value
@return Enterprise Number33 value
# File lib/mpxj/task_methods.rb, line 2775 def enterprise_number33 get_float_value(attribute_values['enterprise_number33']) end
Retrieve the Enterprise Number34 value
@return Enterprise Number34 value
# File lib/mpxj/task_methods.rb, line 2782 def enterprise_number34 get_float_value(attribute_values['enterprise_number34']) end
Retrieve the Enterprise Number35 value
@return Enterprise Number35 value
# File lib/mpxj/task_methods.rb, line 2789 def enterprise_number35 get_float_value(attribute_values['enterprise_number35']) end
Retrieve the Enterprise Number36 value
@return Enterprise Number36 value
# File lib/mpxj/task_methods.rb, line 2796 def enterprise_number36 get_float_value(attribute_values['enterprise_number36']) end
Retrieve the Enterprise Number37 value
@return Enterprise Number37 value
# File lib/mpxj/task_methods.rb, line 2803 def enterprise_number37 get_float_value(attribute_values['enterprise_number37']) end
Retrieve the Enterprise Number38 value
@return Enterprise Number38 value
# File lib/mpxj/task_methods.rb, line 2810 def enterprise_number38 get_float_value(attribute_values['enterprise_number38']) end
Retrieve the Enterprise Number39 value
@return Enterprise Number39 value
# File lib/mpxj/task_methods.rb, line 2817 def enterprise_number39 get_float_value(attribute_values['enterprise_number39']) end
Retrieve the Enterprise Number4 value
@return Enterprise Number4 value
# File lib/mpxj/task_methods.rb, line 2824 def enterprise_number4 get_float_value(attribute_values['enterprise_number4']) end
Retrieve the Enterprise Number40 value
@return Enterprise Number40 value
# File lib/mpxj/task_methods.rb, line 2831 def enterprise_number40 get_float_value(attribute_values['enterprise_number40']) end
Retrieve the Enterprise Number5 value
@return Enterprise Number5 value
# File lib/mpxj/task_methods.rb, line 2838 def enterprise_number5 get_float_value(attribute_values['enterprise_number5']) end
Retrieve the Enterprise Number6 value
@return Enterprise Number6 value
# File lib/mpxj/task_methods.rb, line 2845 def enterprise_number6 get_float_value(attribute_values['enterprise_number6']) end
Retrieve the Enterprise Number7 value
@return Enterprise Number7 value
# File lib/mpxj/task_methods.rb, line 2852 def enterprise_number7 get_float_value(attribute_values['enterprise_number7']) end
Retrieve the Enterprise Number8 value
@return Enterprise Number8 value
# File lib/mpxj/task_methods.rb, line 2859 def enterprise_number8 get_float_value(attribute_values['enterprise_number8']) end
Retrieve the Enterprise Number9 value
@return Enterprise Number9 value
# File lib/mpxj/task_methods.rb, line 2866 def enterprise_number9 get_float_value(attribute_values['enterprise_number9']) end
Retrieve the Enterprise Outline Code1 value
@return Enterprise Outline Code1 value
# File lib/mpxj/task_methods.rb, line 2873 def enterprise_outline_code1 attribute_values['enterprise_outline_code1'] end
Retrieve the Enterprise Outline Code10 value
@return Enterprise Outline Code10 value
# File lib/mpxj/task_methods.rb, line 2880 def enterprise_outline_code10 attribute_values['enterprise_outline_code10'] end
Retrieve the Enterprise Outline Code11 value
@return Enterprise Outline Code11 value
# File lib/mpxj/task_methods.rb, line 2887 def enterprise_outline_code11 attribute_values['enterprise_outline_code11'] end
Retrieve the Enterprise Outline Code12 value
@return Enterprise Outline Code12 value
# File lib/mpxj/task_methods.rb, line 2894 def enterprise_outline_code12 attribute_values['enterprise_outline_code12'] end
Retrieve the Enterprise Outline Code13 value
@return Enterprise Outline Code13 value
# File lib/mpxj/task_methods.rb, line 2901 def enterprise_outline_code13 attribute_values['enterprise_outline_code13'] end
Retrieve the Enterprise Outline Code14 value
@return Enterprise Outline Code14 value
# File lib/mpxj/task_methods.rb, line 2908 def enterprise_outline_code14 attribute_values['enterprise_outline_code14'] end
Retrieve the Enterprise Outline Code15 value
@return Enterprise Outline Code15 value
# File lib/mpxj/task_methods.rb, line 2915 def enterprise_outline_code15 attribute_values['enterprise_outline_code15'] end
Retrieve the Enterprise Outline Code16 value
@return Enterprise Outline Code16 value
# File lib/mpxj/task_methods.rb, line 2922 def enterprise_outline_code16 attribute_values['enterprise_outline_code16'] end
Retrieve the Enterprise Outline Code17 value
@return Enterprise Outline Code17 value
# File lib/mpxj/task_methods.rb, line 2929 def enterprise_outline_code17 attribute_values['enterprise_outline_code17'] end
Retrieve the Enterprise Outline Code18 value
@return Enterprise Outline Code18 value
# File lib/mpxj/task_methods.rb, line 2936 def enterprise_outline_code18 attribute_values['enterprise_outline_code18'] end
Retrieve the Enterprise Outline Code19 value
@return Enterprise Outline Code19 value
# File lib/mpxj/task_methods.rb, line 2943 def enterprise_outline_code19 attribute_values['enterprise_outline_code19'] end
Retrieve the Enterprise Outline Code2 value
@return Enterprise Outline Code2 value
# File lib/mpxj/task_methods.rb, line 2950 def enterprise_outline_code2 attribute_values['enterprise_outline_code2'] end
Retrieve the Enterprise Outline Code20 value
@return Enterprise Outline Code20 value
# File lib/mpxj/task_methods.rb, line 2957 def enterprise_outline_code20 attribute_values['enterprise_outline_code20'] end
Retrieve the Enterprise Outline Code21 value
@return Enterprise Outline Code21 value
# File lib/mpxj/task_methods.rb, line 2964 def enterprise_outline_code21 attribute_values['enterprise_outline_code21'] end
Retrieve the Enterprise Outline Code22 value
@return Enterprise Outline Code22 value
# File lib/mpxj/task_methods.rb, line 2971 def enterprise_outline_code22 attribute_values['enterprise_outline_code22'] end
Retrieve the Enterprise Outline Code23 value
@return Enterprise Outline Code23 value
# File lib/mpxj/task_methods.rb, line 2978 def enterprise_outline_code23 attribute_values['enterprise_outline_code23'] end
Retrieve the Enterprise Outline Code24 value
@return Enterprise Outline Code24 value
# File lib/mpxj/task_methods.rb, line 2985 def enterprise_outline_code24 attribute_values['enterprise_outline_code24'] end
Retrieve the Enterprise Outline Code25 value
@return Enterprise Outline Code25 value
# File lib/mpxj/task_methods.rb, line 2992 def enterprise_outline_code25 attribute_values['enterprise_outline_code25'] end
Retrieve the Enterprise Outline Code26 value
@return Enterprise Outline Code26 value
# File lib/mpxj/task_methods.rb, line 2999 def enterprise_outline_code26 attribute_values['enterprise_outline_code26'] end
Retrieve the Enterprise Outline Code27 value
@return Enterprise Outline Code27 value
# File lib/mpxj/task_methods.rb, line 3006 def enterprise_outline_code27 attribute_values['enterprise_outline_code27'] end
Retrieve the Enterprise Outline Code28 value
@return Enterprise Outline Code28 value
# File lib/mpxj/task_methods.rb, line 3013 def enterprise_outline_code28 attribute_values['enterprise_outline_code28'] end
Retrieve the Enterprise Outline Code29 value
@return Enterprise Outline Code29 value
# File lib/mpxj/task_methods.rb, line 3020 def enterprise_outline_code29 attribute_values['enterprise_outline_code29'] end
Retrieve the Enterprise Outline Code3 value
@return Enterprise Outline Code3 value
# File lib/mpxj/task_methods.rb, line 3027 def enterprise_outline_code3 attribute_values['enterprise_outline_code3'] end
Retrieve the Enterprise Outline Code30 value
@return Enterprise Outline Code30 value
# File lib/mpxj/task_methods.rb, line 3034 def enterprise_outline_code30 attribute_values['enterprise_outline_code30'] end
Retrieve the Enterprise Outline Code4 value
@return Enterprise Outline Code4 value
# File lib/mpxj/task_methods.rb, line 3041 def enterprise_outline_code4 attribute_values['enterprise_outline_code4'] end
Retrieve the Enterprise Outline Code5 value
@return Enterprise Outline Code5 value
# File lib/mpxj/task_methods.rb, line 3048 def enterprise_outline_code5 attribute_values['enterprise_outline_code5'] end
Retrieve the Enterprise Outline Code6 value
@return Enterprise Outline Code6 value
# File lib/mpxj/task_methods.rb, line 3055 def enterprise_outline_code6 attribute_values['enterprise_outline_code6'] end
Retrieve the Enterprise Outline Code7 value
@return Enterprise Outline Code7 value
# File lib/mpxj/task_methods.rb, line 3062 def enterprise_outline_code7 attribute_values['enterprise_outline_code7'] end
Retrieve the Enterprise Outline Code8 value
@return Enterprise Outline Code8 value
# File lib/mpxj/task_methods.rb, line 3069 def enterprise_outline_code8 attribute_values['enterprise_outline_code8'] end
Retrieve the Enterprise Outline Code9 value
@return Enterprise Outline Code9 value
# File lib/mpxj/task_methods.rb, line 3076 def enterprise_outline_code9 attribute_values['enterprise_outline_code9'] end
Retrieve the Enterprise Text1 value
@return Enterprise Text1 value
# File lib/mpxj/task_methods.rb, line 4343 def enterprise_text1 attribute_values['enterprise_text1'] end
Retrieve the Enterprise Text10 value
@return Enterprise Text10 value
# File lib/mpxj/task_methods.rb, line 4350 def enterprise_text10 attribute_values['enterprise_text10'] end
Retrieve the Enterprise Text11 value
@return Enterprise Text11 value
# File lib/mpxj/task_methods.rb, line 4357 def enterprise_text11 attribute_values['enterprise_text11'] end
Retrieve the Enterprise Text12 value
@return Enterprise Text12 value
# File lib/mpxj/task_methods.rb, line 4364 def enterprise_text12 attribute_values['enterprise_text12'] end
Retrieve the Enterprise Text13 value
@return Enterprise Text13 value
# File lib/mpxj/task_methods.rb, line 4371 def enterprise_text13 attribute_values['enterprise_text13'] end
Retrieve the Enterprise Text14 value
@return Enterprise Text14 value
# File lib/mpxj/task_methods.rb, line 4378 def enterprise_text14 attribute_values['enterprise_text14'] end
Retrieve the Enterprise Text15 value
@return Enterprise Text15 value
# File lib/mpxj/task_methods.rb, line 4385 def enterprise_text15 attribute_values['enterprise_text15'] end
Retrieve the Enterprise Text16 value
@return Enterprise Text16 value
# File lib/mpxj/task_methods.rb, line 4392 def enterprise_text16 attribute_values['enterprise_text16'] end
Retrieve the Enterprise Text17 value
@return Enterprise Text17 value
# File lib/mpxj/task_methods.rb, line 4399 def enterprise_text17 attribute_values['enterprise_text17'] end
Retrieve the Enterprise Text18 value
@return Enterprise Text18 value
# File lib/mpxj/task_methods.rb, line 4406 def enterprise_text18 attribute_values['enterprise_text18'] end
Retrieve the Enterprise Text19 value
@return Enterprise Text19 value
# File lib/mpxj/task_methods.rb, line 4413 def enterprise_text19 attribute_values['enterprise_text19'] end
Retrieve the Enterprise Text2 value
@return Enterprise Text2 value
# File lib/mpxj/task_methods.rb, line 4420 def enterprise_text2 attribute_values['enterprise_text2'] end
Retrieve the Enterprise Text20 value
@return Enterprise Text20 value
# File lib/mpxj/task_methods.rb, line 4427 def enterprise_text20 attribute_values['enterprise_text20'] end
Retrieve the Enterprise Text21 value
@return Enterprise Text21 value
# File lib/mpxj/task_methods.rb, line 4434 def enterprise_text21 attribute_values['enterprise_text21'] end
Retrieve the Enterprise Text22 value
@return Enterprise Text22 value
# File lib/mpxj/task_methods.rb, line 4441 def enterprise_text22 attribute_values['enterprise_text22'] end
Retrieve the Enterprise Text23 value
@return Enterprise Text23 value
# File lib/mpxj/task_methods.rb, line 4448 def enterprise_text23 attribute_values['enterprise_text23'] end
Retrieve the Enterprise Text24 value
@return Enterprise Text24 value
# File lib/mpxj/task_methods.rb, line 4455 def enterprise_text24 attribute_values['enterprise_text24'] end
Retrieve the Enterprise Text25 value
@return Enterprise Text25 value
# File lib/mpxj/task_methods.rb, line 4462 def enterprise_text25 attribute_values['enterprise_text25'] end
Retrieve the Enterprise Text26 value
@return Enterprise Text26 value
# File lib/mpxj/task_methods.rb, line 4469 def enterprise_text26 attribute_values['enterprise_text26'] end
Retrieve the Enterprise Text27 value
@return Enterprise Text27 value
# File lib/mpxj/task_methods.rb, line 4476 def enterprise_text27 attribute_values['enterprise_text27'] end
Retrieve the Enterprise Text28 value
@return Enterprise Text28 value
# File lib/mpxj/task_methods.rb, line 4483 def enterprise_text28 attribute_values['enterprise_text28'] end
Retrieve the Enterprise Text29 value
@return Enterprise Text29 value
# File lib/mpxj/task_methods.rb, line 4490 def enterprise_text29 attribute_values['enterprise_text29'] end
Retrieve the Enterprise Text3 value
@return Enterprise Text3 value
# File lib/mpxj/task_methods.rb, line 4497 def enterprise_text3 attribute_values['enterprise_text3'] end
Retrieve the Enterprise Text30 value
@return Enterprise Text30 value
# File lib/mpxj/task_methods.rb, line 4504 def enterprise_text30 attribute_values['enterprise_text30'] end
Retrieve the Enterprise Text31 value
@return Enterprise Text31 value
# File lib/mpxj/task_methods.rb, line 4511 def enterprise_text31 attribute_values['enterprise_text31'] end
Retrieve the Enterprise Text32 value
@return Enterprise Text32 value
# File lib/mpxj/task_methods.rb, line 4518 def enterprise_text32 attribute_values['enterprise_text32'] end
Retrieve the Enterprise Text33 value
@return Enterprise Text33 value
# File lib/mpxj/task_methods.rb, line 4525 def enterprise_text33 attribute_values['enterprise_text33'] end
Retrieve the Enterprise Text34 value
@return Enterprise Text34 value
# File lib/mpxj/task_methods.rb, line 4532 def enterprise_text34 attribute_values['enterprise_text34'] end
Retrieve the Enterprise Text35 value
@return Enterprise Text35 value
# File lib/mpxj/task_methods.rb, line 4539 def enterprise_text35 attribute_values['enterprise_text35'] end
Retrieve the Enterprise Text36 value
@return Enterprise Text36 value
# File lib/mpxj/task_methods.rb, line 4546 def enterprise_text36 attribute_values['enterprise_text36'] end
Retrieve the Enterprise Text37 value
@return Enterprise Text37 value
# File lib/mpxj/task_methods.rb, line 4553 def enterprise_text37 attribute_values['enterprise_text37'] end
Retrieve the Enterprise Text38 value
@return Enterprise Text38 value
# File lib/mpxj/task_methods.rb, line 4560 def enterprise_text38 attribute_values['enterprise_text38'] end
Retrieve the Enterprise Text39 value
@return Enterprise Text39 value
# File lib/mpxj/task_methods.rb, line 4567 def enterprise_text39 attribute_values['enterprise_text39'] end
Retrieve the Enterprise Text4 value
@return Enterprise Text4 value
# File lib/mpxj/task_methods.rb, line 4574 def enterprise_text4 attribute_values['enterprise_text4'] end
Retrieve the Enterprise Text40 value
@return Enterprise Text40 value
# File lib/mpxj/task_methods.rb, line 4581 def enterprise_text40 attribute_values['enterprise_text40'] end
Retrieve the Enterprise Text5 value
@return Enterprise Text5 value
# File lib/mpxj/task_methods.rb, line 4588 def enterprise_text5 attribute_values['enterprise_text5'] end
Retrieve the Enterprise Text6 value
@return Enterprise Text6 value
# File lib/mpxj/task_methods.rb, line 4595 def enterprise_text6 attribute_values['enterprise_text6'] end
Retrieve the Enterprise Text7 value
@return Enterprise Text7 value
# File lib/mpxj/task_methods.rb, line 4602 def enterprise_text7 attribute_values['enterprise_text7'] end
Retrieve the Enterprise Text8 value
@return Enterprise Text8 value
# File lib/mpxj/task_methods.rb, line 4609 def enterprise_text8 attribute_values['enterprise_text8'] end
Retrieve the Enterprise Text9 value
@return Enterprise Text9 value
# File lib/mpxj/task_methods.rb, line 4616 def enterprise_text9 attribute_values['enterprise_text9'] end
Retrieve the Error Message value
@return Error Message value
# File lib/mpxj/task_methods.rb, line 4623 def error_message attribute_values['error_message'] end
Retrieve the Estimated value
@return Estimated value
# File lib/mpxj/task_methods.rb, line 4630 def estimated get_boolean_value(attribute_values['estimated']) end
Retrieve the Expanded value
@return Expanded value
# File lib/mpxj/task_methods.rb, line 4637 def expanded get_boolean_value(attribute_values['expanded']) end
Retrieve the Expected Finish value
@return Expected Finish value
# File lib/mpxj/task_methods.rb, line 4644 def expected_finish get_date_value(attribute_values['expected_finish']) end
Retrieve the Expense Items value
@return Expense Items value
# File lib/mpxj/task_methods.rb, line 4651 def expense_items attribute_values['expense_items'] end
Retrieve the External Early Start value
@return External Early Start value
# File lib/mpxj/task_methods.rb, line 4658 def external_early_start get_date_value(attribute_values['external_early_start']) end
Retrieve the External Late Finish value
@return External Late Finish value
# File lib/mpxj/task_methods.rb, line 4665 def external_late_finish get_date_value(attribute_values['external_late_finish']) end
Retrieve the Feature of Work value
@return Feature of Work value
# File lib/mpxj/task_methods.rb, line 4686 def feature_of_work attribute_values['feature_of_work'] end
Retrieve the Finish value
@return Finish value
# File lib/mpxj/task_methods.rb, line 4693 def finish get_date_value(attribute_values['finish']) end
Retrieve the Finish1 value
@return Finish1 value
# File lib/mpxj/task_methods.rb, line 4700 def finish1 get_date_value(attribute_values['finish1']) end
Retrieve the Finish10 value
@return Finish10 value
# File lib/mpxj/task_methods.rb, line 4707 def finish10 get_date_value(attribute_values['finish10']) end
Retrieve the Finish2 value
@return Finish2 value
# File lib/mpxj/task_methods.rb, line 4714 def finish2 get_date_value(attribute_values['finish2']) end
Retrieve the Finish3 value
@return Finish3 value
# File lib/mpxj/task_methods.rb, line 4721 def finish3 get_date_value(attribute_values['finish3']) end
Retrieve the Finish4 value
@return Finish4 value
# File lib/mpxj/task_methods.rb, line 4728 def finish4 get_date_value(attribute_values['finish4']) end
Retrieve the Finish5 value
@return Finish5 value
# File lib/mpxj/task_methods.rb, line 4735 def finish5 get_date_value(attribute_values['finish5']) end
Retrieve the Finish6 value
@return Finish6 value
# File lib/mpxj/task_methods.rb, line 4742 def finish6 get_date_value(attribute_values['finish6']) end
Retrieve the Finish7 value
@return Finish7 value
# File lib/mpxj/task_methods.rb, line 4749 def finish7 get_date_value(attribute_values['finish7']) end
Retrieve the Finish8 value
@return Finish8 value
# File lib/mpxj/task_methods.rb, line 4756 def finish8 get_date_value(attribute_values['finish8']) end
Retrieve the Finish9 value
@return Finish9 value
# File lib/mpxj/task_methods.rb, line 4763 def finish9 get_date_value(attribute_values['finish9']) end
Retrieve the Finish Slack value
@return Finish Slack value
# File lib/mpxj/task_methods.rb, line 4770 def finish_slack get_duration_value(attribute_values['finish_slack']) end
Retrieve the Finish value
@return Finish value
# File lib/mpxj/task_methods.rb, line 4777 def finish_text attribute_values['finish_text'] end
Retrieve the Finish Variance value
@return Finish Variance value
# File lib/mpxj/task_methods.rb, line 4784 def finish_variance get_duration_value(attribute_values['finish_variance']) end
Retrieve the Fixed Cost value
@return Fixed Cost value
# File lib/mpxj/task_methods.rb, line 4791 def fixed_cost get_float_value(attribute_values['fixed_cost']) end
Retrieve the Fixed Cost Accrual value
@return Fixed Cost Accrual value
# File lib/mpxj/task_methods.rb, line 4798 def fixed_cost_accrual attribute_values['fixed_cost_accrual'] end
Retrieve the Fixed Duration value
@return Fixed Duration value
# File lib/mpxj/task_methods.rb, line 4805 def fixed_duration get_boolean_value(attribute_values['fixed_duration']) end
Retrieve the Flag1 value
@return Flag1 value
# File lib/mpxj/task_methods.rb, line 4812 def flag1 get_boolean_value(attribute_values['flag1']) end
Retrieve the Flag10 value
@return Flag10 value
# File lib/mpxj/task_methods.rb, line 4819 def flag10 get_boolean_value(attribute_values['flag10']) end
Retrieve the Flag11 value
@return Flag11 value
# File lib/mpxj/task_methods.rb, line 4826 def flag11 get_boolean_value(attribute_values['flag11']) end
Retrieve the Flag12 value
@return Flag12 value
# File lib/mpxj/task_methods.rb, line 4833 def flag12 get_boolean_value(attribute_values['flag12']) end
Retrieve the Flag13 value
@return Flag13 value
# File lib/mpxj/task_methods.rb, line 4840 def flag13 get_boolean_value(attribute_values['flag13']) end
Retrieve the Flag14 value
@return Flag14 value
# File lib/mpxj/task_methods.rb, line 4847 def flag14 get_boolean_value(attribute_values['flag14']) end
Retrieve the Flag15 value
@return Flag15 value
# File lib/mpxj/task_methods.rb, line 4854 def flag15 get_boolean_value(attribute_values['flag15']) end
Retrieve the Flag16 value
@return Flag16 value
# File lib/mpxj/task_methods.rb, line 4861 def flag16 get_boolean_value(attribute_values['flag16']) end
Retrieve the Flag17 value
@return Flag17 value
# File lib/mpxj/task_methods.rb, line 4868 def flag17 get_boolean_value(attribute_values['flag17']) end
Retrieve the Flag18 value
@return Flag18 value
# File lib/mpxj/task_methods.rb, line 4875 def flag18 get_boolean_value(attribute_values['flag18']) end
Retrieve the Flag19 value
@return Flag19 value
# File lib/mpxj/task_methods.rb, line 4882 def flag19 get_boolean_value(attribute_values['flag19']) end
Retrieve the Flag2 value
@return Flag2 value
# File lib/mpxj/task_methods.rb, line 4889 def flag2 get_boolean_value(attribute_values['flag2']) end
Retrieve the Flag20 value
@return Flag20 value
# File lib/mpxj/task_methods.rb, line 4896 def flag20 get_boolean_value(attribute_values['flag20']) end
Retrieve the Flag3 value
@return Flag3 value
# File lib/mpxj/task_methods.rb, line 4903 def flag3 get_boolean_value(attribute_values['flag3']) end
Retrieve the Flag4 value
@return Flag4 value
# File lib/mpxj/task_methods.rb, line 4910 def flag4 get_boolean_value(attribute_values['flag4']) end
Retrieve the Flag5 value
@return Flag5 value
# File lib/mpxj/task_methods.rb, line 4917 def flag5 get_boolean_value(attribute_values['flag5']) end
Retrieve the Flag6 value
@return Flag6 value
# File lib/mpxj/task_methods.rb, line 4924 def flag6 get_boolean_value(attribute_values['flag6']) end
Retrieve the Flag7 value
@return Flag7 value
# File lib/mpxj/task_methods.rb, line 4931 def flag7 get_boolean_value(attribute_values['flag7']) end
Retrieve the Flag8 value
@return Flag8 value
# File lib/mpxj/task_methods.rb, line 4938 def flag8 get_boolean_value(attribute_values['flag8']) end
Retrieve the Flag9 value
@return Flag9 value
# File lib/mpxj/task_methods.rb, line 4945 def flag9 get_boolean_value(attribute_values['flag9']) end
Retrieve the Free Slack value
@return Free Slack value
# File lib/mpxj/task_methods.rb, line 4952 def free_slack get_duration_value(attribute_values['free_slack']) end
Retrieve the Group By Summary value
@return Group By Summary value
# File lib/mpxj/task_methods.rb, line 4959 def group_by_summary attribute_values['group_by_summary'] end
Retrieve the GUID value
@return GUID value
# File lib/mpxj/task_methods.rb, line 4966 def guid attribute_values['guid'] end
Retrieve the Hammock Code value
@return Hammock Code value
# File lib/mpxj/task_methods.rb, line 4973 def hammock_code get_boolean_value(attribute_values['hammock_code']) end
Retrieve the Hide Bar value
@return Hide Bar value
# File lib/mpxj/task_methods.rb, line 4980 def hide_bar get_boolean_value(attribute_values['hide_bar']) end
Retrieve the Hyperlink value
@return Hyperlink value
# File lib/mpxj/task_methods.rb, line 4987 def hyperlink attribute_values['hyperlink'] end
Retrieve the Hyperlink Address value
@return Hyperlink Address value
# File lib/mpxj/task_methods.rb, line 4994 def hyperlink_address attribute_values['hyperlink_address'] end
Retrieve the Hyperlink Data value
@return Hyperlink Data value
# File lib/mpxj/task_methods.rb, line 5001 def hyperlink_data attribute_values['hyperlink_data'] end
Retrieve the Hyperlink Href value
@return Hyperlink Href value
# File lib/mpxj/task_methods.rb, line 5008 def hyperlink_href attribute_values['hyperlink_href'] end
Retrieve the Hyperlink Screen Tip value
@return Hyperlink Screen Tip value
# File lib/mpxj/task_methods.rb, line 5015 def hyperlink_screen_tip attribute_values['hyperlink_screen_tip'] end
Retrieve the Hyperlink SubAddress value
@return Hyperlink SubAddress value
# File lib/mpxj/task_methods.rb, line 5022 def hyperlink_subaddress attribute_values['hyperlink_subaddress'] end
Retrieve the ID value
@return ID value
# File lib/mpxj/task_methods.rb, line 5029 def id get_integer_value(attribute_values['id']) end
Retrieve the Ignore Warnings value
@return Ignore Warnings value
# File lib/mpxj/task_methods.rb, line 5043 def ignore_warnings get_boolean_value(attribute_values['ignore_warnings']) end
Retrieve the Index value
@return Index value
# File lib/mpxj/task_methods.rb, line 5050 def index get_integer_value(attribute_values['index']) end
Retrieve the Indicators value
@return Indicators value
# File lib/mpxj/task_methods.rb, line 5057 def indicators attribute_values['indicators'] end
Retrieve the Is Duration Valid value
@return Is Duration Valid value
# File lib/mpxj/task_methods.rb, line 5064 def is_duration_valid get_boolean_value(attribute_values['is_duration_valid']) end
Retrieve the Is Finish Valid value
@return Is Finish Valid value
# File lib/mpxj/task_methods.rb, line 5071 def is_finish_valid get_boolean_value(attribute_values['is_finish_valid']) end
Retrieve the Is Start Valid value
@return Is Start Valid value
# File lib/mpxj/task_methods.rb, line 5078 def is_start_valid get_boolean_value(attribute_values['is_start_valid']) end
Retrieve the Late Finish value
@return Late Finish value
# File lib/mpxj/task_methods.rb, line 5085 def late_finish get_date_value(attribute_values['late_finish']) end
Retrieve the Late Start value
@return Late Start value
# File lib/mpxj/task_methods.rb, line 5092 def late_start get_date_value(attribute_values['late_start']) end
Retrieve the Level Assignments value
@return Level Assignments value
# File lib/mpxj/task_methods.rb, line 5120 def level_assignments get_boolean_value(attribute_values['level_assignments']) end
Retrieve the Leveling Can Split value
@return Leveling Can Split value
# File lib/mpxj/task_methods.rb, line 5099 def leveling_can_split get_boolean_value(attribute_values['leveling_can_split']) end
Retrieve the Leveling Delay value
@return Leveling Delay value
# File lib/mpxj/task_methods.rb, line 5106 def leveling_delay get_duration_value(attribute_values['leveling_delay']) end
Retrieve the Leveling Delay Units value
@return Leveling Delay Units value
# File lib/mpxj/task_methods.rb, line 5113 def leveling_delay_units attribute_values['leveling_delay_units'] end
Retrieve the Linked Fields value
@return Linked Fields value
# File lib/mpxj/task_methods.rb, line 5127 def linked_fields get_boolean_value(attribute_values['linked_fields']) end
Retrieve the Location Unique ID value
@return Location Unique ID value
# File lib/mpxj/task_methods.rb, line 5134 def location_unique_id get_integer_value(attribute_values['location_unique_id']) end
Retrieve the Longest Path value
@return Longest Path value
# File lib/mpxj/task_methods.rb, line 5141 def longest_path get_boolean_value(attribute_values['longest_path']) end
Retrieve the Mail value
@return Mail value
# File lib/mpxj/task_methods.rb, line 5148 def mail attribute_values['mail'] end
Retrieve the Manager value
@return Manager value
# File lib/mpxj/task_methods.rb, line 5155 def manager attribute_values['manager'] end
Retrieve the Manual Duration value
@return Manual Duration value
# File lib/mpxj/task_methods.rb, line 5162 def manual_duration get_duration_value(attribute_values['manual_duration']) end
Retrieve the Manual Duration Units value
@return Manual Duration Units value
# File lib/mpxj/task_methods.rb, line 5169 def manual_duration_units attribute_values['manual_duration_units'] end
Retrieve the Marked value
@return Marked value
# File lib/mpxj/task_methods.rb, line 5176 def marked get_boolean_value(attribute_values['marked']) end
Retrieve the Milestone value
@return Milestone value
# File lib/mpxj/task_methods.rb, line 5183 def milestone get_boolean_value(attribute_values['milestone']) end
Retrieve the Mod or Claim Number value
@return Mod or Claim Number value
# File lib/mpxj/task_methods.rb, line 5190 def mod_or_claim_number attribute_values['mod_or_claim_number'] end
Retrieve the Notes value
@return Notes value
# File lib/mpxj/task_methods.rb, line 5204 def notes attribute_values['notes'] end
Retrieve the Null value
@return Null value
# File lib/mpxj/task_methods.rb, line 5211 def null get_boolean_value(attribute_values['null']) end
Retrieve the Number1 value
@return Number1 value
# File lib/mpxj/task_methods.rb, line 5218 def number1 get_float_value(attribute_values['number1']) end
Retrieve the Number10 value
@return Number10 value
# File lib/mpxj/task_methods.rb, line 5225 def number10 get_float_value(attribute_values['number10']) end
Retrieve the Number11 value
@return Number11 value
# File lib/mpxj/task_methods.rb, line 5232 def number11 get_float_value(attribute_values['number11']) end
Retrieve the Number12 value
@return Number12 value
# File lib/mpxj/task_methods.rb, line 5239 def number12 get_float_value(attribute_values['number12']) end
Retrieve the Number13 value
@return Number13 value
# File lib/mpxj/task_methods.rb, line 5246 def number13 get_float_value(attribute_values['number13']) end
Retrieve the Number14 value
@return Number14 value
# File lib/mpxj/task_methods.rb, line 5253 def number14 get_float_value(attribute_values['number14']) end
Retrieve the Number15 value
@return Number15 value
# File lib/mpxj/task_methods.rb, line 5260 def number15 get_float_value(attribute_values['number15']) end
Retrieve the Number16 value
@return Number16 value
# File lib/mpxj/task_methods.rb, line 5267 def number16 get_float_value(attribute_values['number16']) end
Retrieve the Number17 value
@return Number17 value
# File lib/mpxj/task_methods.rb, line 5274 def number17 get_float_value(attribute_values['number17']) end
Retrieve the Number18 value
@return Number18 value
# File lib/mpxj/task_methods.rb, line 5281 def number18 get_float_value(attribute_values['number18']) end
Retrieve the Number19 value
@return Number19 value
# File lib/mpxj/task_methods.rb, line 5288 def number19 get_float_value(attribute_values['number19']) end
Retrieve the Number2 value
@return Number2 value
# File lib/mpxj/task_methods.rb, line 5295 def number2 get_float_value(attribute_values['number2']) end
Retrieve the Number20 value
@return Number20 value
# File lib/mpxj/task_methods.rb, line 5302 def number20 get_float_value(attribute_values['number20']) end
Retrieve the Number3 value
@return Number3 value
# File lib/mpxj/task_methods.rb, line 5309 def number3 get_float_value(attribute_values['number3']) end
Retrieve the Number4 value
@return Number4 value
# File lib/mpxj/task_methods.rb, line 5316 def number4 get_float_value(attribute_values['number4']) end
Retrieve the Number5 value
@return Number5 value
# File lib/mpxj/task_methods.rb, line 5323 def number5 get_float_value(attribute_values['number5']) end
Retrieve the Number6 value
@return Number6 value
# File lib/mpxj/task_methods.rb, line 5330 def number6 get_float_value(attribute_values['number6']) end
Retrieve the Number7 value
@return Number7 value
# File lib/mpxj/task_methods.rb, line 5337 def number7 get_float_value(attribute_values['number7']) end
Retrieve the Number8 value
@return Number8 value
# File lib/mpxj/task_methods.rb, line 5344 def number8 get_float_value(attribute_values['number8']) end
Retrieve the Number9 value
@return Number9 value
# File lib/mpxj/task_methods.rb, line 5351 def number9 get_float_value(attribute_values['number9']) end
Retrieve the Objects value
@return Objects value
# File lib/mpxj/task_methods.rb, line 5358 def objects get_float_value(attribute_values['objects']) end
Retrieve the Outline Code1 value
@return Outline Code1 value
# File lib/mpxj/task_methods.rb, line 5365 def outline_code1 attribute_values['outline_code1'] end
Retrieve the Outline Code10 value
@return Outline Code10 value
# File lib/mpxj/task_methods.rb, line 5372 def outline_code10 attribute_values['outline_code10'] end
Retrieve the Outline Code10 Index value
@return Outline Code10 Index value
# File lib/mpxj/task_methods.rb, line 5379 def outline_code10_index get_integer_value(attribute_values['outline_code10_index']) end
Retrieve the Outline Code1 Index value
@return Outline Code1 Index value
# File lib/mpxj/task_methods.rb, line 5386 def outline_code1_index get_integer_value(attribute_values['outline_code1_index']) end
Retrieve the Outline Code2 value
@return Outline Code2 value
# File lib/mpxj/task_methods.rb, line 5393 def outline_code2 attribute_values['outline_code2'] end
Retrieve the Outline Code2 Index value
@return Outline Code2 Index value
# File lib/mpxj/task_methods.rb, line 5400 def outline_code2_index get_integer_value(attribute_values['outline_code2_index']) end
Retrieve the Outline Code3 value
@return Outline Code3 value
# File lib/mpxj/task_methods.rb, line 5407 def outline_code3 attribute_values['outline_code3'] end
Retrieve the Outline Code3 Index value
@return Outline Code3 Index value
# File lib/mpxj/task_methods.rb, line 5414 def outline_code3_index get_integer_value(attribute_values['outline_code3_index']) end
Retrieve the Outline Code4 value
@return Outline Code4 value
# File lib/mpxj/task_methods.rb, line 5421 def outline_code4 attribute_values['outline_code4'] end
Retrieve the Outline Code4 Index value
@return Outline Code4 Index value
# File lib/mpxj/task_methods.rb, line 5428 def outline_code4_index get_integer_value(attribute_values['outline_code4_index']) end
Retrieve the Outline Code5 value
@return Outline Code5 value
# File lib/mpxj/task_methods.rb, line 5435 def outline_code5 attribute_values['outline_code5'] end
Retrieve the Outline Code5 Index value
@return Outline Code5 Index value
# File lib/mpxj/task_methods.rb, line 5442 def outline_code5_index get_integer_value(attribute_values['outline_code5_index']) end
Retrieve the Outline Code6 value
@return Outline Code6 value
# File lib/mpxj/task_methods.rb, line 5449 def outline_code6 attribute_values['outline_code6'] end
Retrieve the Outline Code6 Index value
@return Outline Code6 Index value
# File lib/mpxj/task_methods.rb, line 5456 def outline_code6_index get_integer_value(attribute_values['outline_code6_index']) end
Retrieve the Outline Code7 value
@return Outline Code7 value
# File lib/mpxj/task_methods.rb, line 5463 def outline_code7 attribute_values['outline_code7'] end
Retrieve the Outline Code7 Index value
@return Outline Code7 Index value
# File lib/mpxj/task_methods.rb, line 5470 def outline_code7_index get_integer_value(attribute_values['outline_code7_index']) end
Retrieve the Outline Code8 value
@return Outline Code8 value
# File lib/mpxj/task_methods.rb, line 5477 def outline_code8 attribute_values['outline_code8'] end
Retrieve the Outline Code8 Index value
@return Outline Code8 Index value
# File lib/mpxj/task_methods.rb, line 5484 def outline_code8_index get_integer_value(attribute_values['outline_code8_index']) end
Retrieve the Outline Code9 value
@return Outline Code9 value
# File lib/mpxj/task_methods.rb, line 5491 def outline_code9 attribute_values['outline_code9'] end
Retrieve the Outline Code9 Index value
@return Outline Code9 Index value
# File lib/mpxj/task_methods.rb, line 5498 def outline_code9_index get_integer_value(attribute_values['outline_code9_index']) end
Retrieve the Outline Level value
@return Outline Level value
# File lib/mpxj/task_methods.rb, line 5505 def outline_level get_integer_value(attribute_values['outline_level']) end
Retrieve the Outline Number value
@return Outline Number value
# File lib/mpxj/task_methods.rb, line 5512 def outline_number attribute_values['outline_number'] end
Retrieve the Overall Percent Complete value
@return Overall Percent Complete value
# File lib/mpxj/task_methods.rb, line 5526 def overall_percent_complete get_float_value(attribute_values['overall_percent_complete']) end
Retrieve the Overallocated value
@return Overallocated value
# File lib/mpxj/task_methods.rb, line 5519 def overallocated get_boolean_value(attribute_values['overallocated']) end
Retrieve the Overtime Cost value
@return Overtime Cost value
# File lib/mpxj/task_methods.rb, line 5533 def overtime_cost get_float_value(attribute_values['overtime_cost']) end
Retrieve the Overtime Work value
@return Overtime Work value
# File lib/mpxj/task_methods.rb, line 5540 def overtime_work get_duration_value(attribute_values['overtime_work']) end
Retrieve the Path Driven Successor value
@return Path Driven Successor value
# File lib/mpxj/task_methods.rb, line 5554 def path_driven_successor get_boolean_value(attribute_values['path_driven_successor']) end
Retrieve the Path Driving Predecessor value
@return Path Driving Predecessor value
# File lib/mpxj/task_methods.rb, line 5561 def path_driving_predecessor get_boolean_value(attribute_values['path_driving_predecessor']) end
Retrieve the Path Predecessor value
@return Path Predecessor value
# File lib/mpxj/task_methods.rb, line 5568 def path_predecessor get_boolean_value(attribute_values['path_predecessor']) end
Retrieve the Path Successor value
@return Path Successor value
# File lib/mpxj/task_methods.rb, line 5575 def path_successor get_boolean_value(attribute_values['path_successor']) end
Retrieve the Peak value
@return Peak value
# File lib/mpxj/task_methods.rb, line 5582 def peak get_float_value(attribute_values['peak']) end
Retrieve the % Complete value
@return % Complete value
# File lib/mpxj/task_methods.rb, line 5589 def percent_complete get_float_value(attribute_values['percent_complete']) end
Retrieve the Percent Complete Type value
@return Percent Complete Type value
# File lib/mpxj/task_methods.rb, line 5596 def percent_complete_type attribute_values['percent_complete_type'] end
Retrieve the % Work Complete value
@return % Work Complete value
# File lib/mpxj/task_methods.rb, line 5603 def percent_work_complete get_float_value(attribute_values['percent_work_complete']) end
Retrieve the Phase of Work value
@return Phase of Work value
# File lib/mpxj/task_methods.rb, line 5610 def phase_of_work attribute_values['phase_of_work'] end
Retrieve the Physical % Complete value
@return Physical % Complete value
# File lib/mpxj/task_methods.rb, line 5617 def physical_percent_complete get_float_value(attribute_values['physical_percent_complete']) end
Retrieve the Placeholder value
@return Placeholder value
# File lib/mpxj/task_methods.rb, line 5624 def placeholder get_boolean_value(attribute_values['placeholder']) end
Retrieve the Planned Cost value
@return Planned Cost value
# File lib/mpxj/task_methods.rb, line 5631 def planned_cost get_float_value(attribute_values['planned_cost']) end
Retrieve the Planned Duration value
@return Planned Duration value
# File lib/mpxj/task_methods.rb, line 5638 def planned_duration get_duration_value(attribute_values['planned_duration']) end
Retrieve the Planned Finish value
@return Planned Finish value
# File lib/mpxj/task_methods.rb, line 5645 def planned_finish get_date_value(attribute_values['planned_finish']) end
Retrieve the Planned Start value
@return Planned Start value
# File lib/mpxj/task_methods.rb, line 5652 def planned_start get_date_value(attribute_values['planned_start']) end
Retrieve the Planned Work value
@return Planned Work value
# File lib/mpxj/task_methods.rb, line 5659 def planned_work get_duration_value(attribute_values['planned_work']) end
Retrieve the Planned Work (Labor) value
@return Planned Work (Labor) value
# File lib/mpxj/task_methods.rb, line 5666 def planned_work_labor get_duration_value(attribute_values['planned_work_labor']) end
Retrieve the Planned Work (Nonlabor) value
@return Planned Work (Nonlabor) value
# File lib/mpxj/task_methods.rb, line 5673 def planned_work_nonlabor get_duration_value(attribute_values['planned_work_nonlabor']) end
Retrieve the Predecessors value
@return Predecessors value
# File lib/mpxj/task_methods.rb, line 5680 def predecessors attribute_values['predecessors'] end
Retrieve the Preleveled Finish value
@return Preleveled Finish value
# File lib/mpxj/task_methods.rb, line 5687 def preleveled_finish get_date_value(attribute_values['preleveled_finish']) end
Retrieve the Preleveled Start value
@return Preleveled Start value
# File lib/mpxj/task_methods.rb, line 5694 def preleveled_start get_date_value(attribute_values['preleveled_start']) end
Retrieve the Priority value
@return Priority value
# File lib/mpxj/task_methods.rb, line 5708 def priority get_integer_value(attribute_values['priority']) end
Retrieve the Publish value
@return Publish value
# File lib/mpxj/task_methods.rb, line 5722 def publish get_boolean_value(attribute_values['publish']) end
Retrieve the Recalc Outline Codes value
@return Recalc Outline Codes value
# File lib/mpxj/task_methods.rb, line 5729 def recalc_outline_codes get_boolean_value(attribute_values['recalc_outline_codes']) end
Retrieve the Recurring value
@return Recurring value
# File lib/mpxj/task_methods.rb, line 5736 def recurring get_boolean_value(attribute_values['recurring']) end
Retrieve the Recurring Data value
@return Recurring Data value
# File lib/mpxj/task_methods.rb, line 5743 def recurring_data attribute_values['recurring_data'] end
Retrieve the Regular Work value
@return Regular Work value
# File lib/mpxj/task_methods.rb, line 5750 def regular_work get_duration_value(attribute_values['regular_work']) end
Retrieve the Remaining Cost value
@return Remaining Cost value
# File lib/mpxj/task_methods.rb, line 5757 def remaining_cost get_float_value(attribute_values['remaining_cost']) end
Retrieve the Remaining Duration value
@return Remaining Duration value
# File lib/mpxj/task_methods.rb, line 5764 def remaining_duration get_duration_value(attribute_values['remaining_duration']) end
Retrieve the Remaining Early Finish value
@return Remaining Early Finish value
# File lib/mpxj/task_methods.rb, line 5771 def remaining_early_finish get_date_value(attribute_values['remaining_early_finish']) end
Retrieve the Remaining Early Start value
@return Remaining Early Start value
# File lib/mpxj/task_methods.rb, line 5778 def remaining_early_start get_date_value(attribute_values['remaining_early_start']) end
Retrieve the Remaining Late Finish value
@return Remaining Late Finish value
# File lib/mpxj/task_methods.rb, line 5785 def remaining_late_finish get_date_value(attribute_values['remaining_late_finish']) end
Retrieve the Remaining Late Start value
@return Remaining Late Start value
# File lib/mpxj/task_methods.rb, line 5792 def remaining_late_start get_date_value(attribute_values['remaining_late_start']) end
Retrieve the Remaining Overtime Cost value
@return Remaining Overtime Cost value
# File lib/mpxj/task_methods.rb, line 5799 def remaining_overtime_cost get_float_value(attribute_values['remaining_overtime_cost']) end
Retrieve the Remaining Overtime Work value
@return Remaining Overtime Work value
# File lib/mpxj/task_methods.rb, line 5806 def remaining_overtime_work get_duration_value(attribute_values['remaining_overtime_work']) end
Retrieve the Remaining Work value
@return Remaining Work value
# File lib/mpxj/task_methods.rb, line 5813 def remaining_work get_duration_value(attribute_values['remaining_work']) end
Retrieve the Remaining Work (Labor) value
@return Remaining Work (Labor) value
# File lib/mpxj/task_methods.rb, line 5820 def remaining_work_labor get_duration_value(attribute_values['remaining_work_labor']) end
Retrieve the Remaining Work (Nonlabor) value
@return Remaining Work (Nonlabor) value
# File lib/mpxj/task_methods.rb, line 5827 def remaining_work_nonlabor get_duration_value(attribute_values['remaining_work_nonlabor']) end
Retrieve the Request/Demand value
@return Request/Demand value
# File lib/mpxj/task_methods.rb, line 5834 def request_demand attribute_values['request_demand'] end
Retrieve the Response Pending value
@return Response Pending value
# File lib/mpxj/task_methods.rb, line 6156 def response_pending get_boolean_value(attribute_values['response_pending']) end
Retrieve the Responsibility Code value
@return Responsibility Code value
# File lib/mpxj/task_methods.rb, line 6163 def responsibility_code attribute_values['responsibility_code'] end
Retrieve the Resume value
@return Resume value
# File lib/mpxj/task_methods.rb, line 6170 def resume get_date_value(attribute_values['resume']) end
Retrieve the Resume No Earlier Than value
@return Resume No Earlier Than value
# File lib/mpxj/task_methods.rb, line 6177 def resume_no_earlier_than get_date_value(attribute_values['resume_no_earlier_than']) end
Retrieve the Resume Valid value
@return Resume Valid value
# File lib/mpxj/task_methods.rb, line 6184 def resume_valid get_boolean_value(attribute_values['resume_valid']) end
Retrieve the Rollup value
@return Rollup value
# File lib/mpxj/task_methods.rb, line 6191 def rollup get_boolean_value(attribute_values['rollup']) end
Retrieve the Scheduled Duration value
@return Scheduled Duration value
# File lib/mpxj/task_methods.rb, line 6198 def scheduled_duration get_duration_value(attribute_values['scheduled_duration']) end
Retrieve the Scheduled Finish value
@return Scheduled Finish value
# File lib/mpxj/task_methods.rb, line 6205 def scheduled_finish get_date_value(attribute_values['scheduled_finish']) end
Retrieve the Scheduled Start value
@return Scheduled Start value
# File lib/mpxj/task_methods.rb, line 6212 def scheduled_start get_date_value(attribute_values['scheduled_start']) end
Retrieve the Secondary Constraint Date value
@return Secondary Constraint Date value
# File lib/mpxj/task_methods.rb, line 6219 def secondary_constraint_date get_date_value(attribute_values['secondary_constraint_date']) end
Retrieve the Secondary Constraint Type value
@return Secondary Constraint Type value
# File lib/mpxj/task_methods.rb, line 6226 def secondary_constraint_type attribute_values['secondary_constraint_type'] end
Retrieve the Section value
@return Section value
# File lib/mpxj/task_methods.rb, line 6233 def section attribute_values['section'] end
Retrieve the Sequence Number value
@return Sequence Number value
# File lib/mpxj/task_methods.rb, line 6240 def sequence_number get_integer_value(attribute_values['sequence_number']) end
Retrieve the Show Duration Text value
@return Show Duration Text value
# File lib/mpxj/task_methods.rb, line 6247 def show_duration_text get_boolean_value(attribute_values['show_duration_text']) end
Retrieve the Show Finish Text value
@return Show Finish Text value
# File lib/mpxj/task_methods.rb, line 6254 def show_finish_text get_boolean_value(attribute_values['show_finish_text']) end
Retrieve the Show On Board value
@return Show On Board value
# File lib/mpxj/task_methods.rb, line 6261 def show_on_board attribute_values['show_on_board'] end
Retrieve the Show Start Text value
@return Show Start Text value
# File lib/mpxj/task_methods.rb, line 6268 def show_start_text get_boolean_value(attribute_values['show_start_text']) end
Retrieve the SPI value
@return SPI value
# File lib/mpxj/task_methods.rb, line 6275 def spi get_float_value(attribute_values['spi']) end
Retrieve the Splits value
@return Splits value
# File lib/mpxj/task_methods.rb, line 6282 def splits attribute_values['splits'] end
Retrieve the Sprint value
@return Sprint value
# File lib/mpxj/task_methods.rb, line 6289 def sprint attribute_values['sprint'] end
Retrieve the Sprint Finish value
@return Sprint Finish value
# File lib/mpxj/task_methods.rb, line 6296 def sprint_finish get_date_value(attribute_values['sprint_finish']) end
Retrieve the Sprint ID value
@return Sprint ID value
# File lib/mpxj/task_methods.rb, line 6303 def sprint_id get_integer_value(attribute_values['sprint_id']) end
Retrieve the Sprint Start value
@return Sprint Start value
# File lib/mpxj/task_methods.rb, line 6310 def sprint_start get_date_value(attribute_values['sprint_start']) end
Retrieve the Start value
@return Start value
# File lib/mpxj/task_methods.rb, line 6317 def start get_date_value(attribute_values['start']) end
Retrieve the Start1 value
@return Start1 value
# File lib/mpxj/task_methods.rb, line 6324 def start1 get_date_value(attribute_values['start1']) end
Retrieve the Start10 value
@return Start10 value
# File lib/mpxj/task_methods.rb, line 6331 def start10 get_date_value(attribute_values['start10']) end
Retrieve the Start2 value
@return Start2 value
# File lib/mpxj/task_methods.rb, line 6338 def start2 get_date_value(attribute_values['start2']) end
Retrieve the Start3 value
@return Start3 value
# File lib/mpxj/task_methods.rb, line 6345 def start3 get_date_value(attribute_values['start3']) end
Retrieve the Start4 value
@return Start4 value
# File lib/mpxj/task_methods.rb, line 6352 def start4 get_date_value(attribute_values['start4']) end
Retrieve the Start5 value
@return Start5 value
# File lib/mpxj/task_methods.rb, line 6359 def start5 get_date_value(attribute_values['start5']) end
Retrieve the Start6 value
@return Start6 value
# File lib/mpxj/task_methods.rb, line 6366 def start6 get_date_value(attribute_values['start6']) end
Retrieve the Start7 value
@return Start7 value
# File lib/mpxj/task_methods.rb, line 6373 def start7 get_date_value(attribute_values['start7']) end
Retrieve the Start8 value
@return Start8 value
# File lib/mpxj/task_methods.rb, line 6380 def start8 get_date_value(attribute_values['start8']) end
Retrieve the Start9 value
@return Start9 value
# File lib/mpxj/task_methods.rb, line 6387 def start9 get_date_value(attribute_values['start9']) end
Retrieve the Start Slack value
@return Start Slack value
# File lib/mpxj/task_methods.rb, line 6394 def start_slack get_duration_value(attribute_values['start_slack']) end
Retrieve the Start value
@return Start value
# File lib/mpxj/task_methods.rb, line 6401 def start_text attribute_values['start_text'] end
Retrieve the Start Variance value
@return Start Variance value
# File lib/mpxj/task_methods.rb, line 6408 def start_variance get_duration_value(attribute_values['start_variance']) end
Retrieve the Status value
@return Status value
# File lib/mpxj/task_methods.rb, line 6415 def status attribute_values['status'] end
Retrieve the Status Indicator value
@return Status Indicator value
# File lib/mpxj/task_methods.rb, line 6422 def status_indicator attribute_values['status_indicator'] end
Retrieve the Status Manager value
@return Status Manager value
# File lib/mpxj/task_methods.rb, line 6429 def status_manager attribute_values['status_manager'] end
Retrieve the Steps value
@return Steps value
# File lib/mpxj/task_methods.rb, line 6436 def steps attribute_values['steps'] end
Retrieve the Stop value
@return Stop value
# File lib/mpxj/task_methods.rb, line 6443 def stop get_date_value(attribute_values['stop']) end
Retrieve the Stored Material value
@return Stored Material value
# File lib/mpxj/task_methods.rb, line 6450 def stored_material get_float_value(attribute_values['stored_material']) end
Retrieve the Subproject File value
@return Subproject File value
# File lib/mpxj/task_methods.rb, line 6457 def subproject_file attribute_values['subproject_file'] end
Retrieve the Subproject GUID value
@return Subproject GUID value
# File lib/mpxj/task_methods.rb, line 6464 def subproject_guid attribute_values['subproject_guid'] end
Retrieve the Subproject Read Only value
@return Subproject Read Only value
# File lib/mpxj/task_methods.rb, line 6471 def subproject_read_only get_boolean_value(attribute_values['subproject_read_only']) end
Retrieve the Subproject Tasks Unique ID Offset value
@return Subproject Tasks Unique ID Offset value
# File lib/mpxj/task_methods.rb, line 6478 def subproject_tasks_uniqueid_offset get_integer_value(attribute_values['subproject_tasks_uniqueid_offset']) end
Retrieve the Successors value
@return Successors value
# File lib/mpxj/task_methods.rb, line 6499 def successors attribute_values['successors'] end
Retrieve the Summary value
@return Summary value
# File lib/mpxj/task_methods.rb, line 6506 def summary get_boolean_value(attribute_values['summary']) end
Retrieve the Summary Progress value
@return Summary Progress value
# File lib/mpxj/task_methods.rb, line 6513 def summary_progress get_date_value(attribute_values['summary_progress']) end
Retrieve the Suspend Date value
@return Suspend Date value
# File lib/mpxj/task_methods.rb, line 6520 def suspend_date get_date_value(attribute_values['suspend_date']) end
Retrieve the SV value
@return SV value
# File lib/mpxj/task_methods.rb, line 6527 def sv get_float_value(attribute_values['sv']) end
Retrieve the SV% value
@return SV% value
# File lib/mpxj/task_methods.rb, line 6534 def svpercent get_float_value(attribute_values['svpercent']) end
Retrieve the TCPI value
@return TCPI value
# File lib/mpxj/task_methods.rb, line 6569 def tcpi get_float_value(attribute_values['tcpi']) end
Retrieve the TeamStatus Pending value
@return TeamStatus Pending value
# File lib/mpxj/task_methods.rb, line 6576 def teamstatus_pending get_boolean_value(attribute_values['teamstatus_pending']) end
Retrieve the Text1 value
@return Text1 value
# File lib/mpxj/task_methods.rb, line 6583 def text1 attribute_values['text1'] end
Retrieve the Text10 value
@return Text10 value
# File lib/mpxj/task_methods.rb, line 6590 def text10 attribute_values['text10'] end
Retrieve the Text11 value
@return Text11 value
# File lib/mpxj/task_methods.rb, line 6597 def text11 attribute_values['text11'] end
Retrieve the Text12 value
@return Text12 value
# File lib/mpxj/task_methods.rb, line 6604 def text12 attribute_values['text12'] end
Retrieve the Text13 value
@return Text13 value
# File lib/mpxj/task_methods.rb, line 6611 def text13 attribute_values['text13'] end
Retrieve the Text14 value
@return Text14 value
# File lib/mpxj/task_methods.rb, line 6618 def text14 attribute_values['text14'] end
Retrieve the Text15 value
@return Text15 value
# File lib/mpxj/task_methods.rb, line 6625 def text15 attribute_values['text15'] end
Retrieve the Text16 value
@return Text16 value
# File lib/mpxj/task_methods.rb, line 6632 def text16 attribute_values['text16'] end
Retrieve the Text17 value
@return Text17 value
# File lib/mpxj/task_methods.rb, line 6639 def text17 attribute_values['text17'] end
Retrieve the Text18 value
@return Text18 value
# File lib/mpxj/task_methods.rb, line 6646 def text18 attribute_values['text18'] end
Retrieve the Text19 value
@return Text19 value
# File lib/mpxj/task_methods.rb, line 6653 def text19 attribute_values['text19'] end
Retrieve the Text2 value
@return Text2 value
# File lib/mpxj/task_methods.rb, line 6660 def text2 attribute_values['text2'] end
Retrieve the Text20 value
@return Text20 value
# File lib/mpxj/task_methods.rb, line 6667 def text20 attribute_values['text20'] end
Retrieve the Text21 value
@return Text21 value
# File lib/mpxj/task_methods.rb, line 6674 def text21 attribute_values['text21'] end
Retrieve the Text22 value
@return Text22 value
# File lib/mpxj/task_methods.rb, line 6681 def text22 attribute_values['text22'] end
Retrieve the Text23 value
@return Text23 value
# File lib/mpxj/task_methods.rb, line 6688 def text23 attribute_values['text23'] end
Retrieve the Text24 value
@return Text24 value
# File lib/mpxj/task_methods.rb, line 6695 def text24 attribute_values['text24'] end
Retrieve the Text25 value
@return Text25 value
# File lib/mpxj/task_methods.rb, line 6702 def text25 attribute_values['text25'] end
Retrieve the Text26 value
@return Text26 value
# File lib/mpxj/task_methods.rb, line 6709 def text26 attribute_values['text26'] end
Retrieve the Text27 value
@return Text27 value
# File lib/mpxj/task_methods.rb, line 6716 def text27 attribute_values['text27'] end
Retrieve the Text28 value
@return Text28 value
# File lib/mpxj/task_methods.rb, line 6723 def text28 attribute_values['text28'] end
Retrieve the Text29 value
@return Text29 value
# File lib/mpxj/task_methods.rb, line 6730 def text29 attribute_values['text29'] end
Retrieve the Text3 value
@return Text3 value
# File lib/mpxj/task_methods.rb, line 6737 def text3 attribute_values['text3'] end
Retrieve the Text30 value
@return Text30 value
# File lib/mpxj/task_methods.rb, line 6744 def text30 attribute_values['text30'] end
Retrieve the Text4 value
@return Text4 value
# File lib/mpxj/task_methods.rb, line 6751 def text4 attribute_values['text4'] end
Retrieve the Text5 value
@return Text5 value
# File lib/mpxj/task_methods.rb, line 6758 def text5 attribute_values['text5'] end
Retrieve the Text6 value
@return Text6 value
# File lib/mpxj/task_methods.rb, line 6765 def text6 attribute_values['text6'] end
Retrieve the Text7 value
@return Text7 value
# File lib/mpxj/task_methods.rb, line 6772 def text7 attribute_values['text7'] end
Retrieve the Text8 value
@return Text8 value
# File lib/mpxj/task_methods.rb, line 6779 def text8 attribute_values['text8'] end
Retrieve the Text9 value
@return Text9 value
# File lib/mpxj/task_methods.rb, line 6786 def text9 attribute_values['text9'] end
Retrieve the Total Slack value
@return Total Slack value
# File lib/mpxj/task_methods.rb, line 6793 def total_slack get_duration_value(attribute_values['total_slack']) end
Retrieve the Type value
@return Type value
# File lib/mpxj/task_methods.rb, line 6800 def type attribute_values['type'] end
Retrieve the Unique ID value
@return Unique ID value
# File lib/mpxj/task_methods.rb, line 6814 def unique_id get_integer_value(attribute_values['unique_id']) end
Retrieve the Unique ID Predecessors value
@return Unique ID Predecessors value
# File lib/mpxj/task_methods.rb, line 6821 def unique_id_predecessors attribute_values['unique_id_predecessors'] end
Retrieve the Unique ID Successors value
@return Unique ID Successors value
# File lib/mpxj/task_methods.rb, line 6828 def unique_id_successors attribute_values['unique_id_successors'] end
Retrieve the Update Needed value
@return Update Needed value
# File lib/mpxj/task_methods.rb, line 6835 def update_needed get_boolean_value(attribute_values['update_needed']) end
Retrieve the VAC value
@return VAC value
# File lib/mpxj/task_methods.rb, line 6842 def vac get_float_value(attribute_values['vac']) end
Retrieve the Warning value
@return Warning value
# File lib/mpxj/task_methods.rb, line 6849 def warning get_boolean_value(attribute_values['warning']) end
Retrieve the WBS value
@return WBS value
# File lib/mpxj/task_methods.rb, line 6856 def wbs attribute_values['wbs'] end
Retrieve the WBS Predecessors value
@return WBS Predecessors value
# File lib/mpxj/task_methods.rb, line 6863 def wbs_predecessors attribute_values['wbs_predecessors'] end
Retrieve the WBS Successors value
@return WBS Successors value
# File lib/mpxj/task_methods.rb, line 6870 def wbs_successors attribute_values['wbs_successors'] end
Retrieve the Work value
@return Work value
# File lib/mpxj/task_methods.rb, line 6877 def work get_duration_value(attribute_values['work']) end
Retrieve the Work Area Code value
@return Work Area Code value
# File lib/mpxj/task_methods.rb, line 6891 def work_area_code attribute_values['work_area_code'] end
Retrieve the Work Contour value
@return Work Contour value
# File lib/mpxj/task_methods.rb, line 6898 def work_contour attribute_values['work_contour'] end
Retrieve the Work Variance value
@return Work Variance value
# File lib/mpxj/task_methods.rb, line 6905 def work_variance get_duration_value(attribute_values['work_variance']) end
Retrieve the Workers per Day value
@return Workers per Day value
# File lib/mpxj/task_methods.rb, line 6884 def workers_per_day get_integer_value(attribute_values['workers_per_day']) end