Class MofDescriptor


  • @OpenApiAll
    public final class MofDescriptor
    extends java.lang.Object
    MOF type description.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.filechooser.FileFilter getFilter()
      Returns file filter.
      java.lang.String getType()
      Get MOF type.
      java.lang.String getTypeString​(boolean lowerCase)
      Get MOF type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getType

        public java.lang.String getType()
        Get MOF type.
      • getTypeString

        public java.lang.String getTypeString​(boolean lowerCase)
        Get MOF type.
        Parameters:
        lowerCase - indicates type character case (e.g. "emof" or "EMOF")
        Returns:
        type of the MOF.
      • getFilter

        public javax.swing.filechooser.FileFilter getFilter()
        Returns file filter. Filters the files according MOf type.
        Returns:
        file filter.