Class AttributeKey<T>
- java.lang.Object
-
- de.gsi.dataset.spi.financial.api.attrs.TypeKey<T>
-
- de.gsi.dataset.spi.financial.api.attrs.AttributeKey<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAttributeKey(java.lang.Class<T> type, java.lang.String name)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> AttributeKey<T>create(java.lang.Class<T> type, java.lang.String name)
-
-
-
Constructor Detail
-
AttributeKey
protected AttributeKey(java.lang.Class<T> type, java.lang.String name)
-
-
Method Detail
-
create
public static <T> AttributeKey<T> create(java.lang.Class<T> type, java.lang.String name)
-
-