public enum CommunityClaimType extends Enum<CommunityClaimType>
| Enum Constant and Description |
|---|
all |
managersOnly |
membersOnly |
| Modifier and Type | Method and Description |
|---|---|
static CommunityClaimType |
fromDescription(String dbData) |
String |
getDescription() |
static CommunityClaimType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunityClaimType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommunityClaimType managersOnly
public static final CommunityClaimType membersOnly
public static final CommunityClaimType all
public static CommunityClaimType[] values()
for (CommunityClaimType c : CommunityClaimType.values()) System.out.println(c);
public static CommunityClaimType 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 CommunityClaimType fromDescription(String dbData)
Copyright © 2025. All rights reserved.