Enum Class UAF.ResourceExchangeKindEnum

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

public static enum UAF.ResourceExchangeKindEnum extends Enum<UAF.ResourceExchangeKindEnum>
Enumeration of the possible kinds of resource exchange applicable to a ResourceExchange.
  • Enum Constant Details

    • RESOURCECOMMUNICATION

      public static final UAF.ResourceExchangeKindEnum RESOURCECOMMUNICATION
      Indicates that the ResourceInteraction associated with the ResourceInteractionKind is a an implementation of logical flow of data between Resources.
    • RESOURCEMOVEMENT

      public static final UAF.ResourceExchangeKindEnum RESOURCEMOVEMENT
      Indicates that the ResourceInteraction associated with the ResourceInteractionKind is a an implementation of logical flow of Resources between Resources.
    • RESOURCEENERGYFLOW

      public static final UAF.ResourceExchangeKindEnum RESOURCEENERGYFLOW
      Indicates that the ResourceInteraction associated with the ResourceInteractionKind is a an implementation of logical flow of natural resources between Resources.
    • GEOPOLITICALEXTENTEXCHANGE

      public static final UAF.ResourceExchangeKindEnum GEOPOLITICALEXTENTEXCHANGE
      Indicates that the ResourceInteraction associated with the ResourceInteractionKind is a an implementation of logical flow where GeoPoliticalExtents (i.e. Borders) flow from one place to another.
  • Method Details