Interface PurposeOfUseCh


public interface PurposeOfUseCh
Class providing method to generate the CH:EPD PurposeOfUse instances NORM and EMER
Klasse die die methoden für die Generierung von CH:EPD PurposeOfUse Instanzen NORM und EMER
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static CE
    Normal access.
    static CE
    Emergency access.
    static CE
    Normal access.
  • Method Details

    • auto

      static CE auto()
      Normal access.
      Returns:
      the purpose of use
    • emer

      static CE emer()
      Emergency access.
      Returns:
      the purpose of use
    • norm

      static CE norm()
      Normal access.
      Returns:
      the purpose of use