Enum Class UAF.WholeLifeConfigurationKindEnum

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

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

    • SERVICE

      public static final UAF.WholeLifeConfigurationKindEnum SERVICE
      Indicates that the WholeLifeConfiguration associated with the WholeLifeConfigurationKind is the master specification from which Services are versioned.
    • RESOURCEPERFORMER

      public static final UAF.WholeLifeConfigurationKindEnum RESOURCEPERFORMER
      Indicates that the WholeLifeConfiguration associated with the WholeLifeConfigurationKind is the master specification from which ResourcePerformers are versioned.
    • ORGANIZATIONALRESOURCE

      public static final UAF.WholeLifeConfigurationKindEnum ORGANIZATIONALRESOURCE
      Indicates that the WholeLifeConfiguration associated with the WholeLifeConfigurationKind is the master specification from which OrganizationalResources are versioned.
  • Method Details