Class AsnKey


  • public final class AsnKey
    extends com.aspose.ms.System.Enum

    Represents a list of supported assignment fields.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte ActualCost
      Represents the ActualCost (ResourceAssignment) field.
      static byte ActualFinish
      Represents the ActualFinish (ResourceAssignment) field.
      static byte ActualOvertimeCost
      Represents the ActualOvertimeCost (ResourceAssignment) field.
      static byte ActualOvertimeWork
      Represents the ActualOvertimeWork (ResourceAssignment) field.
      static byte ActualOvertimeWorkProtected
      Represents the ActualOvertimeWorkProtected (ResourceAssignment) field.
      static byte ActualStart
      Represents the ActualStart (ResourceAssignment) field.
      static byte ActualWork
      Represents the ActualWork (ResourceAssignment) field.
      static byte ActualWorkProtected
      Represents the ActualWorkProtected (ResourceAssignment) field.
      static byte ACWP
      Represents the ACWP (ResourceAssignment) field.
      static byte AssignmentOwner
      Represents the AssignmentOwner (ResourceAssignment) field.
      static byte AssignmentOwnerGuid
      Represents the AssignmentOwnerGuid (ResourceAssignment) field.
      static byte BCWP
      Represents the BCWP (ResourceAssignment) field.
      static byte BCWS
      Represents the BCWS (ResourceAssignment) field.
      static byte BookingType
      Represents the BookingType (ResourceAssignment) field.
      static byte BudgetCost
      Represents the BudgetCost (ResourceAssignment) field.
      static byte BudgetWork
      Represents the BudgetWork (ResourceAssignment) field.
      static byte Confirmed
      Represents the Confirmed (ResourceAssignment) field.
      static byte Cost
      Represents the Cost (ResourceAssignment) field.
      static byte CostRateTableType
      Represents the CostRateTableType (ResourceAssignment) field.
      static byte CostVariance
      Represents the CostVariance (ResourceAssignment) field.
      static byte Created
      Represents the Created (ResourceAssignment) field.
      static byte CV
      Represents the CV (ResourceAssignment) field.
      static byte Delay
      Represents the Delay (ResourceAssignment) field.
      static byte Finish
      Represents the Finish (ResourceAssignment) field.
      static byte FinishVariance
      Represents the FinishVariance (ResourceAssignment) field.
      static byte FixedMaterial
      Represents the FixedMaterial (ResourceAssignment) field.
      static byte Guid
      Represents the Guid (ResourceAssignment) field.
      static byte HasFixedRateUnits
      Represents the HasFixedRateUnits (ResourceAssignment) field.
      static byte Hyperlink
      Represents the Hyperlink (ResourceAssignment) field.
      static byte HyperlinkAddress
      Represents the HyperlinkAddress (ResourceAssignment) field.
      static byte HyperlinkSubAddress
      Represents the HyperlinkSubAddress (ResourceAssignment) field.
      static byte LevelingDelay
      Represents the LevelingDelay (ResourceAssignment) field.
      static byte LinkedFields
      Represents the LinkedFields (ResourceAssignment) field.
      static byte Milestone
      Represents the Milestone (ResourceAssignment) field.
      static byte Notes
      Represents the Notes (ResourceAssignment) field.
      static byte NotesRTF
      Represents the NotesRTF (ResourceAssignment) field.
      static byte NotesText
      Represents the NotesText (ResourceAssignment) field.
      static byte Overallocated
      Represents the Overallocated (ResourceAssignment) field.
      static byte OvertimeCost
      Represents the OvertimeCost (ResourceAssignment) field.
      static byte OvertimeWork
      Represents the OvertimeWork (ResourceAssignment) field.
      static byte PeakUnits
      Represents the PeakUnits (ResourceAssignment) field.
      static byte PercentWorkComplete
      Represents the PercentWorkComplete (ResourceAssignment) field.
      static byte RateScale
      Represents the RateScale (ResourceAssignment) field.
      static byte RegularWork
      Represents the RegularWork (ResourceAssignment) field.
      static byte RemainingCost
      Represents the RemainingCost (ResourceAssignment) field.
      static byte RemainingOvertimeCost
      Represents the RemainingOvertimeCost (ResourceAssignment) field.
      static byte RemainingOvertimeWork
      Represents the RemainingOvertimeWork (ResourceAssignment) field.
      static byte RemainingWork
      Represents the RemainingWork (ResourceAssignment) field.
      static byte Resource
      Represents the Resource (ResourceAssignment) field.
      static byte ResourceUid
      Represents the ResourceUid (ResourceAssignment) field.
      static byte ResponsePending
      Represents the ResponsePending (ResourceAssignment) field.
      static byte Resume
      Represents the Resume (ResourceAssignment) field.
      static byte Start
      Represents the Start (ResourceAssignment) field.
      static byte StartVariance
      Represents the StartVariance (ResourceAssignment) field.
      static byte Stop
      Represents the Stop (ResourceAssignment) field.
      static byte Summary
      Represents the Summary (ResourceAssignment) field.
      static byte SV
      Represents the SV (ResourceAssignment) field.
      static byte Task
      Represents the Task (ResourceAssignment) field.
      static byte TaskUid
      Represents the TaskUid (ResourceAssignment) field.
      static byte Uid
      Represents the UID (ResourceAssignment) field.
      static byte Units
      Represents the Units (ResourceAssignment) field.
      static byte UpdateNeeded
      Represents the UpdateNeeded (ResourceAssignment) field.
      static byte VAC
      Represents the VAC (ResourceAssignment) field.
      static byte Work
      Represents the Work (ResourceAssignment) field.
      static byte WorkContour
      Represents the WorkContour (ResourceAssignment) field.
      static byte WorkVariance
      Represents the WorkVariance (ResourceAssignment) field.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • Guid

        public static final byte Guid

        Represents the Guid (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • Uid

        public static final byte Uid

        Represents the UID (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • Task

        public static final byte Task

        Represents the Task (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • Resource

        public static final byte Resource

        Represents the Resource (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • PercentWorkComplete

        public static final byte PercentWorkComplete

        Represents the PercentWorkComplete (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • ActualCost

        public static final byte ActualCost

        Represents the ActualCost (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • ActualFinish

        public static final byte ActualFinish

        Represents the ActualFinish (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • ActualOvertimeCost

        public static final byte ActualOvertimeCost

        Represents the ActualOvertimeCost (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • ActualStart

        public static final byte ActualStart

        Represents the ActualStart (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • ActualWork

        public static final byte ActualWork

        Represents the ActualWork (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • ActualOvertimeWork

        public static final byte ActualOvertimeWork

        Represents the ActualOvertimeWork (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • ACWP

        public static final byte ACWP

        Represents the ACWP (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • Confirmed

        public static final byte Confirmed

        Represents the Confirmed (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • Cost

        public static final byte Cost

        Represents the Cost (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • CostRateTableType

        public static final byte CostRateTableType

        Represents the CostRateTableType (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • CostVariance

        public static final byte CostVariance

        Represents the CostVariance (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • CV

        public static final byte CV

        Represents the CV (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • Delay

        public static final byte Delay

        Represents the Delay (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • Finish

        public static final byte Finish

        Represents the Finish (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • FinishVariance

        public static final byte FinishVariance

        Represents the FinishVariance (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • Hyperlink

        public static final byte Hyperlink

        Represents the Hyperlink (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • HyperlinkAddress

        public static final byte HyperlinkAddress

        Represents the HyperlinkAddress (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • HyperlinkSubAddress

        public static final byte HyperlinkSubAddress

        Represents the HyperlinkSubAddress (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • WorkVariance

        public static final byte WorkVariance

        Represents the WorkVariance (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • HasFixedRateUnits

        public static final byte HasFixedRateUnits

        Represents the HasFixedRateUnits (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • FixedMaterial

        public static final byte FixedMaterial

        Represents the FixedMaterial (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • LevelingDelay

        public static final byte LevelingDelay

        Represents the LevelingDelay (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • LinkedFields

        public static final byte LinkedFields

        Represents the LinkedFields (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • Milestone

        public static final byte Milestone

        Represents the Milestone (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • Notes

        public static final byte Notes

        Represents the Notes (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • NotesText

        public static final byte NotesText

        Represents the NotesText (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • NotesRTF

        public static final byte NotesRTF

        Represents the NotesRTF (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • Overallocated

        public static final byte Overallocated

        Represents the Overallocated (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • OvertimeCost

        public static final byte OvertimeCost

        Represents the OvertimeCost (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • OvertimeWork

        public static final byte OvertimeWork

        Represents the OvertimeWork (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • PeakUnits

        public static final byte PeakUnits

        Represents the PeakUnits (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • RegularWork

        public static final byte RegularWork

        Represents the RegularWork (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • RemainingCost

        public static final byte RemainingCost

        Represents the RemainingCost (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • RemainingOvertimeCost

        public static final byte RemainingOvertimeCost

        Represents the RemainingOvertimeCost (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • RemainingOvertimeWork

        public static final byte RemainingOvertimeWork

        Represents the RemainingOvertimeWork (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • RemainingWork

        public static final byte RemainingWork

        Represents the RemainingWork (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • ResponsePending

        public static final byte ResponsePending

        Represents the ResponsePending (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • Start

        public static final byte Start

        Represents the Start (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • Stop

        public static final byte Stop

        Represents the Stop (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • Resume

        public static final byte Resume

        Represents the Resume (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • StartVariance

        public static final byte StartVariance

        Represents the StartVariance (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • Summary

        public static final byte Summary

        Represents the Summary (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • SV

        public static final byte SV

        Represents the SV (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • Units

        public static final byte Units

        Represents the Units (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • UpdateNeeded

        public static final byte UpdateNeeded

        Represents the UpdateNeeded (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • VAC

        public static final byte VAC

        Represents the VAC (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • Work

        public static final byte Work

        Represents the Work (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • WorkContour

        public static final byte WorkContour

        Represents the WorkContour (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • BCWS

        public static final byte BCWS

        Represents the BCWS (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • BCWP

        public static final byte BCWP

        Represents the BCWP (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • BookingType

        public static final byte BookingType

        Represents the BookingType (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • ActualWorkProtected

        public static final byte ActualWorkProtected

        Represents the ActualWorkProtected (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • ActualOvertimeWorkProtected

        public static final byte ActualOvertimeWorkProtected

        Represents the ActualOvertimeWorkProtected (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • Created

        public static final byte Created

        Represents the Created (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • AssignmentOwner

        public static final byte AssignmentOwner

        Represents the AssignmentOwner (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • AssignmentOwnerGuid

        public static final byte AssignmentOwnerGuid

        Represents the AssignmentOwnerGuid (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • BudgetWork

        public static final byte BudgetWork

        Represents the BudgetWork (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • BudgetCost

        public static final byte BudgetCost

        Represents the BudgetCost (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • RateScale

        public static final byte RateScale

        Represents the RateScale (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • TaskUid

        public static final byte TaskUid

        Represents the TaskUid (ResourceAssignment) field.

        See Also:
        Constant Field Values
      • ResourceUid

        public static final byte ResourceUid

        Represents the ResourceUid (ResourceAssignment) field.

        See Also:
        Constant Field Values