public class AttributeValueItem extends ProtectedItem
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<Attribute> |
attributes
The protected Attributes
|
ALL_USER_ATTRIBUTE_TYPES, ALL_USER_ATTRIBUTE_TYPES_AND_VALUES, ENTRY| Constructor and Description |
|---|
AttributeValueItem(java.util.Set<Attribute> attributes)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.util.Iterator<Attribute> |
iterator()
Returns an iterator of all
Attributes. |
java.lang.String |
toString() |
private final java.util.Set<Attribute> attributes
public java.util.Iterator<Attribute> iterator()
Attributes.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object