Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.GlossaryTermRelationshipStatus
-
Packages that use GlossaryTermRelationshipStatus Package Description org.odpi.openmetadata.accessservices.assetmanager.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of GlossaryTermRelationshipStatus in org.odpi.openmetadata.accessservices.assetmanager.properties
Methods in org.odpi.openmetadata.accessservices.assetmanager.properties that return GlossaryTermRelationshipStatus Modifier and Type Method Description GlossaryTermRelationshipStatusGlossaryTermCategorization. getStatus()Returns whether this relationship should be used.GlossaryTermRelationshipStatusGlossaryTermRelationship. getStatus()Returns whether this relationship should be used.static GlossaryTermRelationshipStatusGlossaryTermRelationshipStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GlossaryTermRelationshipStatus[]GlossaryTermRelationshipStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type GlossaryTermRelationshipStatus Modifier and Type Method Description voidGlossaryTermCategorization. setStatus(GlossaryTermRelationshipStatus status)Set up whether this relationship should be used.voidGlossaryTermRelationship. setStatus(GlossaryTermRelationshipStatus status)Set up whether this relationship should be used.
-