public static enum TermNumeric.Unit.Type extends Enum<TermNumeric.Unit.Type>
| Enum Constant and Description |
|---|
angle |
frequency |
length |
none |
resolution |
time |
| Modifier and Type | Method and Description |
|---|---|
static TermNumeric.Unit.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermNumeric.Unit.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TermNumeric.Unit.Type angle
public static final TermNumeric.Unit.Type length
public static final TermNumeric.Unit.Type time
public static final TermNumeric.Unit.Type frequency
public static final TermNumeric.Unit.Type resolution
public static final TermNumeric.Unit.Type none
public static TermNumeric.Unit.Type[] values()
for (TermNumeric.Unit.Type c : TermNumeric.Unit.Type.values()) System.out.println(c);
public static TermNumeric.Unit.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 © 2018. All rights reserved.