public enum Mp4TagFieldSubType extends java.lang.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(java.lang.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(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 nullCopyright © 2005-2013 java.net. All Rights Reserved.