Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.StarRating
-
Packages that use StarRating Package Description org.odpi.openmetadata.accessservices.communityprofile.properties -
-
Uses of StarRating in org.odpi.openmetadata.accessservices.communityprofile.properties
Methods in org.odpi.openmetadata.accessservices.communityprofile.properties that return StarRating Modifier and Type Method Description StarRatingRatingProperties. getStarRating()Return the stars for the rating.static StarRatingStarRating. valueOf(String name)Returns the enum constant of this type with the specified name.static StarRating[]StarRating. 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 StarRating Modifier and Type Method Description voidRatingProperties. setStarRating(StarRating starRating)Set up the stars for the rating.
-