Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.properties.enums.TermAssignmentStatus
-
Packages that use TermAssignmentStatus Package Description org.odpi.openmetadata.accessservices.subjectarea.properties.enums org.odpi.openmetadata.accessservices.subjectarea.properties.relationships -
-
Uses of TermAssignmentStatus in org.odpi.openmetadata.accessservices.subjectarea.properties.enums
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.enums that return TermAssignmentStatus Modifier and Type Method Description static TermAssignmentStatusTermAssignmentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TermAssignmentStatus[]TermAssignmentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TermAssignmentStatus in org.odpi.openmetadata.accessservices.subjectarea.properties.relationships
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.relationships that return TermAssignmentStatus Modifier and Type Method Description TermAssignmentStatusSemanticAssignment. getStatus()The status of the relationship.Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.relationships with parameters of type TermAssignmentStatus Modifier and Type Method Description voidSemanticAssignment. setStatus(TermAssignmentStatus status)
-