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