类 AbstractSelector

  • 所有已实现的接口:
    java.io.Serializable
    直接已知子类:
    ExpressionSelector, NoneSelector

    public abstract class AbstractSelector
    extends java.lang.Object
    implements java.io.Serializable
    Abstract selector that only contains a type.
    从以下版本开始:
    0.7.0
    作者:
    nkorange
    另请参阅:
    序列化表格
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      private static long serialVersionUID  
      private java.lang.String type
      The type of this selector, each child class should announce its own unique type.
    • 构造器概要

      构造器 
      限定符 构造器 说明
      protected AbstractSelector​(java.lang.String type)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.String getType()  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • serialVersionUID

        private static final long serialVersionUID
        另请参阅:
        常量字段值
      • type

        private final java.lang.String type
        The type of this selector, each child class should announce its own unique type.
    • 构造器详细资料

      • AbstractSelector

        protected AbstractSelector​(java.lang.String type)
    • 方法详细资料

      • getType

        public java.lang.String getType()