Enum Class UAF.InformationKindEnum

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

public static enum UAF.InformationKindEnum extends Enum<UAF.InformationKindEnum>
Enumeration of the possible kinds of Information.
  • Enum Constant Details

    • INFORMATION

      public static final UAF.InformationKindEnum INFORMATION
      Indicates that the Information associated with the InformationKind describes the state of a something of interest that is materialized -- in any medium or form -- and communicated or received.
    • DOMAININFORMATION

      public static final UAF.InformationKindEnum DOMAININFORMATION
      Indicates that the Information associated with the InformationKind describes information within the scope or domain of the architecture.
    • POSITIONREFERENCEFRAME

      public static final UAF.InformationKindEnum POSITIONREFERENCEFRAME
      Indicates that the Information associated with the InformationKind describes an arbitrary set of axes with reference to which the position or motion of something is described or physical laws are formulated.
    • PEDIGREEINFORMATION

      public static final UAF.InformationKindEnum PEDIGREEINFORMATION
      Indicates that the Information associated with the InformationKind describes information pedigree.
    • DATA

      public static final UAF.InformationKindEnum DATA
      Indicates that the Information associated with the InformationKind describes the representation of information in a formalized manner suitable for communication, interpretation, or processing by humans or by automatic means. Examples could be whole models, packages, entities, attributes, classes, domain values, enumeration values, records, tables, rows, columns, and fields.
  • Method Details

    • values

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

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

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