public static enum JoinArray.Type extends Enum<JoinArray.Type>
Modifier and Type | Method and Description |
---|---|
static JoinArray.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinArray.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JoinArray.Type modulo
public static final JoinArray.Type divide
public static final JoinArray.Type level
public static final JoinArray.Type raw
public static final JoinArray.Type scalar
public static JoinArray.Type[] values()
for (JoinArray.Type c : JoinArray.Type.values()) System.out.println(c);
public static JoinArray.Type 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 © 1999–2014 UCAR/Unidata. All rights reserved.