Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further restructure of OpenMetadata Types management #8406

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

mandy-chessell
Copy link
Contributor

Description

This PR is part of the ongoing work to consolidate the defintions of the Open Metadata Types. In this PR, the focus has been on the types in Area 1. Some intial work on Area 2 was also started/

Related Issue(s)

None

Testing

Regression

Release Notes & Documentation

There are no changed in function - just simplification of the code that manages the types.

Additional notes

None

Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
@mandy-chessell mandy-chessell merged commit 932ec3d into odpi:main Sep 30, 2024
4 checks passed
*
* @return guid
*/
public String getDescriptionGUID()

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataEnum.getDescriptionGUID
; it is advisable to add an Override annotation.
*
* @return boolean
*/
public boolean isDefault()

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataEnum.isDefault
; it is advisable to add an Override annotation.
*/
public int getOpenTypeOrdinal()
public String getDescriptionGUID()

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataEnum.getDescriptionGUID
; it is advisable to add an Override annotation.
*
* @return boolean
*/
public boolean isDefault()

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataEnum.isDefault
; it is advisable to add an Override annotation.
{
return ordinal;
}
public int getOrdinal() { return ordinal; }

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataEnum.getOrdinal
; it is advisable to add an Override annotation.
{
return name;
}
public String getName() { return name; }

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataEnum.getName
; it is advisable to add an Override annotation.
*
* @return String description
*/
public String getDescription()
public String getDescription() { return description; }

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataEnum.getDescription
; it is advisable to add an Override annotation.
*
* @return guid
*/
public String getDescriptionGUID()

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataEnum.getDescriptionGUID
; it is advisable to add an Override annotation.
*/
public int getOpenTypeOrdinal()
public boolean isDefault()

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataEnum.isDefault
; it is advisable to add an Override annotation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant