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.
    • USEDCONFIGURATION

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

      public static final UAF.RoleKindEnum HUMANRESOURCE
      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.
    • SUBORGANIZATION

      public static final UAF.RoleKindEnum SUBORGANIZATION
      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.
    • POSTROLE

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

      public static final UAF.RoleKindEnum RESPONSIBILITYROLE
      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.
    • SUBSYSTEMPART

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

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

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

      public static final UAF.RoleKindEnum ARTIFACTCOMPONENT
      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.
    • NATURALRESOURCECOMPONENT

      public static final UAF.RoleKindEnum NATURALRESOURCECOMPONENT
      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)