The AttributeEntry constructor
- Organization of this page
Description
Creates an instance of the AttributeEntry class.
Syntax
public AttributeEntry(String attr,
String alias,
String subcontext);
public AttributeEntry(String attr,
String alias);
public AttributeEntry(String attr);
public AttributeEntry();
Parameters
- attr:
-
Specifies the attribute name stored in the repository.
- alias:
-
Specifies the alias associated with the attribute name.
- subcontext:
-
Specifies the subcontext.
Exceptions
None