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