Microsoft SDK for Java

Attribute Class Constructors

The Attribute class contains the following constructors:

Attribute()
Attribute(Name n, Object v)

Attribute()

Constructs an uninitialized Attribute.

Syntax

public Attribute();

Attribute(Name n, Object v)

Constructs an Attribute with given Name and associated value object.

Syntax

public Attribute(Name n, Object v);

Parameters

n The name of the Attribute pair.
v The value object to associate with the name.

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