public static enum BindContentProviderEntry.MultiplicityResultType extends Enum<BindContentProviderEntry.MultiplicityResultType>
| Enum Constant and Description |
|---|
DEFAULT
default means: select return many rows, other operation only one.
|
MANY |
ONE |
| Modifier and Type | Method and Description |
|---|---|
static BindContentProviderEntry.MultiplicityResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindContentProviderEntry.MultiplicityResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BindContentProviderEntry.MultiplicityResultType DEFAULT
public static final BindContentProviderEntry.MultiplicityResultType ONE
public static final BindContentProviderEntry.MultiplicityResultType MANY
public static BindContentProviderEntry.MultiplicityResultType[] values()
for (BindContentProviderEntry.MultiplicityResultType c : BindContentProviderEntry.MultiplicityResultType.values()) System.out.println(c);
public static BindContentProviderEntry.MultiplicityResultType 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. All rights reserved.