Uses of Class
com.opengamma.strata.collect.named.EnumNames
-
Packages that use EnumNames Package Description com.opengamma.strata.collect.named Named data structures. -
-
Uses of EnumNames in com.opengamma.strata.collect.named
Methods in com.opengamma.strata.collect.named that return EnumNames Modifier and Type Method Description static <T extends Enum<T> & NamedEnum>
EnumNames<T>EnumNames. of(Class<T> enumType)
Creates an instance deriving the formatted string from the enum constant name.static <T extends Enum<T> & NamedEnum>
EnumNames<T>EnumNames. ofManualToString(Class<T> enumType)
Creates an instance where thetoString
method is written manually.EnumNames<T>
EnumNames. withParseAlias(String alias, T value)
Returns an instance with an additional alias added.
-