public enum Mp4NonStandardFieldKey extends java.lang.Enum<Mp4NonStandardFieldKey>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
description |
private java.lang.String |
fieldName |
private Tagger |
tagger |
Modifier and Type | Method and Description |
---|---|
Tagger |
geTagger() |
java.lang.String |
getDescription() |
java.lang.String |
getFieldName()
This is the value of the fieldname that is actually used to write mp4
|
static Mp4NonStandardFieldKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mp4NonStandardFieldKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mp4NonStandardFieldKey AAPR
public static final Mp4NonStandardFieldKey ALFN
public static final Mp4NonStandardFieldKey AMIM
public static final Mp4NonStandardFieldKey ADCP
public static final Mp4NonStandardFieldKey APTY
private java.lang.String fieldName
private java.lang.String description
private Tagger tagger
public static Mp4NonStandardFieldKey[] values()
for (Mp4NonStandardFieldKey c : Mp4NonStandardFieldKey.values()) System.out.println(c);
public static Mp4NonStandardFieldKey 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 java.lang.String getFieldName()
public java.lang.String getDescription()
public Tagger geTagger()
Copyright © 2005-2013 java.net. All Rights Reserved.