Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.properties.enums.TermRelationshipStatus
-
Packages that use TermRelationshipStatus Package Description org.odpi.openmetadata.accessservices.subjectarea.properties.enums org.odpi.openmetadata.accessservices.subjectarea.properties.relationships -
-
Uses of TermRelationshipStatus in org.odpi.openmetadata.accessservices.subjectarea.properties.enums
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.enums that return TermRelationshipStatus Modifier and Type Method Description static TermRelationshipStatusTermRelationshipStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TermRelationshipStatus[]TermRelationshipStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TermRelationshipStatus in org.odpi.openmetadata.accessservices.subjectarea.properties.relationships
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.relationships that return TermRelationshipStatus Modifier and Type Method Description TermRelationshipStatusAntonym. getStatus()The status of or confidence in the relationship.TermRelationshipStatusCategorization. getStatus()Status of the relationship.TermRelationshipStatusHasA. getStatus()The status of or confidence in the relationship.TermRelationshipStatusIsA. getStatus()The status of or confidence in the relationship.TermRelationshipStatusIsATypeOf. getStatus()The status of or confidence in the relationship.TermRelationshipStatusIsATypeOfDeprecated. getStatus()Deprecated.The status of or confidence in the relationship.TermRelationshipStatusPreferredTerm. getStatus()The status of or confidence in the relationship.TermRelationshipStatusRelatedTerm. getStatus()The status of or confidence in the relationship.TermRelationshipStatusReplacementTerm. getStatus()The status of or confidence in the relationship.TermRelationshipStatusSynonym. getStatus()The status of or confidence in the relationship.TermRelationshipStatusTranslation. getStatus()The status of or confidence in the relationship.TermRelationshipStatusTypedBy. getStatus()The status of or confidence in the relationship.TermRelationshipStatusUsedInContext. getStatus()The status of or confidence in the relationship.TermRelationshipStatusValidValue. getStatus()The status of or confidence in the relationship.Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.relationships with parameters of type TermRelationshipStatus Modifier and Type Method Description voidAntonym. setStatus(TermRelationshipStatus status)voidCategorization. setStatus(TermRelationshipStatus status)voidHasA. setStatus(TermRelationshipStatus status)voidIsA. setStatus(TermRelationshipStatus status)voidIsATypeOf. setStatus(TermRelationshipStatus status)voidIsATypeOfDeprecated. setStatus(TermRelationshipStatus status)Deprecated.voidPreferredTerm. setStatus(TermRelationshipStatus status)voidRelatedTerm. setStatus(TermRelationshipStatus status)voidReplacementTerm. setStatus(TermRelationshipStatus status)voidSynonym. setStatus(TermRelationshipStatus status)voidTranslation. setStatus(TermRelationshipStatus status)voidTypedBy. setStatus(TermRelationshipStatus status)voidUsedInContext. setStatus(TermRelationshipStatus status)voidValidValue. setStatus(TermRelationshipStatus status)
-