Microsoft SDK for Java

setType

This method of the LicenseDescriptor Interface sets the type of license.

Syntax

public void setType(int type) throws Exception;

Parameters

type Sets the type of license. The type can be one of the following:

CLASS
ARCHIVE
PACKAGE


Exceptions

Exception if the license type is not valid.

See Also

getType

© 1999 Microsoft Corporation. All rights reserved. Terms of use.