public abstractclassOpenType<T>
implements
Serializable
Overview
Inheritance
Members
Usage
Source
Books
Since1.5
VersionNot specified.
Author(s)Not specified.
Type Parameters:
T - the Java type that instances described by this type must
have. For example, {@link SimpleType#INTEGER} is a SimpleType which is a subclass of OpenType,
meaning that an attribute, parameter, or return value that is described
as a SimpleType.INTEGER must have Java type
{@link Integer}.
The OpenType class is the parent abstract class of all classes which describe the actual open type
of open data values.
An open type is defined by:
the fully qualified Java class name of the open data values this type describes;
note that only a limited set of Java classes is allowed for open data values
(see ALLOWED_CLASSNAMES_LIST ),
OpenTypeclass is the parent abstract class of all classes which describe the actual open type of open data values.An open type is defined by: