Package org.odpi.openmetadata.opentypes
Class OpenMetadataTypesArchive1_2
java.lang.Object
org.odpi.openmetadata.opentypes.OpenMetadataTypesArchive1_2
OpenMetadataTypesArchive1_2 provides the archive content for the open metadata types that were defined before Release 1.3. These types
should not be changed or extended in this file. New types, and patches to existing types should be added to OpenMetadataTypes.
Details of the open metadata types are documented on the wiki: The Open Metadata Type System
There are 8 areas, each covering a different topic area of metadata. The module breaks down the process of creating the models into the areas and then the individual models to simplify the maintenance of this class
-
Constructor Summary
ConstructorDescriptionDefault constructor sets up the archive builder.OpenMetadataTypesArchive1_2
(OMRSArchiveBuilder archiveBuilder) Chained constructor sets up the archive builder. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Add the list of area 0 typesvoid
Add the standard collection types to the archive builder.void
Add the standard primitive types to the archive builder.void
Add the types from this archive to the archive builder supplied in the constructor.
-
Constructor Details
-
OpenMetadataTypesArchive1_2
public OpenMetadataTypesArchive1_2()Default constructor sets up the archive builder. This in turn sets up the header for the archive. -
OpenMetadataTypesArchive1_2
Chained constructor sets up the archive builder. This in turn sets up the header for the archive.- Parameters:
archiveBuilder
- accumulator for types
-
-
Method Details
-
getOriginalTypes
public void getOriginalTypes()Add the types from this archive to the archive builder supplied in the constructor. -
addStandardPrimitiveDefs
public void addStandardPrimitiveDefs()Add the standard primitive types to the archive builder. -
addStandardCollectionDefs
public void addStandardCollectionDefs()Add the standard collection types to the archive builder. -
addArea0Types
public void addArea0Types()Add the list of area 0 types
-