Class GenericMultiTypeServiceImpl.AbstractTypeInfo<T>
java.lang.Object
de.iip_ecosphere.platform.services.environment.GenericMultiTypeServiceImpl.AbstractTypeInfo<T>
- Type Parameters:
T- the Java representation of the output type
- Direct Known Subclasses:
GenericMultiTypeServiceImpl.InTypeInfo,GenericMultiTypeServiceImpl.OutTypeInfo
- Enclosing class:
GenericMultiTypeServiceImpl
Represents an input or output type.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
-
Constructor Details
-
AbstractTypeInfo
Creates an instance.- Parameters:
type- the class representing the data type
-
-
Method Details
-
getType
Returns the Java representation of the type.- Returns:
- the type
-