public enum CommunityMembershipType extends Enum<CommunityMembershipType>
| Enum Constant and Description |
|---|
byInvitation |
open |
| Modifier and Type | Method and Description |
|---|---|
static CommunityMembershipType |
fromDescription(String dbData) |
String |
getDescription() |
static CommunityMembershipType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunityMembershipType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommunityMembershipType open
public static final CommunityMembershipType byInvitation
public static CommunityMembershipType[] values()
for (CommunityMembershipType c : CommunityMembershipType.values()) System.out.println(c);
public static CommunityMembershipType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDescription()
public static CommunityMembershipType fromDescription(String dbData)
Copyright © 2025. All rights reserved.