public enum Mp4RatingValue extends Enum<Mp4RatingValue>
Modifier and Type | Method and Description |
---|---|
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(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 are declared.
|
public static final Mp4RatingValue CLEAN
public static final Mp4RatingValue EXPLICIT
public static Mp4RatingValue[] values()
for (Mp4RatingValue c : Mp4RatingValue.values()) System.out.println(c);
public static Mp4RatingValue 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 nullpublic int getId()
public String getDescription()
Copyright © 2005–2020 jthink.net. All rights reserved.