Serializable
, Comparable<TestGroups.Profile>
, tech.uom.lib.common.function.DescriptionSupplier
public static enum TestGroups.Profile extends Enum<TestGroups.Profile> implements tech.uom.lib.common.function.DescriptionSupplier
TCKRunner
) are:
Enum Constant | Description |
---|---|
BASE_QUANTITY |
|
FORMAT |
|
FULL |
|
MINIMAL |
|
QUANTITY |
|
QUANTITY_FORMAT |
|
SPI |
Modifier and Type | Method | Description |
---|---|---|
String |
getDescription() |
|
String[] |
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.DescriptionSupplier
public boolean isDefault()
Copyright © 2005–2019 Units of Measurement project. All rights reserved.