Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.properties.enums.CommentType
-
Packages that use CommentType Package Description org.odpi.openmetadata.accessservices.subjectarea.properties.comment org.odpi.openmetadata.accessservices.subjectarea.properties.enums -
-
Uses of CommentType in org.odpi.openmetadata.accessservices.subjectarea.properties.comment
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.comment that return CommentType Modifier and Type Method Description CommentTypeComment. getCommentType()classification for the comment.Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.comment with parameters of type CommentType Modifier and Type Method Description voidComment. setCommentType(CommentType commentType) -
Uses of CommentType in org.odpi.openmetadata.accessservices.subjectarea.properties.enums
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.enums that return CommentType Modifier and Type Method Description static CommentTypeCommentType. valueOf(String name)Returns the enum constant of this type with the specified name.static CommentType[]CommentType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-