| Package | Description |
|---|---|
| org.apache.calcite.runtime |
Utilities required at runtime.
|
| Modifier and Type | Method and Description |
|---|---|
static Resources.Validation |
Resources.Validation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Resources.Validation[] |
Resources.Validation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resources.Inst.validate(EnumSet<Resources.Validation> validations) |
void |
Resources.ExInstWithCause.validate(EnumSet<Resources.Validation> validations) |
void |
Resources.ExInst.validate(EnumSet<Resources.Validation> validations) |
static void |
Resources.validate(Object o,
EnumSet<Resources.Validation> validations)
Applies the given validations to all resource methods in the given
resource object.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.