public static enum TimeValues.IdentityValue extends java.lang.Enum<TimeValues.IdentityValue> implements ITimeValue, IStringSerializable
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
float |
apply(float input) |
java.lang.String |
getName() |
static TimeValues.IdentityValue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeValues.IdentityValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeValues.IdentityValue INSTANCE
public static TimeValues.IdentityValue[] values()
for (TimeValues.IdentityValue c : TimeValues.IdentityValue.values()) System.out.println(c);
public static TimeValues.IdentityValue valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic float apply(float input)
apply
in interface ITimeValue
public java.lang.String getName()
getName
in interface IStringSerializable