Class NativeTitle


  • public class NativeTitle
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NativeTitle​(java.lang.String text)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object object)  
      java.lang.String getText()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NativeTitle

        public NativeTitle​(java.lang.String text)
    • Method Detail

      • getText

        public java.lang.String getText()
      • equals

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