public static enum MayaAsciiReader.TimeUnit extends java.lang.Enum<MayaAsciiReader.TimeUnit>
Enum Constant and Description |
---|
FILM |
GAME |
HOUR |
MILLISECOND |
MINUTE |
NTSC |
NTSCF |
PAL |
PALF |
SECOND |
SHOW |
Modifier and Type | Method and Description |
---|---|
static MayaAsciiReader.TimeUnit |
detect(java.lang.String str) |
double |
getSI() |
static MayaAsciiReader.TimeUnit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MayaAsciiReader.TimeUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MayaAsciiReader.TimeUnit HOUR
public static final MayaAsciiReader.TimeUnit MINUTE
public static final MayaAsciiReader.TimeUnit SECOND
public static final MayaAsciiReader.TimeUnit MILLISECOND
public static final MayaAsciiReader.TimeUnit GAME
public static final MayaAsciiReader.TimeUnit FILM
public static final MayaAsciiReader.TimeUnit PAL
public static final MayaAsciiReader.TimeUnit NTSC
public static final MayaAsciiReader.TimeUnit SHOW
public static final MayaAsciiReader.TimeUnit PALF
public static final MayaAsciiReader.TimeUnit NTSCF
public static MayaAsciiReader.TimeUnit[] values()
for (MayaAsciiReader.TimeUnit c : MayaAsciiReader.TimeUnit.values()) System.out.println(c);
public static MayaAsciiReader.TimeUnit 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 double getSI()
public static MayaAsciiReader.TimeUnit detect(java.lang.String str)