Class SimpleSelector

  • All Implemented Interfaces:
    Selector

    public class SimpleSelector
    extends java.lang.Object
    implements Selector
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleSelector​(java.lang.String value)  
    • Method Summary

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

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

      • value

        private java.lang.String value
    • Constructor Detail

      • SimpleSelector

        public SimpleSelector​(java.lang.String value)
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Specified by:
        getValue in interface Selector