Class EolType

    • Constructor Summary

      Constructors 
      Constructor Description
      EolType()  
    • Constructor Detail

      • EolType

        public EolType()
    • Method Detail

      • getName

        public abstract java.lang.String getName()
      • isType

        public abstract boolean isType​(java.lang.Object o)
      • isKind

        public abstract boolean isKind​(java.lang.Object o)
      • isNot

        public boolean isNot​(EolType type)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object