Enum Class UAF.DriverKindEnum

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

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

    Enum Constants
    Enum Constant
    Description
    Indicates that the Driver associated with this DriverKind is the kind of underlying general rule or guideline for the use and deployment of assets across the enterprise.
    Indicates that the Driver associated with this DriverKind is the kind of thing that forces the enterprise to work or act in a certain way from the operational perspective.
    Indicates that the Driver associated with this DriverKind is the kind of thing that forces the enterprise to work or act in a certain way from some nonspecific perspective.
    Indicates that the Driver associated with this DriverKind is the kind of thing that forces the enterprise to work or act in a certain way from the personnel perspective.
    Indicates that the Driver associated with this DriverKind is the kind of thing that forces the enterprise to work or act in a certain way from the projects perspective.
    Indicates that the Driver associated with this DriverKind is the kind of thing that forces the enterprise to work or act in a certain way from the resources perspective.
    Indicates that the Driver associated with this DriverKind is the kind of thing that forces the enterprise to work or act in a certain way from the security perspective.
    Indicates that the Driver associated with this DriverKind is the kind of thing that forces the enterprise to work or act in a certain way from the services perspective.
    Indicates that the Driver associated with this DriverKind is the kind of thing that forces the enterprise to work or act in a certain way from the standards perspective.
    Indicates that the Driver associated with this DriverKind is the kind of thing that forces the enterprise to work or act in a certain way from the strategic perspective.
  • 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.DriverKindEnum STRATEGIC
      Indicates that the Driver associated with this DriverKind is the kind of thing that forces the enterprise to work or act in a certain way from the strategic perspective.
    • OPERATIONAL

      public static final UAF.DriverKindEnum OPERATIONAL
      Indicates that the Driver associated with this DriverKind is the kind of thing that forces the enterprise to work or act in a certain way from the operational perspective.
    • SERVICE

      public static final UAF.DriverKindEnum SERVICE
      Indicates that the Driver associated with this DriverKind is the kind of thing that forces the enterprise to work or act in a certain way from the services perspective.
    • RESOURCE

      public static final UAF.DriverKindEnum RESOURCE
      Indicates that the Driver associated with this DriverKind is the kind of thing that forces the enterprise to work or act in a certain way from the resources perspective.
    • PERSONNEL

      public static final UAF.DriverKindEnum PERSONNEL
      Indicates that the Driver associated with this DriverKind is the kind of thing that forces the enterprise to work or act in a certain way from the personnel perspective.
    • SECURITY

      public static final UAF.DriverKindEnum SECURITY
      Indicates that the Driver associated with this DriverKind is the kind of thing that forces the enterprise to work or act in a certain way from the security perspective.
    • PROJECT

      public static final UAF.DriverKindEnum PROJECT
      Indicates that the Driver associated with this DriverKind is the kind of thing that forces the enterprise to work or act in a certain way from the projects perspective.
    • STANDARD

      public static final UAF.DriverKindEnum STANDARD
      Indicates that the Driver associated with this DriverKind is the kind of thing that forces the enterprise to work or act in a certain way from the standards perspective.
    • OTHER

      public static final UAF.DriverKindEnum OTHER
      Indicates that the Driver associated with this DriverKind is the kind of thing that forces the enterprise to work or act in a certain way from some nonspecific perspective.
    • ARCHITECTURE_PRINCIPLE

      public static final UAF.DriverKindEnum ARCHITECTURE_PRINCIPLE
      Indicates that the Driver associated with this DriverKind is the kind of underlying general rule or guideline for the use and deployment of assets across the enterprise.
  • Method Details

    • values

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

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

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