Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.CommunityMembershipType
-
Packages that use CommunityMembershipType 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 CommunityMembershipType in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return CommunityMembershipType Modifier and Type Method Description CommunityMembershipTypeCommunityMembershipElement. getMembershipType()Return the membership type.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type CommunityMembershipType Modifier and Type Method Description voidCommunityMembershipElement. setMembershipType(CommunityMembershipType membershipType)Set up the membership type. -
Uses of CommunityMembershipType in org.odpi.openmetadata.accessservices.communityprofile.properties
Methods in org.odpi.openmetadata.accessservices.communityprofile.properties that return CommunityMembershipType Modifier and Type Method Description CommunityMembershipTypeCommunityMembershipProperties. getMembershipType()Return the membership type.static CommunityMembershipTypeCommunityMembershipType. valueOf(String name)Returns the enum constant of this type with the specified name.static CommunityMembershipType[]CommunityMembershipType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type CommunityMembershipType Modifier and Type Method Description voidCommunityMembershipProperties. setMembershipType(CommunityMembershipType membershipType)Set up the membership type.
-