Class Ascii


  • @Deprecated
    public final class Ascii
    extends java.lang.Object
    Deprecated.
    do not use.
    The Ascii class represents the IDL build in type ascii.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      char ascii
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      Ascii​(char c)
      Deprecated.
      do not use.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ascii

        public final char ascii
        Deprecated.
    • Constructor Detail

      • Ascii

        @Deprecated
        public Ascii​(char c)
        Deprecated.
        do not use.
        Constructs a new Ascii.
        Parameters:
        c - the char value.