protected static enum AbstractJidTypeFilter.JidType extends java.lang.Enum<AbstractJidTypeFilter.JidType>
| Enum Constant and Description |
|---|
any |
domainBare |
domainFull |
entityBare |
entityFull |
| Modifier and Type | Method and Description |
|---|---|
static AbstractJidTypeFilter.JidType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractJidTypeFilter.JidType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractJidTypeFilter.JidType entityFull
public static final AbstractJidTypeFilter.JidType entityBare
public static final AbstractJidTypeFilter.JidType domainFull
public static final AbstractJidTypeFilter.JidType domainBare
public static final AbstractJidTypeFilter.JidType any
public static AbstractJidTypeFilter.JidType[] values()
for (AbstractJidTypeFilter.JidType c : AbstractJidTypeFilter.JidType.values()) System.out.println(c);
public static AbstractJidTypeFilter.JidType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null