Class SortParameter


  • public class SortParameter
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String type  
      protected boolean variable  
    • Constructor Summary

      Constructors 
      Constructor Description
      SortParameter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      boolean isVariable()  
      void setType​(java.lang.String type)  
      void setVariable​(boolean variable)  
      • Methods inherited from class java.lang.Object

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

      • type

        protected java.lang.String type
      • variable

        protected boolean variable
    • Constructor Detail

      • SortParameter

        public SortParameter()
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • isVariable

        public boolean isVariable()
      • setVariable

        public void setVariable​(boolean variable)