|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Mp4RatingValue>
org.jaudiotagger.tag.mp4.atom.Mp4RatingValue
public enum Mp4RatingValue
List of valid values for the Rating (rtng) atom These are held as a byte field TODO:Is this only used in video
Enum Constant Summary | |
---|---|
CLEAN
|
|
EXPLICIT
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
This is the value of the fieldname that is actually used to write mp4 |
int |
getId()
Return id used in the file |
static Mp4RatingValue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Mp4RatingValue[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Mp4RatingValue CLEAN
public static final Mp4RatingValue EXPLICIT
Method Detail |
---|
public static final Mp4RatingValue[] values()
for(Mp4RatingValue c : Mp4RatingValue.values()) System.out.println(c);
public static Mp4RatingValue 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 namepublic int getId()
public java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |