| Interface | Description |
|---|---|
| Named |
A named instance.
|
| NamedEnum |
A named enum instance.
|
| NamedLookup<T extends Named> |
A lookup for named instances.
|
| Class | Description |
|---|---|
| CombinedExtendedEnum<T extends Named> |
Combines multiple extended enums into one lookup.
|
| EnumNames<T extends Enum<T> & NamedEnum> |
Helper that allows enum names to be created and parsed.
|
| ExtendedEnum<T extends Named> |
Manager for extended enums controlled by code or configuration.
|
| ExtendedEnum.ExternalEnumNames<T extends Named> |
Maps names used by external systems to the standard name used here.
|
This package contains support for named data structures.
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.