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