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 Summary
Modifier and TypeMethodDescriptionReturn the optional classification name that this deployed implementation type is associated with.Return the type name that this deployed implementation type is associated with.Return the category for this deployed implementation type.Return preferred value for deployed implementation type.Return the description for this value.Return the optional deployed implementation type that this technology is a tye of.Return the qualified name for this deployed implementation type.Return the URL to more information.
-
Method Details
-
getDeployedImplementationType
String getDeployedImplementationType()Return preferred value for deployed implementation type.- Returns:
- string
-
getIsATypeOf
DeployedImplementationTypeDefinition 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
-