Class MyTypedDataConnectorDescriptor
java.lang.Object
test.de.iip_ecosphere.platform.services.MyTypedDataDescriptor
test.de.iip_ecosphere.platform.services.MyTypedDataConnectorDescriptor
- All Implemented Interfaces:
de.iip_ecosphere.platform.services.TypedDataConnectorDescriptor,de.iip_ecosphere.platform.services.TypedDataDescriptor
public class MyTypedDataConnectorDescriptor
extends MyTypedDataDescriptor
implements de.iip_ecosphere.platform.services.TypedDataConnectorDescriptor
A simple connector descriptor.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class test.de.iip_ecosphere.platform.services.MyTypedDataDescriptor
getDescription, getName, getTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.iip_ecosphere.platform.services.TypedDataDescriptor
getDescription, getName, getType
-
Field Details
-
id
-
service
-
function
-
-
Constructor Details
-
MyTypedDataConnectorDescriptor
public MyTypedDataConnectorDescriptor(String id, String name, String description, Class<?> type, String service, String function) Creates a data descriptor.- Parameters:
id- the idname- the namedescription- the descriptiontype- the typeservice- the id of the connected/target servicefunction- the associated function
-
-
Method Details
-
getId
- Specified by:
getIdin interfacede.iip_ecosphere.platform.services.TypedDataConnectorDescriptor
-
toString
-
getService
- Specified by:
getServicein interfacede.iip_ecosphere.platform.services.TypedDataConnectorDescriptor
-
getFunction
- Specified by:
getFunctionin interfacede.iip_ecosphere.platform.services.TypedDataConnectorDescriptor
-