public static enum SQLDirectoryDescriptor.SubstringMatchType extends Enum<SQLDirectoryDescriptor.SubstringMatchType>
Enum Constant and Description |
---|
subany |
subfinal |
subinitial |
Modifier and Type | Method and Description |
---|---|
static SQLDirectoryDescriptor.SubstringMatchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLDirectoryDescriptor.SubstringMatchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SQLDirectoryDescriptor.SubstringMatchType subinitial
public static final SQLDirectoryDescriptor.SubstringMatchType subfinal
public static final SQLDirectoryDescriptor.SubstringMatchType subany
public static SQLDirectoryDescriptor.SubstringMatchType[] values()
for (SQLDirectoryDescriptor.SubstringMatchType c : SQLDirectoryDescriptor.SubstringMatchType.values()) System.out.println(c);
public static SQLDirectoryDescriptor.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 © 2013 Nuxeo SA. All Rights Reserved.