Package | Description |
---|---|
com.cloudera.gertrude.experiments.avro |
Modifier and Type | Field and Description |
---|---|
OverrideOperator |
OverrideDefinition.operator
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OverrideOperator |
OverrideDefinition.getOperator()
Gets the value of the 'operator' field.
|
OverrideOperator |
OverrideDefinition.Builder.getOperator()
Gets the value of the 'operator' field
|
static OverrideOperator |
OverrideOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverrideOperator[] |
OverrideOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OverrideDefinition.setOperator(OverrideOperator value)
Sets the value of the 'operator' field.
|
OverrideDefinition.Builder |
OverrideDefinition.Builder.setOperator(OverrideOperator value)
Sets the value of the 'operator' field
|
Constructor and Description |
---|
OverrideDefinition(CharSequence name,
OverrideOperator operator,
CharSequence base_value,
List<ModifierDefinition> modifiers)
All-args constructor.
|
Copyright © 2013. All rights reserved.