| Package | Description |
|---|---|
| no.digipost.util |
| Modifier and Type | Method and Description |
|---|---|
static AttributesMap.Config |
AttributesMap.Config.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributesMap.Config[] |
AttributesMap.Config.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AttributesMap.Builder |
AttributesMap.buildNew(AttributesMap.Config... configSwitches) |
static <V> AttributesMap.Builder |
AttributesMap.with(SetsNamedValue<V> attribute,
V value,
AttributesMap.Config... configSwitches) |
static <V> AttributesMap.Builder |
AttributesMap.with(ViewableAsTuple<? extends SetsNamedValue<V>,V> attributeWithValue,
AttributesMap.Config... configSwitches) |
Copyright © 2016 Digipost. All rights reserved.