Enum Class UAF.ActualMilestoneKindEnum

java.lang.Object
java.lang.Enum<UAF.ActualMilestoneKindEnum>
com.nomagic.magicdraw.uaf.UAF.ActualMilestoneKindEnum
All Implemented Interfaces:
Serializable, Comparable<UAF.ActualMilestoneKindEnum>, Constable
Enclosing class:
UAF

public static enum UAF.ActualMilestoneKindEnum extends Enum<UAF.ActualMilestoneKindEnum>
Enumeration of the possible kinds of ActualProjectMilestone.
  • Enum Constant Details

    • INSERVICE

      public static final UAF.ActualMilestoneKindEnum INSERVICE
      Indicates that the ActualProjectMilestone associated with the ActualMilestoneKind is when the configuration goes into service.
    • DEPLOYED

      public static final UAF.ActualMilestoneKindEnum DEPLOYED
      Indicates that the ActualProjectMilestone associated with the ActualMilestoneKind is a configuration deployment milestone.
    • NOLONGERUSED

      public static final UAF.ActualMilestoneKindEnum NOLONGERUSED
      Indicates that the ActualProjectMilestone associated with the ActualMilestoneKind is when the deployed configuration is no longer used.
    • OUTOFSERVICE

      public static final UAF.ActualMilestoneKindEnum OUTOFSERVICE
      Indicates that the ActualProjectMilestone associated with the ActualMilestoneKind is when the in service configuration goes out of service.
    • OTHER

      public static final UAF.ActualMilestoneKindEnum OTHER
      Indicates that the ActualProjectMilestone associated with the ActualMilestoneKind is not one of the standard ActualMilestoneKinds.
  • Method Details