Enum Class UAF.RoleKindEnum

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

public static enum UAF.RoleKindEnum extends Enum<UAF.RoleKindEnum>
Enumeration of the possible kinds of roles that a ResourceRole may play in the context of a ResourcePerformer.
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of non human resource that is used as a component in the context of a ResourcePerformer.
    Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of Software that is used in the context of a ResourcePerformer.
    Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of man made resource that is used to accomplish a task or function in the context of a ResourcePerformer.
    Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of software that is used in the context of a ResourcePerformer.
    Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of human resource that is used in the context of a ResourcePerformer.
    Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of natural resource that is used as a component in the context of a ResourcePerformer.
    Indicates that the ResourceRole associated with the ResourceRoleKind is another kind of RoleKind that is not on the enumerated list.
    Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of a ResourcePerformer that is used as a part of another ResourcePerformer.
    Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of a ResourcePerformer that represents a platform (e.g.
    Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of Post that is used in the context of a ResourcePerformer.
    Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of Responsibility associated with a role that is used in the context of a ResourcePerformer.
    Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of Organization that is typically the parent of another - e.g.
    Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of subsystem (represented as a ResourcePerformers) is is part of another ResourcePerformer.
    Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of assembly of ResourcePerformers that is used in the context of another ResourcePerformer.
    Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of existing CapabilityConfiguration that is used in the context of a ResourcePerformer.
    Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of existing PhysicalArchitecture that is used in the context of a ResourcePerformer.
  • 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

    • PART

      public static final UAF.RoleKindEnum PART
      Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of a ResourcePerformer that is used as a part of another ResourcePerformer.
    • COMPONENT

      public static final UAF.RoleKindEnum COMPONENT
      Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of Software that is used in the context of a ResourcePerformer.
    • USED_CONFIGURATION

      public static final UAF.RoleKindEnum USED_CONFIGURATION
      Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of existing CapabilityConfiguration that is used in the context of a ResourcePerformer.
    • HUMAN_RESOURCE

      public static final UAF.RoleKindEnum HUMAN_RESOURCE
      Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of human resource that is used in the context of a ResourcePerformer.
    • PLATFORM

      public static final UAF.RoleKindEnum PLATFORM
      Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of a ResourcePerformer that represents a platform (e.g. vessel, aircraft, etc.) that is used in the context of a SystemsResource.
    • SYSTEM

      public static final UAF.RoleKindEnum SYSTEM
      Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of assembly of ResourcePerformers that is used in the context of another ResourcePerformer.
    • SUB_ORGANIZATION

      public static final UAF.RoleKindEnum SUB_ORGANIZATION
      Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of Organization that is typically the parent of another - e.g. a squadron may be part of a batallion, that is used in the context of a ResourcePerformer.
    • POST_ROLE

      public static final UAF.RoleKindEnum POST_ROLE
      Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of Post that is used in the context of a ResourcePerformer.
    • RESPONSIBILITY_ROLE

      public static final UAF.RoleKindEnum RESPONSIBILITY_ROLE
      Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of Responsibility associated with a role that is used in the context of a ResourcePerformer.
    • EQUIPMENT

      public static final UAF.RoleKindEnum EQUIPMENT
      Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of man made resource that is used to accomplish a task or function in the context of a ResourcePerformer.
    • SUB_SYSTEM_PART

      public static final UAF.RoleKindEnum SUB_SYSTEM_PART
      Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of subsystem (represented as a ResourcePerformers) is is part of another ResourcePerformer.
    • USED_PHYSICAL_ARCHITECTURE

      public static final UAF.RoleKindEnum USED_PHYSICAL_ARCHITECTURE
      Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of existing PhysicalArchitecture that is used in the context of a ResourcePerformer.
    • HOSTED_SOFTWARE

      public static final UAF.RoleKindEnum HOSTED_SOFTWARE
      Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of software that is used in the context of a ResourcePerformer.
    • ARTIFACT_COMPONENT

      public static final UAF.RoleKindEnum ARTIFACT_COMPONENT
      Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of non human resource that is used as a component in the context of a ResourcePerformer.
    • NATURAL_RESOURCE_COMPONENT

      public static final UAF.RoleKindEnum NATURAL_RESOURCE_COMPONENT
      Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of natural resource that is used as a component in the context of a ResourcePerformer.
    • OTHER

      public static final UAF.RoleKindEnum OTHER
      Indicates that the ResourceRole associated with the ResourceRoleKind is another kind of RoleKind that is not on the enumerated list.
  • Method Details

    • values

      public static UAF.RoleKindEnum[] 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.RoleKindEnum 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.RoleKindEnum from(@CheckForNull Object o)
    • toEnum

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

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