Package com.nomagic.magicdraw.uaf
Enum Class UAF.CapabilityKindEnum
- All Implemented Interfaces:
Serializable
,Comparable<UAF.CapabilityKindEnum>
,Constable
- Enclosing class:
- UAF
Enumeration of the possible kinds of Capability.
-
Enum Constant Summary
Enum ConstantDescriptionIndicates that the Capability associated with this CapabilityKind is the ability, aptitude or fitness that OperationalAgent can have performing an Operational Activity, Mission task, or conducting an Enduring Task.Indicates that the Capability associated with this CapabilityKind is the ability, aptitude or fitness that unspecified entity can have performing an Activity, Mission task, or conducting an Enduring Task.Indicates that the Capability associated with this CapabilityKind is the ability, aptitude or fitness that an Organizational Resource (e.g.Indicates that the Capability associated with this CapabilityKind is the ability, aptitude or fitness that a ResourcePerformer (e.g.Indicates that the Capability associated with this CapabilityKind is the ability, aptitude or fitness that an OperationalMitigation or ResourceMitigation can have performing a Security Process.Indicates that the Capability associated with this CapabilityKind is the ability, aptitude or fitness that a Service can have performing a Service Function.Indicates that the Capability associated with this CapabilityKind is the ability, aptitude or fitness that an enterprise asset can have performing a Mission, ValueStream or conducting an Enduring Task to enable achievement of desired Effects and Outcomes. -
Method Summary
Modifier and TypeMethodDescriptionstatic UAF.CapabilityKindEnum
getText()
static UAF.CapabilityKindEnum
toEnum
(EnumerationLiteral literal) static EnumerationLiteral
toEnumerationLiteral
(UAF profile, UAF.CapabilityKindEnum anEnum) static UAF.CapabilityKindEnum
Returns the enum constant of this class with the specified name.static UAF.CapabilityKindEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STRATEGIC
Indicates that the Capability associated with this CapabilityKind is the ability, aptitude or fitness that an enterprise asset can have performing a Mission, ValueStream or conducting an Enduring Task to enable achievement of desired Effects and Outcomes. -
OPERATIONAL
Indicates that the Capability associated with this CapabilityKind is the ability, aptitude or fitness that OperationalAgent can have performing an Operational Activity, Mission task, or conducting an Enduring Task. -
SERVICE
Indicates that the Capability associated with this CapabilityKind is the ability, aptitude or fitness that a Service can have performing a Service Function. -
RESOURCE
Indicates that the Capability associated with this CapabilityKind is the ability, aptitude or fitness that a ResourcePerformer (e.g. ResourceArchitecture, CapabilityConfiguration, ResourceArtifact, ResourceService) can have performing a Function. -
PERSONNEL
Indicates that the Capability associated with this CapabilityKind is the ability, aptitude or fitness that an Organizational Resource (e.g. Organization, Person, Post, Responsibility) can have performing a Function. -
SECURITY
Indicates that the Capability associated with this CapabilityKind is the ability, aptitude or fitness that an OperationalMitigation or ResourceMitigation can have performing a Security Process. -
OTHER
Indicates that the Capability associated with this CapabilityKind is the ability, aptitude or fitness that unspecified entity can have performing an Activity, Mission task, or conducting an Enduring Task.
-
-
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.CapabilityKindEnum anEnum)
-