Interface DeployedImplementationTypeDefinition

All Known Implementing Classes:
DeployedImplementationType

public interface DeployedImplementationTypeDefinition
DeployedImplementationType describes the standard deployed implementation types supplied with Egeria. These are encoded in the CoreContentPack.omarchive and are available in the open metadata repository as valid values.
  • Method Details

    • getDeployedImplementationType

      String getDeployedImplementationType()
      Return preferred value for deployed implementation type.
      Returns:
      string
    • getIsATypeOf

      Return the optional deployed implementation type that this technology is a tye of.
      Returns:
      deployed implementation type enum
    • getAssociatedTypeName

      String getAssociatedTypeName()
      Return the type name that this deployed implementation type is associated with.
      Returns:
      string
    • getAssociatedClassification

      String getAssociatedClassification()
      Return the optional classification name that this deployed implementation type is associated with.
      Returns:
      string
    • getQualifiedName

      String getQualifiedName()
      Return the qualified name for this deployed implementation type.
      Returns:
      string
    • getCategory

      String getCategory()
      Return the category for this deployed implementation type.
      Returns:
      string
    • getDescription

      String getDescription()
      Return the description for this value.
      Returns:
      string
    • getWikiLink

      String getWikiLink()
      Return the URL to more information.
      Returns:
      string url