public abstract class AbstractAttributeTypeProtectedItem extends ProtectedItem
Modifier and Type | Field and Description |
---|---|
protected Set<AttributeType> |
attributeTypes
The attribute types.
|
ALL_USER_ATTRIBUTE_TYPES, ALL_USER_ATTRIBUTE_TYPES_AND_VALUES, ENTRY
Modifier | Constructor and Description |
---|---|
protected |
AbstractAttributeTypeProtectedItem(Set<AttributeType> attributeTypes)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
Iterator<AttributeType> |
iterator()
Gets an iterator of all attribute types.
|
String |
toString() |
protected final Set<AttributeType> attributeTypes
protected AbstractAttributeTypeProtectedItem(Set<AttributeType> attributeTypes)
attributeTypes
- the collection of attribute IDspublic Iterator<AttributeType> iterator()
Copyright © 2017. All rights reserved.