| 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. |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.