public
finalclassSimpleType<T>
extends OpenType<T>
Overview
Inheritance
Members
Usage
Source
Books
Since1.5
VersionNot specified.
Author(s)Not specified.
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 name 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.
SimpleTypeclass is the open type class whose instances describe all open data values which are neither arrays, norCompositeDatavalues, norTabularDatavalues. It predefines all its possible instances as static fields, and has no public constructor.Given a
SimpleTypeinstance describing values whose Java class name is className, the internal fields corresponding to the name and description of thisSimpleTypeinstance are also set to className. In other words, its methodsgetClassName,getTypeNameandgetDescriptionall return the same string value className.