Class SpringCloudServiceTypedData
- java.lang.Object
-
- de.iip_ecosphere.platform.services.spring.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.TypedDataDescriptorImplementsTypedDataDescriptorfor Spring Cloud.- Author:
- Holger Eichelberger, SSE
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringdescriptionprivate java.lang.Stringnameprivate 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.StringgetDescription()java.lang.StringgetName()java.lang.Class<?>getType()
-
-
-
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 datadescription- 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:
getNamein interfacede.iip_ecosphere.platform.services.TypedDataDescriptor
-
getType
public java.lang.Class<?> getType()
- Specified by:
getTypein interfacede.iip_ecosphere.platform.services.TypedDataDescriptor
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfacede.iip_ecosphere.platform.services.TypedDataDescriptor
-
-