public static enum Rule.RuleType extends Enum<Rule.RuleType>
Modifier and Type | Method and Description |
---|---|
static Rule.RuleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rule.RuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rule.RuleType jid
public static final Rule.RuleType self
public static final Rule.RuleType domain
public static final Rule.RuleType all
public static Rule.RuleType[] values()
for (Rule.RuleType c : Rule.RuleType.values()) System.out.println(c);
public static Rule.RuleType 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 © 2017 "Tigase, Inc.". All rights reserved.