public class AttributeInfo
extends java.lang.Object
implements java.io.Serializable
AttributeInfo
class stores registry configuration or state
information as a member class of ConfigInfo
StateInfo
and
TestInfo
.ConfigInfo
,
StateInfo
,
TestInfo
,
DiagnosticProviderInfo
,
Serialized FormModifier and Type | Field and Description |
---|---|
java.util.regex.Pattern |
compiledId
Regular expression compiled pattern.
|
java.lang.String |
descriptionKey
Localization key within a resource bundle for displaying this option to customers
|
java.lang.String |
id
Key field for this Attribute of the registration, sent to the component software
|
boolean |
registered
Determines whether this value can be trusted from release to release.
|
Constructor and Description |
---|
AttributeInfo() |
AttributeInfo(java.lang.String aId,
java.lang.String aDescriptionKey,
boolean aRegistered)
constructs an object of the
AttributeInfo class with a parm
for each data member. |
public java.lang.String id
public java.lang.String descriptionKey
public boolean registered
public java.util.regex.Pattern compiledId
public AttributeInfo()
public AttributeInfo(java.lang.String aId, java.lang.String aDescriptionKey, boolean aRegistered)
AttributeInfo
class with a parm
for each data member. Data members are public, so this is merely a helper to
construct the object more easily.aId
- identification of the Attribute as used in the codeaDescriptionKey
- localization key for the name of the attribute