Enum Class UAF.ServiceExchangeKindEnum

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

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

    • MATERIELEXCHANGE

      public static final UAF.ServiceExchangeKindEnum MATERIELEXCHANGE
      Indicates that the OperationalExchange associated with the OperationalExchangeKind is a logical flow of materiel (artifacts) between Functions.
    • ORGANIZATIONALEXCHANGE

      public static final UAF.ServiceExchangeKindEnum ORGANIZATIONALEXCHANGE
      Indicates that the OperationalExchange associated with the OperationalExchangeKind is a logical flow where human resources (PostTypes, RoleTypes) flow between OperationalPerformers.
    • ENERGYEXCHANGE

      public static final UAF.ServiceExchangeKindEnum ENERGYEXCHANGE
      Indicates that the OperationalExchange associated with the OperationalExchangeKind is a logical flow where energy is flowed from one OperationalPerformer to another.
    • INFORMATIONEXCHANGE

      public static final UAF.ServiceExchangeKindEnum INFORMATIONEXCHANGE
      Indicates that the OperationalExchange associated with the OperationalExchangeKind is a logical flow where information is flowed from one OperationalPerformer to another.
    • CONFIGURATIONEXCHANGE

      public static final UAF.ServiceExchangeKindEnum CONFIGURATIONEXCHANGE
      Indicates that the OperationalExchange associated with the OperationalExchangeKind is a logical flow where CapabilityConfigurations flow from one OperationalPerformer to another.
  • Method Details