Enum Class UAF.InformationModelKindEnum

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

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

    • CONCEPTUAL

      public static final UAF.InformationModelKindEnum CONCEPTUAL
      Indicates that the InformationModel associated with the InformationModelKind is a conceptual InformationModel that defines the required high-level data concepts and their relationships.
    • LOGICAL

      public static final UAF.InformationModelKindEnum LOGICAL
      Indicates that the InformationModel associated with the InformationModelKind is a logical data model that allows analysis of an architecture s data definition aspect, without consideration of implementation specific or product specific issues. It details the conceptual data model.
    • PHYSICAL

      public static final UAF.InformationModelKindEnum PHYSICAL
      Indicates that the InformationModel associated with the InformationModelKind is a physical data model that is an implementable specification of a data structure. A physical data model realizes a logical data model, taking into account implementation restrictions and performance issues while still enforcing the constraints, relationships and typing of the logical data model.
  • Method Details