public static enum IAUPoleFunction.IAUTimeDependency extends Enum<IAUPoleFunction.IAUTimeDependency>
Enum Constant and Description |
---|
CENTURIES
Centuries: IAU pole function centuries-dependent.
|
DAYS
Days: IAU pole function days-dependent.
|
Modifier and Type | Method and Description |
---|---|
static IAUPoleFunction.IAUTimeDependency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IAUPoleFunction.IAUTimeDependency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IAUPoleFunction.IAUTimeDependency DAYS
public static final IAUPoleFunction.IAUTimeDependency CENTURIES
public static IAUPoleFunction.IAUTimeDependency[] values()
for (IAUPoleFunction.IAUTimeDependency c : IAUPoleFunction.IAUTimeDependency.values()) System.out.println(c);
public static IAUPoleFunction.IAUTimeDependency 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 © 2023 CNES. All rights reserved.