Class Fmi2ModelDescription.LogCategory

  • Enclosing class:
    Fmi2ModelDescription

    public static class Fmi2ModelDescription.LogCategory
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String description  
      java.lang.String name  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected LogCategory()  
        LogCategory​(java.lang.String name, java.lang.String description)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        public final java.lang.String name
      • description

        public final java.lang.String description
    • Constructor Detail

      • LogCategory

        public LogCategory​(java.lang.String name,
                           java.lang.String description)
      • LogCategory

        protected LogCategory()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object