Class SearchType


  • public class SearchType
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchType​(java.lang.String name, java.lang.String path, DataType type)  
    • Method Summary

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

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

      • SearchType

        public SearchType​(java.lang.String name,
                          java.lang.String path,
                          DataType type)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getPath

        public java.lang.String getPath()