Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.RatingProperties
-
Packages that use RatingProperties Package Description org.odpi.openmetadata.accessservices.communityprofile.metadataelement org.odpi.openmetadata.accessservices.communityprofile.properties -
-
Uses of RatingProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelement
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement that return RatingProperties Modifier and Type Method Description RatingPropertiesRatingElement. getProperties()Return the properties of the rating.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement with parameters of type RatingProperties Modifier and Type Method Description voidRatingElement. setProperties(RatingProperties properties)Set up the rating properties. -
Uses of RatingProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type RatingProperties Constructor Description RatingProperties(RatingProperties template)Copy/clone constructor.
-