Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.StarRating
-
Packages that use StarRating Package Description org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of StarRating in org.odpi.openmetadata.frameworks.connectors.properties.beans
Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans declared as StarRating Modifier and Type Field Description protected StarRatingRating. starRatingMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return StarRating Modifier and Type Method Description StarRatingRating. 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.frameworks.connectors.properties.beans with parameters of type StarRating Modifier and Type Method Description voidRating. setStarRating(StarRating starRating)Set up the stars for the rating.
-