Class AbstractPythonProcessService.AbstractTypeInfo<T>
- java.lang.Object
-
- de.iip_ecosphere.platform.services.environment.AbstractPythonProcessService.AbstractTypeInfo<T>
-
- Type Parameters:
T- the Java representation of the output type
- Direct Known Subclasses:
AbstractPythonProcessService.InTypeInfo,AbstractPythonProcessService.OutTypeInfo
- Enclosing class:
- AbstractPythonProcessService
protected abstract static class AbstractPythonProcessService.AbstractTypeInfo<T> extends java.lang.ObjectRepresents an input or output type.- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractTypeInfo(java.lang.Class<T> type)Creates an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Class<T>getType()Returns the Java representation of the type.
-
-
-
Field Detail
-
type
private java.lang.Class<T> type
-
-
Constructor Detail
-
AbstractTypeInfo
protected AbstractTypeInfo(java.lang.Class<T> type)
Creates an instance.- Parameters:
type- the class representing the data type
-
-
Method Detail
-
getType
protected java.lang.Class<T> getType()
Returns the Java representation of the type.- Returns:
- the type
-
-