public static enum ArrayOperators.Reduce.Variable extends Enum<ArrayOperators.Reduce.Variable> implements Field
| Modifier and Type | Method and Description |
|---|---|
Field |
referringTo(String property)
Create a
Field reference to a given property prefixed with the ArrayOperators.Reduce.Variable identifier. |
static ArrayOperators.Reduce.Variable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrayOperators.Reduce.Variable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetName, getTarget, isAliased, isInternalpublic static final ArrayOperators.Reduce.Variable THIS
public static final ArrayOperators.Reduce.Variable VALUE
public static ArrayOperators.Reduce.Variable[] values()
for (ArrayOperators.Reduce.Variable c : ArrayOperators.Reduce.Variable.values()) System.out.println(c);
public static ArrayOperators.Reduce.Variable 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 nullpublic Field referringTo(String property)
Field reference to a given property prefixed with the ArrayOperators.Reduce.Variable identifier.
eg. $$value.productproperty - must not be null.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.