Package com.nomagic.magicdraw.uaf
Enum UAF.RoleKindEnum
- java.lang.Object
-
- java.lang.Enum<UAF.RoleKindEnum>
-
- com.nomagic.magicdraw.uaf.UAF.RoleKindEnum
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<UAF.RoleKindEnum>
- Enclosing class:
- UAF
public static enum UAF.RoleKindEnum extends java.lang.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 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.COMPONENT
Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of Software that is used in the context of a ResourcePerformer.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.HOSTED_SOFTWARE
Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of software that is used in the context of a ResourcePerformer.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.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
Indicates that the ResourceRole associated with the ResourceRoleKind is another kind of RoleKind that is not on the enumerated list.PART
Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of a ResourcePerformer that is used as a part of another ResourcePerformer.PLATFORM
Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of a ResourcePerformer that represents a platform (e.g.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
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.SUB_ORGANIZATION
Indicates that the ResourceRole associated with the ResourceRoleKind is a kind of Organization that is typically the parent of another - e.g.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.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.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.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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UAF.RoleKindEnum
from(java.lang.Object o)
java.lang.String
getText()
static UAF.RoleKindEnum
toEnum(EnumerationLiteral literal)
static EnumerationLiteral
toEnumerationLiteral(UAF profile, UAF.RoleKindEnum anEnum)
static UAF.RoleKindEnum
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UAF.RoleKindEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
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 Detail
-
values
public static UAF.RoleKindEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (UAF.RoleKindEnum c : UAF.RoleKindEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static UAF.RoleKindEnum valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getText
public java.lang.String getText()
-
from
@CheckForNull public static UAF.RoleKindEnum from(@CheckForNull java.lang.Object o)
-
toEnum
@CheckForNull public static UAF.RoleKindEnum toEnum(EnumerationLiteral literal)
-
toEnumerationLiteral
@CheckForNull public static EnumerationLiteral toEnumerationLiteral(UAF profile, UAF.RoleKindEnum anEnum)
-
-