Enum Class UAF.OperationalExchangeKindEnum

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

public static enum UAF.OperationalExchangeKindEnum extends Enum<UAF.OperationalExchangeKindEnum>
Enumeration of the possible kinds of operational exchange applicable to an OperationalExchange.
  • Enum Constant Details

    • MATERIELEXCHANGE

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

      public static final UAF.OperationalExchangeKindEnum 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.OperationalExchangeKindEnum 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.OperationalExchangeKindEnum 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.OperationalExchangeKindEnum CONFIGURATIONEXCHANGE
      Indicates that the OperationalExchange associated with the OperationalExchangeKind is a logical flow where CapabilityConfigurations flow from one OperationalPerformer to another.
    • GEOPOLITICALEXTENTEXCHANGE

      public static final UAF.OperationalExchangeKindEnum GEOPOLITICALEXTENTEXCHANGE
      Indicates that the OperationalExchange associated with the OperationalExchangeKind is a logical flow where GeoPoliticalExtentTypes (i.e. Borders) flow from one place to another.
  • Method Details