UNO Java Runtime

com.sun.star.uno
Class Ascii

java.lang.Object
  |
  +--com.sun.star.uno.Ascii

Deprecated. do not use

public final class Ascii
extends java.lang.Object

The Ascii class represents the IDL build in type ascii.

Since:
UDK1.0

Field Summary
 char ascii
          Deprecated.  
 
Constructor Summary
Ascii(char c)
          Deprecated. do not use
 
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

public Ascii(char c)
Deprecated. do not use

Constructs a new Ascii.

Parameters:
c - the char value

UNO Java Runtime