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