Package com.nomagic.magicdraw.uaf
Enum Class UAF.ResponsibleRoleKindEnum
- All Implemented Interfaces:
Serializable
,Comparable<UAF.ResponsibleRoleKindEnum>
,Constable
- Enclosing class:
- UAF
Enumeration of the possible kinds of ResponsibleFor relationship.
-
Enum Constant Summary
Enum ConstantDescriptionIndicates that the ResourceInteraction associated with the ResourceInteractionKind is a an implementation of logical flow.Indicates that the ResourceInteraction associated with the ResourceInteractionKind is a an implementation of logical flow. -
Method Summary
Modifier and TypeMethodDescriptionstatic UAF.ResponsibleRoleKindEnum
getText()
static UAF.ResponsibleRoleKindEnum
toEnum
(EnumerationLiteral literal) static EnumerationLiteral
toEnumerationLiteral
(UAF profile, UAF.ResponsibleRoleKindEnum anEnum) static UAF.ResponsibleRoleKindEnum
Returns the enum constant of this class with the specified name.static UAF.ResponsibleRoleKindEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MANAGER
Indicates that the ResourceInteraction associated with the ResourceInteractionKind is a an implementation of logical flow. -
RESPONSIBLEOWNER
Indicates that the ResourceInteraction associated with the ResourceInteractionKind is a an implementation of logical flow.
-
-
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.ResponsibleRoleKindEnum anEnum)
-