| Package | Description |
|---|---|
| com.opengamma.strata.collect |
Root package for common data structures used by Strata.
|
| com.opengamma.strata.collect.io |
Provides utilities for the management of input and output.
|
| com.opengamma.strata.collect.named |
Named data structures.
|
| com.opengamma.strata.collect.result |
Result data structures.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypedString<T extends TypedString<T>>
An abstract class designed to enable typed strings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsciiTableAlignment
Alignment of the data within an ASCII table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CombinedExtendedEnum<T extends Named>
Combines multiple extended enums into one lookup.
|
class |
ExtendedEnum<T extends Named>
Manager for extended enums controlled by code or configuration.
|
static class |
ExtendedEnum.ExternalEnumNames<T extends Named>
Maps names used by external systems to the standard name used here.
|
interface |
NamedLookup<T extends Named>
A lookup for named instances.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NamedEnum
A named enum instance.
|
| Modifier and Type | Method and Description |
|---|---|
static <R extends Named> |
ExtendedEnum.of(Class<R> type)
Obtains an extended enum instance.
|
static <R extends Named> |
CombinedExtendedEnum.of(Class<R> type)
Obtains a combined extended enum instance.
|
static <T extends Named> |
Named.of(Class<T> type,
String name)
Obtains an instance of the specified named type by name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FailureReason
Represents the reason why failure occurred.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.