Asn
Inheritance: java.lang.Object
public class Asn
Represents properties of ResourceAssignment object.
Fields
Field | Description |
---|---|
ACTUAL_COST | The actual cost incurred on an assignment. |
ACTUAL_FINISH | The actual finish date of an assignment. |
ACTUAL_OVERTIME_COST | The actual overtime cost incurred on an assignment. |
ACTUAL_OVERTIME_WORK | The actual amount of an overtime work incurred on an assignment. |
ACTUAL_OVERTIME_WORK_PROTECTED | The duration through which actual work is protected. |
ACTUAL_START | The actual start date of an assignment. |
ACTUAL_WORK | The actual amount of a work incurred on an assignment. |
ACTUAL_WORK_PROTECTED | The duration through which actual overtime work is protected. |
ACWP | The actual cost of a work performed on an assignment to-date. |
ASSIGNMENT_OWNER | The name of an assignment owner. |
ASSIGNMENT_OWNER_GUID | The globally unique identifier of an assignment owner. |
BCWP | The budgeted cost of a work performed on assignment to-date. |
BCWS | The budgeted cost of a work on assignment. |
BOOKING_TYPE | The booking type of an assignment. |
BUDGET_COST | The budgeted cost of resources on an assignment. |
BUDGET_WORK | The budgeted work amount for a work or material resources on an assignment. |
CONFIRMED | Determines whether a resource has accepted all of its assignments. |
COST | The projected or scheduled cost of an assignment. |
COST_RATE_TABLE_TYPE | The cost rate table used for this assignment. |
COST_VARIANCE | The difference between the baseline cost and total cost for an assignment. |
CREATED | The date that the assignment was created. |
CV | The earned value cost variance. |
DELAY | The delay of an assignment. |
FINISH | The scheduled finish date of an assignment. |
FINISH_VARIANCE | The variance of an assignment finish date from a baseline finish date. |
FIXED_MATERIAL | Determines whether the consumption of an assigned material resource occurs in a single, fixed amount. |
HAS_FIXED_RATE_UNITS | Determines whether the Units have Fixed Rate. |
HYPERLINK | The title or explanatory text of a hyperlink associated with an assignment. |
HYPERLINK_ADDRESS | The address for a hyperlink associated with assignment. |
HYPERLINK_SUB_ADDRESS | The specific location in a document in a hyperlink associated with an assignment. |
LEVELING_DELAY | The delay caused by leveling. |
LINKED_FIELDS | Determines whether the Project is linked to another OLE object. |
MILESTONE | Determines whether the assignment is a milestone. |
NOTES_RTF | The text notes in RTF format. |
NOTES_TEXT | Notes’ plain text extracted from RTF data. |
OVERALLOCATED | Determines whether the assignment is over-allocated. |
OVERTIME_COST | The sum of the actual and remaining overtime cost of an assignment. |
OVERTIME_WORK | The scheduled overtime work of an assignment. |
PEAK_UNITS | The maximum number of units that a resource is assigned for a task. |
PERCENT_WORK_COMPLETE | The amount of a work completed on an assignment. |
RATE_SCALE | The time unit for the usage rate of the material resource assignment. |
REGULAR_WORK | The amount of a non-overtime work scheduled for an assignment. |
REMAINING_COST | The remaining projected cost of completing an assignment. |
REMAINING_OVERTIME_COST | The remaining projected overtime cost of completing an assignment. |
REMAINING_OVERTIME_WORK | The remaining overtime work scheduled to complete an assignment. |
REMAINING_WORK | The remaining work scheduled to complete an assignment. |
RESOURCE | The resource assigned to a task. |
RESPONSE_PENDING | Determines whether the response has been received for a TeamAssign message. |
RESUME | The date when assignment is resumed. |
START | The scheduled start date of an assignment. |
START_VARIANCE | The variance of an assignment start date from a baseline start date. |
STOP | The date when assignment is stopped. |
SUMMARY | Determines whether the task is a summary task. |
SV | The earned value schedule variance, through the project status date. |
TASK | The task to which a resource is assigned. |
UID | The unique identifier of an assignment. |
UNITS | The number of units for an assignment. |
UPDATE_NEEDED | Determines whether the resource assigned to a task needs to be updated as to the status of the task. |
VAC | The difference between baseline cost and total cost. |
WORK | The amount of scheduled work for an assignment. |
WORK_CONTOUR | The work contour of an assignment. |
WORK_VARIANCE | The difference between baseline work of a task and the currently scheduled work. |
ACTUAL_COST
public static final Key<BigDecimal,Byte> ACTUAL_COST
The actual cost incurred on an assignment.
ACTUAL_FINISH
public static final Key<Date,Byte> ACTUAL_FINISH
The actual finish date of an assignment.
ACTUAL_OVERTIME_COST
public static final Key<BigDecimal,Byte> ACTUAL_OVERTIME_COST
The actual overtime cost incurred on an assignment.
ACTUAL_OVERTIME_WORK
public static final Key<Duration,Byte> ACTUAL_OVERTIME_WORK
The actual amount of an overtime work incurred on an assignment.
ACTUAL_OVERTIME_WORK_PROTECTED
public static final Key<Duration,Byte> ACTUAL_OVERTIME_WORK_PROTECTED
The duration through which actual work is protected.
ACTUAL_START
public static final Key<Date,Byte> ACTUAL_START
The actual start date of an assignment.
ACTUAL_WORK
public static final Key<Duration,Byte> ACTUAL_WORK
The actual amount of a work incurred on an assignment.
ACTUAL_WORK_PROTECTED
public static final Key<Duration,Byte> ACTUAL_WORK_PROTECTED
The duration through which actual overtime work is protected.
ACWP
public static final Key<Double,Byte> ACWP
The actual cost of a work performed on an assignment to-date.
ASSIGNMENT_OWNER
public static final Key<String,Byte> ASSIGNMENT_OWNER
The name of an assignment owner.
ASSIGNMENT_OWNER_GUID
public static final Key<String,Byte> ASSIGNMENT_OWNER_GUID
The globally unique identifier of an assignment owner.
BCWP
public static final Key<Double,Byte> BCWP
The budgeted cost of a work performed on assignment to-date.
BCWS
public static final Key<Double,Byte> BCWS
The budgeted cost of a work on assignment.
BOOKING_TYPE
public static final Key<Integer,Byte> BOOKING_TYPE
The booking type of an assignment.
BUDGET_COST
public static final Key<BigDecimal,Byte> BUDGET_COST
The budgeted cost of resources on an assignment.
BUDGET_WORK
public static final Key<Duration,Byte> BUDGET_WORK
The budgeted work amount for a work or material resources on an assignment.
CONFIRMED
public static final Key<Boolean,Byte> CONFIRMED
Determines whether a resource has accepted all of its assignments.
COST
public static final Key<BigDecimal,Byte> COST
The projected or scheduled cost of an assignment.
COST_RATE_TABLE_TYPE
public static final Key<Integer,Byte> COST_RATE_TABLE_TYPE
The cost rate table used for this assignment.
COST_VARIANCE
public static final Key<Double,Byte> COST_VARIANCE
The difference between the baseline cost and total cost for an assignment.
CREATED
public static final Key<Date,Byte> CREATED
The date that the assignment was created.
CV
public static final Key<Double,Byte> CV
The earned value cost variance. CV is the difference between the assignment’s BCWP (budgeted cost of work performed) and ACWP (actual cost of work performed).
DELAY
public static final Key<Duration,Byte> DELAY
The delay of an assignment.
FINISH
public static final Key<Date,Byte> FINISH
The scheduled finish date of an assignment.
FINISH_VARIANCE
public static final Key<Duration,Byte> FINISH_VARIANCE
The variance of an assignment finish date from a baseline finish date.
FIXED_MATERIAL
public static final Key<Boolean,Byte> FIXED_MATERIAL
Determines whether the consumption of an assigned material resource occurs in a single, fixed amount.
HAS_FIXED_RATE_UNITS
public static final Key<Boolean,Byte> HAS_FIXED_RATE_UNITS
Determines whether the Units have Fixed Rate.
HYPERLINK
public static final Key<String,Byte> HYPERLINK
The title or explanatory text of a hyperlink associated with an assignment.
HYPERLINK_ADDRESS
public static final Key<String,Byte> HYPERLINK_ADDRESS
The address for a hyperlink associated with assignment.
The full address (Hyperlink Href in Microsoft Project) of the hyperlink is a concatenation of HyperlinkAddress and HyperlinkSubAddress.
HYPERLINK_SUB_ADDRESS
public static final Key<String,Byte> HYPERLINK_SUB_ADDRESS
The specific location in a document in a hyperlink associated with an assignment.
The full address (Hyperlink Href in Microsoft Project) of the hyperlink is a concatenation of HyperlinkAddress and HyperlinkSubAddress.
LEVELING_DELAY
public static final Key<Duration,Byte> LEVELING_DELAY
The delay caused by leveling.
LINKED_FIELDS
public static final Key<Boolean,Byte> LINKED_FIELDS
Determines whether the Project is linked to another OLE object.
MILESTONE
public static final Key<Boolean,Byte> MILESTONE
Determines whether the assignment is a milestone.
NOTES_RTF
public static final Key<String,Byte> NOTES_RTF
The text notes in RTF format.
Supported for MPP formats only.
NOTES_TEXT
public static final Key<String,Byte> NOTES_TEXT
Notes’ plain text extracted from RTF data.
OVERALLOCATED
public static final Key<Boolean,Byte> OVERALLOCATED
Determines whether the assignment is over-allocated.
OVERTIME_COST
public static final Key<BigDecimal,Byte> OVERTIME_COST
The sum of the actual and remaining overtime cost of an assignment.
OVERTIME_WORK
public static final Key<Duration,Byte> OVERTIME_WORK
The scheduled overtime work of an assignment.
PEAK_UNITS
public static final Key<Double,Byte> PEAK_UNITS
The maximum number of units that a resource is assigned for a task.
PERCENT_WORK_COMPLETE
public static final Key<Integer,Byte> PERCENT_WORK_COMPLETE
The amount of a work completed on an assignment.
RATE_SCALE
public static final Key<Integer,Byte> RATE_SCALE
The time unit for the usage rate of the material resource assignment. Returns 0 if not defined.
REGULAR_WORK
public static final Key<Duration,Byte> REGULAR_WORK
The amount of a non-overtime work scheduled for an assignment.
REMAINING_COST
public static final Key<BigDecimal,Byte> REMAINING_COST
The remaining projected cost of completing an assignment.
REMAINING_OVERTIME_COST
public static final Key<BigDecimal,Byte> REMAINING_OVERTIME_COST
The remaining projected overtime cost of completing an assignment.
REMAINING_OVERTIME_WORK
public static final Key<Duration,Byte> REMAINING_OVERTIME_WORK
The remaining overtime work scheduled to complete an assignment.
REMAINING_WORK
public static final Key<Duration,Byte> REMAINING_WORK
The remaining work scheduled to complete an assignment.
RESOURCE
public static final Key<Resource,Byte> RESOURCE
The resource assigned to a task.
RESPONSE_PENDING
public static final Key<Boolean,Byte> RESPONSE_PENDING
Determines whether the response has been received for a TeamAssign message.
RESUME
public static final Key<Date,Byte> RESUME
The date when assignment is resumed.
START
public static final Key<Date,Byte> START
The scheduled start date of an assignment.
START_VARIANCE
public static final Key<Duration,Byte> START_VARIANCE
The variance of an assignment start date from a baseline start date.
STOP
public static final Key<Date,Byte> STOP
The date when assignment is stopped.
SUMMARY
public static final Key<Boolean,Byte> SUMMARY
Determines whether the task is a summary task.
SV
public static final Key<Double,Byte> SV
The earned value schedule variance, through the project status date. Schedule variance (SV) is the difference between the BCWP and the BCWS.
TASK
public static final Key<Task,Byte> TASK
The task to which a resource is assigned.
UID
public static final Key<Integer,Byte> UID
The unique identifier of an assignment.
UNITS
public static final Key<Double,Byte> UNITS
The number of units for an assignment.
UPDATE_NEEDED
public static final Key<Boolean,Byte> UPDATE_NEEDED
Determines whether the resource assigned to a task needs to be updated as to the status of the task.
VAC
public static final Key<Double,Byte> VAC
The difference between baseline cost and total cost.
WORK
public static final Key<Duration,Byte> WORK
The amount of scheduled work for an assignment.
WORK_CONTOUR
public static final Key<Integer,Byte> WORK_CONTOUR
The work contour of an assignment.
WORK_VARIANCE
public static final Key<Duration,Byte> WORK_VARIANCE
The difference between baseline work of a task and the currently scheduled work.