\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.core.typed.TypedKeyDefault< T > Class Template Reference

Detailed Description

Default implementation of TypedKey.

Parameters
<T> - type of the key

Inheritance diagram for fiftyone.pipeline.core.typed.TypedKeyDefault< T >:

[legend]

Collaboration diagram for fiftyone.pipeline.core.typed.TypedKeyDefault< T >:

[legend]

Public Member Functions

 TypedKeyDefault (String name)
Construct a new instance with the name provided, and Object as the type. More...
 TypedKeyDefault (String name, Class type)
Construct a new instance with the name and type provided. More...
String  getName ()
Get the name. More...
Class< T >  getType ()
Get the type. More...

Constructor & Destructor Documentation

Member Function Documentation