| The SimpleType class is the open type class whose instances describe all open data values which are neither arrays,
nor
CompositeData values, nor
TabularData values. It predefines all its possible instances as static fields,
and has no public constructor.
Given a SimpleType instance describing values whose Java class name is className, the internal fields corresponding to the
TypeName and description of this SimpleType instance are also set to className. In other words, its methods getClassName, getTypeName
and getDescription all return the same string value className.
version: $Revision: 1.13 $ |