Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties.OpenMetadataArchiveType
-
Packages that use OpenMetadataArchiveType Package Description org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties -
-
Uses of OpenMetadataArchiveType in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties that return OpenMetadataArchiveType Modifier and Type Method Description OpenMetadataArchiveTypeOpenMetadataArchiveProperties. getArchiveType()Return the type of this open metadata archive.static OpenMetadataArchiveTypeOpenMetadataArchiveType. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenMetadataArchiveType[]OpenMetadataArchiveType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties with parameters of type OpenMetadataArchiveType Modifier and Type Method Description voidOpenMetadataArchiveProperties. setArchiveType(OpenMetadataArchiveType archiveType)Set up the type of this open metadata archive.
-