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 SimpleAttributesSimpleAttributes. empty()Obtains an empty instance.static SimpleAttributesSimpleAttributes. from(Attributes other)Obtains an instance from another instance, copying the attributes.static <T> SimpleAttributesSimpleAttributes. of(AttributeType<T> type, T value)Obtains an instance with a single attribute.<T> SimpleAttributesSimpleAttributes. withAttribute(AttributeType<T> type, T value)SimpleAttributesSimpleAttributes. 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()
-