Package com.nomagic.magicdraw.uaf
Enum Class UAF.ResourceExchangeKindEnum
- All Implemented Interfaces:
Serializable
,Comparable<UAF.ResourceExchangeKindEnum>
,Constable
- Enclosing class:
- UAF
Enumeration of the possible kinds of resource exchange applicable to a ResourceExchange.
-
Enum Constant Summary
Enum ConstantDescriptionIndicates that the ResourceInteraction associated with the ResourceInteractionKind is a an implementation of logical flow where GeoPoliticalExtents (i.e.Indicates that the ResourceInteraction associated with the ResourceInteractionKind is a an implementation of logical flow of data between Resources.Indicates that the ResourceInteraction associated with the ResourceInteractionKind is a an implementation of logical flow of natural resources between Resources.Indicates that the ResourceInteraction associated with the ResourceInteractionKind is a an implementation of logical flow of Resources between Resources. -
Method Summary
Modifier and TypeMethodDescriptionstatic UAF.ResourceExchangeKindEnum
getText()
static UAF.ResourceExchangeKindEnum
toEnum
(EnumerationLiteral literal) static EnumerationLiteral
toEnumerationLiteral
(UAF profile, UAF.ResourceExchangeKindEnum anEnum) static UAF.ResourceExchangeKindEnum
Returns the enum constant of this class with the specified name.static UAF.ResourceExchangeKindEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RESOURCECOMMUNICATION
Indicates that the ResourceInteraction associated with the ResourceInteractionKind is a an implementation of logical flow of data between Resources. -
RESOURCEMOVEMENT
Indicates that the ResourceInteraction associated with the ResourceInteractionKind is a an implementation of logical flow of Resources between Resources. -
RESOURCEENERGYFLOW
Indicates that the ResourceInteraction associated with the ResourceInteractionKind is a an implementation of logical flow of natural resources between Resources. -
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
-
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
-
toEnumerationLiteral
@CheckForNull public static EnumerationLiteral toEnumerationLiteral(UAF profile, UAF.ResourceExchangeKindEnum anEnum)
-