Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.CommentType
-
Packages that use CommentType Package Description org.odpi.openmetadata.accessservices.communityprofile.properties -
-
Uses of CommentType in org.odpi.openmetadata.accessservices.communityprofile.properties
Methods in org.odpi.openmetadata.accessservices.communityprofile.properties that return CommentType Modifier and Type Method Description CommentTypeCommentProperties. getCommentType()Return an enum that describes the type of comment.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.Methods in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type CommentType Modifier and Type Method Description voidCommentProperties. setCommentType(CommentType commentType)Set up the enum that describes the type of comment.
-