public static enum RefPicMarking.InstrType extends Enum<RefPicMarking.InstrType>
Enum Constant and Description |
---|
CLEAR |
CONVERT_INTO_LONG |
MARK_LONG |
REMOVE_LONG |
REMOVE_SHORT |
TRUNK_LONG |
Modifier and Type | Method and Description |
---|---|
static RefPicMarking.InstrType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefPicMarking.InstrType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RefPicMarking.InstrType REMOVE_SHORT
public static final RefPicMarking.InstrType REMOVE_LONG
public static final RefPicMarking.InstrType CONVERT_INTO_LONG
public static final RefPicMarking.InstrType TRUNK_LONG
public static final RefPicMarking.InstrType CLEAR
public static final RefPicMarking.InstrType MARK_LONG
public static RefPicMarking.InstrType[] values()
for (RefPicMarking.InstrType c : RefPicMarking.InstrType.values()) System.out.println(c);
public static RefPicMarking.InstrType 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 nullCopyright © 2019. All rights reserved.