public static enum BaseDirectoryDescriptor.SubstringMatchType extends Enum<BaseDirectoryDescriptor.SubstringMatchType>
Used for SQL and LDAP directories.
Enum Constant and Description |
---|
subany
Matches any substring.
|
subfinal
Matches final substring.
|
subinitial
Matches initial substring.
|
Modifier and Type | Method and Description |
---|---|
static BaseDirectoryDescriptor.SubstringMatchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseDirectoryDescriptor.SubstringMatchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseDirectoryDescriptor.SubstringMatchType subinitial
public static final BaseDirectoryDescriptor.SubstringMatchType subfinal
public static final BaseDirectoryDescriptor.SubstringMatchType subany
public static BaseDirectoryDescriptor.SubstringMatchType[] values()
for (BaseDirectoryDescriptor.SubstringMatchType c : BaseDirectoryDescriptor.SubstringMatchType.values()) System.out.println(c);
public static BaseDirectoryDescriptor.SubstringMatchType 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 © 2016 Nuxeo SA. All rights reserved.