Uses of Class
com.opengamma.strata.product.SimpleAttributes
-
Packages that use SimpleAttributes Package Description com.opengamma.strata.product Entity objects describing trades and products in financial markets. -
-
Uses of SimpleAttributes in com.opengamma.strata.product
Methods in com.opengamma.strata.product that return SimpleAttributes Modifier and Type Method 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)
Methods in com.opengamma.strata.product that return types with arguments of type SimpleAttributes Modifier and Type Method Description static org.joda.beans.TypedMetaBean<SimpleAttributes>
SimpleAttributes. meta()
The meta-bean forSimpleAttributes
.org.joda.beans.TypedMetaBean<SimpleAttributes>
SimpleAttributes. metaBean()
-