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()
UserAttribute
getName
in interface UserAttribute
public Collection<T> getValues()
protected boolean canEqual(Object other)
Copyright © 2018 SAP SE. All rights reserved.