Package com.nomagic.updm.utils
Enum Class UPDMProfile.OperationalExchangeKindEnum
java.lang.Object
java.lang.Enum<UPDMProfile.OperationalExchangeKindEnum>
com.nomagic.updm.utils.UPDMProfile.OperationalExchangeKindEnum
- All Implemented Interfaces:
Serializable
,Comparable<UPDMProfile.OperationalExchangeKindEnum>
,Constable
- Enclosing class:
- UPDMProfile
public static enum UPDMProfile.OperationalExchangeKindEnum
extends Enum<UPDMProfile.OperationalExchangeKindEnum>
Enumeration of operational exchange kinds, used to support the exchangeKind tag of the OperationalExchange stereotype.
-
Enum Constant Summary
Enum ConstantDescriptionA LogicalFlow where CapabilityConfigurations flow from one node to another.A LogicalFlow where energy is flowed from one node to another.A LogicalFlow where GeoPoliticalExtents (i.e.A LogicalFlow where energy is flowed from one node to another.A flow of materiel (artifacts) between Functions.A LogicalFlow where human resources (PostTypes, RoleTypes) flow between Nodes. -
Method Summary
Modifier and TypeMethodDescriptiongetText()
toEnum
(EnumerationLiteral literal) static EnumerationLiteral
toEnumerationLiteral
(UPDMProfile profile, UPDMProfile.OperationalExchangeKindEnum anEnum) Returns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MATERIELEXCHANGE
A flow of materiel (artifacts) between Functions. -
ORGANIZATIONALEXCHANGE
A LogicalFlow where human resources (PostTypes, RoleTypes) flow between Nodes. -
ENERGYEXCHANGE
A LogicalFlow where energy is flowed from one node to another. -
INFORMATIONEXCHANGE
A LogicalFlow where energy is flowed from one node to another. -
CONFIGURATIONEXCHANGE
A LogicalFlow where CapabilityConfigurations flow from one node to another. -
GEOPOLITICALEXTENTEXCHANGE
A LogicalFlow where GeoPoliticalExtents (i.e. Borders) flow from one place to another.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getText
-
from
-
toEnum
@CheckForNull public static UPDMProfile.OperationalExchangeKindEnum toEnum(EnumerationLiteral literal) -
toEnumerationLiteral
@CheckForNull public static EnumerationLiteral toEnumerationLiteral(UPDMProfile profile, UPDMProfile.OperationalExchangeKindEnum anEnum)
-