private static enum AbstractMaterializedViewRule.MatchModality extends Enum<AbstractMaterializedViewRule.MatchModality>
| Enum Constant and Description |
|---|
COMPLETE |
QUERY_PARTIAL |
VIEW_PARTIAL |
| Modifier and Type | Method and Description |
|---|---|
static AbstractMaterializedViewRule.MatchModality |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractMaterializedViewRule.MatchModality[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractMaterializedViewRule.MatchModality COMPLETE
public static final AbstractMaterializedViewRule.MatchModality VIEW_PARTIAL
public static final AbstractMaterializedViewRule.MatchModality QUERY_PARTIAL
public static AbstractMaterializedViewRule.MatchModality[] values()
for (AbstractMaterializedViewRule.MatchModality c : AbstractMaterializedViewRule.MatchModality.values()) System.out.println(c);
public static AbstractMaterializedViewRule.MatchModality 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 © 2012–2018 The Apache Software Foundation. All rights reserved.