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