Skip to content

PortConfigurationEnumValue

IRI: https://w3id.org/altium/cdm/deviceModel/PortConfigurationEnumValue

Bounded context: deviceModel

An enumerated value for a port configuration.

Diagram

---
  config:
    layout: elk
    theme: neutral
    class:
      hideEmptyMembersBox: true
---
 classDiagram
    direction LR


  class dm_port_configuration_enum_value["PortConfigurationEnumValue"]



      style dm_port_configuration_enum_value fill:#6fa8dc    


    click dm_port_configuration_enum_value href "../../classes/dm_port_configuration_enum_value/"







          dm_port_configuration_enum_value : id



          dm_port_configuration_enum_value : name








      dm_port_configuration_enum_value --> "*" dm_port_configuration_dependency : dependencies
      click dm_port_configuration_dependency href "../../classes/dm_port_configuration_dependency/"


  class dm_port_configuration_dependency["PortConfigurationDependency"]



      style dm_port_configuration_dependency fill:#6fa8dc    













  class dm_port_configuration["PortConfiguration"]



      style dm_port_configuration fill:#6fa8dc    


          dm_port_configuration --> "*" dm_port_configuration_enum_value: enumValues 
          click dm_port_configuration href "../../classes/dm_port_configuration/"



Inheritance

  • Resource
    • dm_port_configuration_enum_value

Fields

Name Cardinality Type Description Inheritance
id 1 string Local unique identifier within a given context. direct
name 0..1 string The name of the enumerated value. direct
dependencies * PortConfigurationDependency The list of dependencies associated with this enumerated value. direct

Identifier and Mapping Information

Annotations

property value
platformAPI DmPortConfigurationEnumValue

Comments

Comments are still experimental - you need access to AltiumDeveloper/cdm-comments repository to see and leave comments. Please ping @dmitry.kolomiets for details.