public class AttributeMap extends Object implements TypeUsageCollectable
| Constructor and Description |
|---|
AttributeMap(Collection<Attribute> tmpAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
any(String... attributeNames) |
void |
clear() |
void |
collectTypeUsages(TypeUsageCollector collector) |
boolean |
containsKey(String attributeName) |
<T extends Attribute> |
getByName(String name) |
public AttributeMap(Collection<Attribute> tmpAttributes)
public boolean containsKey(String attributeName)
public void clear()
public void collectTypeUsages(TypeUsageCollector collector)
collectTypeUsages in interface TypeUsageCollectablepublic boolean any(String... attributeNames)
Copyright © 2011-2021. All Rights Reserved.