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

public abstract static class GenericMultiTypeServiceImpl.AbstractTypeInfo<T> extends Object
Represents an input or output type.
Author:
Holger Eichelberger, SSE
  • Field Details

    • type

      private Class<T> type
  • Constructor Details

    • AbstractTypeInfo

      protected AbstractTypeInfo(Class<T> type)
      Creates an instance.
      Parameters:
      type - the class representing the data type
  • Method Details

    • getType

      public Class<T> getType()
      Returns the Java representation of the type.
      Returns:
      the type