public enum Mp4TagFieldSubType extends Enum<Mp4TagFieldSubType>
Enum Constant and Description |
---|
ARTWORK |
BYTE |
DISC_NO |
GENRE |
NUMBER |
REVERSE_DNS |
TEXT |
TRACK_NO |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static Mp4TagFieldSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mp4TagFieldSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mp4TagFieldSubType TEXT
public static final Mp4TagFieldSubType BYTE
public static final Mp4TagFieldSubType NUMBER
public static final Mp4TagFieldSubType REVERSE_DNS
public static final Mp4TagFieldSubType GENRE
public static final Mp4TagFieldSubType DISC_NO
public static final Mp4TagFieldSubType TRACK_NO
public static final Mp4TagFieldSubType ARTWORK
public static final Mp4TagFieldSubType UNKNOWN
public static Mp4TagFieldSubType[] values()
for (Mp4TagFieldSubType c : Mp4TagFieldSubType.values()) System.out.println(c);
public static Mp4TagFieldSubType 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 © 2005–2020 jthink.net. All rights reserved.