Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.RatingProperties
-
Packages that use RatingProperties Package Description org.odpi.openmetadata.accessservices.communityprofile.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.communityprofile.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of RatingProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return RatingProperties Modifier and Type Method Description RatingPropertiesRatingElement. getProperties()Return the properties of the rating.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements 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.
-