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