public static enum ExternalComponentConfiguration.Permission extends Enum<ExternalComponentConfiguration.Permission>
Enum Constant and Description |
---|
allowed
The XMPP entity is allowed to connect to the server.
|
blocked
The XMPP entity is NOT allowed to connect to the server.
|
Modifier and Type | Method and Description |
---|---|
static ExternalComponentConfiguration.Permission |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalComponentConfiguration.Permission[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalComponentConfiguration.Permission allowed
public static final ExternalComponentConfiguration.Permission blocked
public static ExternalComponentConfiguration.Permission[] values()
for (ExternalComponentConfiguration.Permission c : ExternalComponentConfiguration.Permission.values()) System.out.println(c);
public static ExternalComponentConfiguration.Permission 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 nullCopyright © 2003-2008 Jive Software.