| Package | Description |
|---|---|
| com.opengamma.strata.collect.named |
Named data structures.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Enum<T> & NamedEnum> |
EnumNames.of(Class<T> enumType)
Creates an instance deriving the formatted string from the enum constant name.
|
static <T extends Enum<T> & NamedEnum> |
EnumNames.ofManualToString(Class<T> enumType)
Creates an instance where the
toString method is written manually. |
EnumNames<T> |
EnumNames.withParseAlias(String alias,
T value)
Returns an instance with an additional alias added.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.