Enum UAF.OperationalExchangeKindEnum

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CONFIGURATIONEXCHANGE
      Indicates that the OperationalExchange associated with the OperationalExchangeKind is a logical flow where CapabilityConfigurations flow from one OperationalPerformer to another.
      ENERGYEXCHANGE
      Indicates that the OperationalExchange associated with the OperationalExchangeKind is a logical flow where energy is flowed from one OperationalPerformer to another.
      GEOPOLITICALEXTENTEXCHANGE
      Indicates that the OperationalExchange associated with the OperationalExchangeKind is a logical flow where GeoPoliticalExtentTypes (i.e.
      INFORMATIONEXCHANGE
      Indicates that the OperationalExchange associated with the OperationalExchangeKind is a logical flow where information is flowed from one OperationalPerformer to another.
      MATERIELEXCHANGE
      Indicates that the OperationalExchange associated with the OperationalExchangeKind is a logical flow of materiel (artifacts) between Functions.
      ORGANIZATIONALEXCHANGE
      Indicates that the OperationalExchange associated with the OperationalExchangeKind is a logical flow where human resources (PostTypes, RoleTypes) flow between OperationalPerformers.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String text  
    • Enum Constant Detail

      • 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.
    • Field Detail

      • text

        private final java.lang.String text
    • Constructor Detail

      • OperationalExchangeKindEnum

        private OperationalExchangeKindEnum​(java.lang.String text)
    • Method Detail

      • values

        public static UAF.OperationalExchangeKindEnum[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (UAF.OperationalExchangeKindEnum c : UAF.OperationalExchangeKindEnum.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static UAF.OperationalExchangeKindEnum valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null