public enum MXFDataDefinition extends java.lang.Enum<MXFDataDefinition>
Enum Constant and Description |
---|
DATA
The DATA.
|
OTHER
The OTHER.
|
PICTURE
The PICTURE.
|
SOUND
The SOUND.
|
Modifier and Type | Method and Description |
---|---|
static MXFDataDefinition |
getDataDefinition(MXFUID mxfUL)
Getter for data definition corresponding to the Universal Label that was passed
|
static MXFDataDefinition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MXFDataDefinition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MXFDataDefinition PICTURE
public static final MXFDataDefinition SOUND
public static final MXFDataDefinition DATA
public static final MXFDataDefinition OTHER
public static MXFDataDefinition[] values()
for (MXFDataDefinition c : MXFDataDefinition.values()) System.out.println(c);
public static MXFDataDefinition 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 static MXFDataDefinition getDataDefinition(MXFUID mxfUL)
mxfUL
- the mxf UL