public class AttrHistoricalWithOptions extends Object
Constructor and Description |
---|
AttrHistoricalWithOptions()
Creates a new AttrInfoWithOptions.
|
Modifier and Type | Method and Description |
---|---|
AttrHistorical |
get(Set<String> options)
Get the info for a given option.
|
HashMap<Set<String>,AttrHistorical> |
getAttributesInfo()
Get the Attributes information associated to this object.
|
AttrHistorical |
put(Set<String> options,
AttrHistorical attrInfo)
Associate some info to a given set of options.
|
public AttrHistoricalWithOptions()
public AttrHistorical get(Set<String> options)
options
- the optionspublic AttrHistorical put(Set<String> options, AttrHistorical attrInfo)
options
- the optionsattrInfo
- the info to associatepublic HashMap<Set<String>,AttrHistorical> getAttributesInfo()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.