public static enum DisMarshaller.TimestampStyle extends java.lang.Enum<DisMarshaller.TimestampStyle>
| Enum Constant and Description |
|---|
IEEE_ABSOLUTE |
IEEE_RELATIVE |
NPS |
| Modifier and Type | Method and Description |
|---|---|
static DisMarshaller.TimestampStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DisMarshaller.TimestampStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DisMarshaller.TimestampStyle IEEE_ABSOLUTE
public static final DisMarshaller.TimestampStyle IEEE_RELATIVE
public static final DisMarshaller.TimestampStyle NPS
public static DisMarshaller.TimestampStyle[] values()
for (DisMarshaller.TimestampStyle c : DisMarshaller.TimestampStyle.values()) System.out.println(c);
public static DisMarshaller.TimestampStyle 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 null