public static enum PropertyConstants.SubscrRestrictions extends Enum<PropertyConstants.SubscrRestrictions> implements DefaultValues
Modifier and Type | Method and Description |
---|---|
String[] |
strValues() |
static PropertyConstants.SubscrRestrictions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyConstants.SubscrRestrictions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyConstants.SubscrRestrictions PUBLIC
public static final PropertyConstants.SubscrRestrictions LOCAL
public static final PropertyConstants.SubscrRestrictions REGEX
public static final PropertyConstants.SubscrRestrictions MODERATED
public static PropertyConstants.SubscrRestrictions[] values()
for (PropertyConstants.SubscrRestrictions c : PropertyConstants.SubscrRestrictions.values()) System.out.println(c);
public static PropertyConstants.SubscrRestrictions 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[] strValues()
strValues
in interface DefaultValues
Copyright © 2018 "Tigase, Inc.". All rights reserved.