|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xmlmind.assembly.Profile.AttributeEntry
public static final class Profile.AttributeEntry
A profiling attribute.
| Field Summary | |
|---|---|
java.lang.String |
localName
The local name of this profiling attribute. |
java.lang.String |
nsURI
The namespace URI of this profiling attribute. |
java.lang.String[] |
values
The "tokens" comprising the value of this profiling attribute. |
| Constructor Summary | |
|---|---|
Profile.AttributeEntry(java.lang.String nsURI,
java.lang.String localName,
java.lang.String[] values)
Constructs an entry. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String nsURI
public final java.lang.String localName
public final java.lang.String[] values
| Constructor Detail |
|---|
public Profile.AttributeEntry(java.lang.String nsURI,
java.lang.String localName,
java.lang.String[] values)
| Method Detail |
|---|
public boolean equals(java.lang.Object other)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||