TValue - The type of the values that are returned by the IDataProvider registered with this class.public class GraphObjectDpKey<TValue> extends DpKeyBase<TValue>
| Constructor and Description |
|---|
GraphObjectDpKey(Class declaringType,
String name)
Initializes a new instance of the
GraphObjectDpKey class. |
public GraphObjectDpKey(Class declaringType, String name)
GraphObjectDpKey class.declaringType - Type that declares this key.name - The name of this key.