Class SpringCloudServiceTypedData

  • All Implemented Interfaces:
    de.iip_ecosphere.platform.services.TypedDataDescriptor
    Direct Known Subclasses:
    SpringCloudServiceTypedConnectorData

    public class SpringCloudServiceTypedData
    extends java.lang.Object
    implements de.iip_ecosphere.platform.services.TypedDataDescriptor
    Implements TypedDataDescriptor for Spring Cloud.
    Author:
    Holger Eichelberger, SSE
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String description  
      private java.lang.String name  
      private java.lang.Class<?> type  
    • Constructor Summary

      Constructors 
      Constructor Description
      SpringCloudServiceTypedData​(java.lang.String name, java.lang.String description, java.lang.Class<?> type)
      Creates an instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.String getName()  
      java.lang.Class<?> getType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        private java.lang.String name
      • description

        private java.lang.String description
      • type

        private java.lang.Class<?> type
    • Constructor Detail

      • SpringCloudServiceTypedData

        SpringCloudServiceTypedData​(java.lang.String name,
                                    java.lang.String description,
                                    java.lang.Class<?> type)
        Creates an instance.
        Parameters:
        name - the name of the data
        description - an optional description of the data (may be empty)
        type - the type, either a standard java class or a dynamic proxy for types declared by the services that are not available in this (execution/platform) environment
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface de.iip_ecosphere.platform.services.TypedDataDescriptor
      • getType

        public java.lang.Class<?> getType()
        Specified by:
        getType in interface de.iip_ecosphere.platform.services.TypedDataDescriptor
      • getDescription

        public java.lang.String getDescription()
        Specified by:
        getDescription in interface de.iip_ecosphere.platform.services.TypedDataDescriptor