public static enum TestGroups.Profile extends Enum<TestGroups.Profile> implements tech.uom.lib.common.function.DescriptionSupplier
TCKRunner) are:
| Enum Constant and Description |
|---|
BASE_QUANTITY |
FORMAT |
FULL |
MINIMAL |
QUANTITY |
QUANTITY_FORMAT |
SPI |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
TestGroups.Group[] |
getGroups() |
boolean |
isDefault() |
static TestGroups.Profile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestGroups.Profile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestGroups.Profile MINIMAL
public static final TestGroups.Profile FORMAT
public static final TestGroups.Profile BASE_QUANTITY
public static final TestGroups.Profile QUANTITY
public static final TestGroups.Profile QUANTITY_FORMAT
public static final TestGroups.Profile SPI
public static final TestGroups.Profile FULL
public static TestGroups.Profile[] values()
for (TestGroups.Profile c : TestGroups.Profile.values()) System.out.println(c);
public static TestGroups.Profile 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 String getDescription()
getDescription in interface tech.uom.lib.common.function.DescriptionSupplierpublic TestGroups.Group[] getGroups()
public boolean isDefault()
Copyright © 2005–2018 Units of Measurement project. All rights reserved.