Interface TypedDataDescriptor

All Known Subinterfaces:
TypedDataConnectorDescriptor
All Known Implementing Classes:
AbstractServiceManager.TypedDataConnection

public interface TypedDataDescriptor
Describes a typed data (element).
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    The description of the element.
    The name of the element.
    The type of the element.
  • Method Details

    • getName

      String getName()
      The name of the element.
      Returns:
      the name
    • getType

      Class<?> getType()
      The type of the element.
      Returns:
      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
    • getDescription

      String getDescription()
      The description of the element.
      Returns:
      the description, may be empty