public class QualifiedCollection extends Object
Constructor and Description |
---|
QualifiedCollection(Collection collection,
boolean exclusive)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Clones this object
|
boolean |
equals(Object object)
Compares whether the passed object is equal to this object semantically.
|
Collection |
getCollection()
Gets the collection of values
|
boolean |
isExclusive()
Gets the value of the exclusive flag
|
void |
setCollection(Collection collection)
Sets the collection of values
|
void |
setExclusive(boolean exclusive)
Sets the exclusive flag
|
public QualifiedCollection(Collection collection, boolean exclusive)
collection
- the collections of values.exclusive
- the boolean flag indicating whether the values are excluisive
or inclusive.public boolean equals(Object object)
public Object clone()
public void setCollection(Collection collection)
collection
- the collection of valuespublic Collection getCollection()
public void setExclusive(boolean exclusive)
exclusive
- value of exclusive flagpublic boolean isExclusive()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.