Skip to content

FieldEnum

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

Bounded context: deviceModel

An enumerated value for a register field.

Diagram

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


  class dm_field_enum["FieldEnum"]



      style dm_field_enum fill:#6fa8dc    


    click dm_field_enum href "../../classes/dm_field_enum/"







          dm_field_enum : description



          dm_field_enum : name



          dm_field_enum : value










  class dm_register_field["RegisterField"]



      style dm_register_field fill:#6fa8dc    


          dm_register_field --> "*" dm_field_enum: enums 
          click dm_register_field href "../../classes/dm_register_field/"



Inheritance

Fields

Name Cardinality Type Description Inheritance
description 0..1 string A brief description of the entity. direct
name 0..1 string The name of the enumerated value. direct
value 0..1 string The actual value of the enumeration. direct

Identifier and Mapping Information

Annotations

property value
platformAPI DmFieldEnum

Comments

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