uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

GenericType() constructor

Description

This constructor sets up a new GenericType object. The type information of generics in which the target type parameter is resolved and the class declaring the generics are acquired from the type parameter T. The user must create a subclass (in most cases, an anonymous subclass is created) because the scope of the constructor is protected.

Syntax

protected GenericType()

Parameter

None.

Return value

None.

Notes

None.