Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.CommunityMembershipType
-
Packages that use CommunityMembershipType Package Description org.odpi.openmetadata.accessservices.communityprofile.metadataelement org.odpi.openmetadata.accessservices.communityprofile.properties -
-
Uses of CommunityMembershipType in org.odpi.openmetadata.accessservices.communityprofile.metadataelement
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement that return CommunityMembershipType Modifier and Type Method Description CommunityMembershipTypeCommunityMembershipElement. getMembershipType()Return the membership type.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement 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 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.
-