Enum Class UPDMProfile.InformationKindEnum

java.lang.Object
java.lang.Enum<UPDMProfile.InformationKindEnum>
com.nomagic.updm.utils.UPDMProfile.InformationKindEnum
All Implemented Interfaces:
Serializable, Comparable<UPDMProfile.InformationKindEnum>, Constable
Enclosing class:
UPDMProfile

public static enum UPDMProfile.InformationKindEnum extends Enum<UPDMProfile.InformationKindEnum>
Enumeration of kinds of information, derived from MODAF and DoDAF, used to support the InformationKind tag of the Information stereotype.
  • Enum Constant Details

    • INFORMATION

      public static final UPDMProfile.InformationKindEnum INFORMATION
      Information is the state of a something of interest that is materialized -- in any medium or form -- and communicated or received.
    • DOMAININFORMATION

      public static final UPDMProfile.InformationKindEnum DOMAININFORMATION
      Types of information within the scope or domain of the architecture.
    • POSITIONREFERENCEFRAME

      public static final UPDMProfile.InformationKindEnum POSITIONREFERENCEFRAME
      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 UPDMProfile.InformationKindEnum PEDIGREEINFORMATION
      Information describing pedigree.
    • DATA

      public static final UPDMProfile.InformationKindEnum DATA
      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