T - The type of the collection.public class CollectionUserAttribute<T> extends Object implements UserAttribute
UserAttribute holding a generic collection of values.| Constructor and Description |
|---|
CollectionUserAttribute(String name,
Collection<T> values) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getName()
The name that identifies this attribute.
|
Collection<T> |
getValues() |
int |
hashCode() |
String |
toString() |
public CollectionUserAttribute(String name, Collection<T> values)
public String getName()
UserAttributegetName in interface UserAttributepublic Collection<T> getValues()
protected boolean canEqual(Object other)
Copyright © 2019 SAP SE. All rights reserved.