| Package | Description |
|---|---|
| com.opengamma.strata.product |
Entity objects describing trades and products in financial markets.
|
| Modifier and Type | Method and Description |
|---|---|
static SimpleAttributes |
SimpleAttributes.empty()
Obtains an empty instance.
|
static SimpleAttributes |
SimpleAttributes.from(Attributes other)
Obtains an instance from another instance, copying the attributes.
|
static <T> SimpleAttributes |
SimpleAttributes.of(AttributeType<T> type,
T value)
Obtains an instance with a single attribute.
|
<T> SimpleAttributes |
SimpleAttributes.withAttribute(AttributeType<T> type,
T value) |
SimpleAttributes |
SimpleAttributes.withAttributes(Attributes other) |
| Modifier and Type | Method and Description |
|---|---|
static org.joda.beans.TypedMetaBean<SimpleAttributes> |
SimpleAttributes.meta()
The meta-bean for
SimpleAttributes. |
org.joda.beans.TypedMetaBean<SimpleAttributes> |
SimpleAttributes.metaBean() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.