Enum Class UAF.CapabilityKindEnum

java.lang.Object
java.lang.Enum<UAF.CapabilityKindEnum>
com.nomagic.magicdraw.uaf.UAF.CapabilityKindEnum
All Implemented Interfaces:
Serializable, Comparable<UAF.CapabilityKindEnum>, Constable
Enclosing class:
UAF

public static enum UAF.CapabilityKindEnum extends Enum<UAF.CapabilityKindEnum>
Enumeration of the possible kinds of Capability.
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    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.
    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 Type
    Method
    Description
     
     
     
     
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • STRATEGIC

      public static final UAF.CapabilityKindEnum 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

      public static final UAF.CapabilityKindEnum 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

      public static final UAF.CapabilityKindEnum 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

      public static final UAF.CapabilityKindEnum 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

      public static final UAF.CapabilityKindEnum 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

      public static final UAF.CapabilityKindEnum 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

      public static final UAF.CapabilityKindEnum 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

      public static UAF.CapabilityKindEnum[] 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

      public static UAF.CapabilityKindEnum valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getText

      public String getText()
    • from

      @CheckForNull public static UAF.CapabilityKindEnum from(@CheckForNull Object o)
    • toEnum

      @CheckForNull public static UAF.CapabilityKindEnum toEnum(EnumerationLiteral literal)
    • toEnumerationLiteral

      @CheckForNull public static EnumerationLiteral toEnumerationLiteral(UAF profile, UAF.CapabilityKindEnum anEnum)