Uses of Class
org.odpi.openmetadata.repositoryservices.events.OMRSTypeDefEventErrorCode
-
Packages that use OMRSTypeDefEventErrorCode Package Description org.odpi.openmetadata.repositoryservices.events -
-
Uses of OMRSTypeDefEventErrorCode in org.odpi.openmetadata.repositoryservices.events
Methods in org.odpi.openmetadata.repositoryservices.events that return OMRSTypeDefEventErrorCode Modifier and Type Method Description OMRSTypeDefEventErrorCodeOMRSTypeDefEvent. getErrorCode()Return the TypeDef error code for error events.static OMRSTypeDefEventErrorCodeOMRSTypeDefEventErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static OMRSTypeDefEventErrorCode[]OMRSTypeDefEventErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.odpi.openmetadata.repositoryservices.events with parameters of type OMRSTypeDefEventErrorCode Constructor Description OMRSTypeDefEvent(OMRSTypeDefEventErrorCode errorCode, String errorMessage, String targetMetadataCollectionId, AttributeTypeDef targetAttributeTypeDef, AttributeTypeDef otherAttributeTypeDef)Outbound event constructor for conflicting attribute typedef errors.OMRSTypeDefEvent(OMRSTypeDefEventErrorCode errorCode, String errorMessage, String targetMetadataCollectionId, TypeDefSummary targetTypeDefSummary, TypeDef otherTypeDef)Outbound event constructor for typedef mismatch errors.OMRSTypeDefEvent(OMRSTypeDefEventErrorCode errorCode, String errorMessage, AttributeTypeDef originatorAttributeTypeDef, String otherMetadataCollectionId, AttributeTypeDef otherAttributeTypeDef)Outbound event constructor for conflicting attribute typedef errors.OMRSTypeDefEvent(OMRSTypeDefEventErrorCode errorCode, String errorMessage, TypeDefSummary originatorTypeDefSummary, String otherMetadataCollectionId, TypeDefSummary otherTypeDefSummary)Outbound event constructor for conflicting typedef errors.
-