Class ReqProtocol

    • Field Detail

      • protocolid

        private java.lang.String protocolid
    • Constructor Detail

      • ReqProtocol

        ReqProtocol​(java.lang.String protocolid)
    • Method Detail

      • getComparator

        public java.lang.String getComparator()
        Specified by:
        getComparator in interface Req
      • getIntValue

        public int getIntValue()
        Specified by:
        getIntValue in interface Req
      • getDoubleValue

        public double getDoubleValue()
        Specified by:
        getDoubleValue in interface Req
      • getBooleanValue

        public boolean getBooleanValue()
        Specified by:
        getBooleanValue in interface Req
      • getType

        public java.lang.Class getType()
        Specified by:
        getType in interface Req
      • getValue

        public java.lang.String getValue()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class Spec
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Spec