MatroskaTargetTypeValue
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue
public enum MatroskaTargetTypeValue extends Enum<MatroskaTargetTypeValue> implements IEnumValue
Represents a number to indicate the logical level of the Matroska tag target.
| Field | Description |
|---|---|
| Undefined | Undefined level. |
| Collection | COLLECTION level. |
| Edition | EDITION / ISSUE / VOLUME / OPUS / SEASON / SEQUEL level. |
| Album | ALBUM / OPERA / CONCERT / MOVIE / EPISODE / CONCERT level. |
| Part | PART / SESSION level. |
| Track | TRACK / SONG / CHAPTER level. |
| Subtrack | SUBTRACK / PART / MOVEMENT / SCENE level. |
| Shot | SHOT level. |
public static final MatroskaTargetTypeValue Undefined
Undefined level.
public static final MatroskaTargetTypeValue Collection
COLLECTION level.
public static final MatroskaTargetTypeValue Edition
EDITION / ISSUE / VOLUME / OPUS / SEASON / SEQUEL level.
public static final MatroskaTargetTypeValue Album
ALBUM / OPERA / CONCERT / MOVIE / EPISODE / CONCERT level.
public static final MatroskaTargetTypeValue Part
PART / SESSION level.
public static final MatroskaTargetTypeValue Track
TRACK / SONG / CHAPTER level.
public static final MatroskaTargetTypeValue Subtrack
SUBTRACK / PART / MOVEMENT / SCENE level.
public static final MatroskaTargetTypeValue Shot
SHOT level.
public static MatroskaTargetTypeValue[] values()
Returns: com.groupdocs.metadata.core.MatroskaTargetTypeValue[]
public static MatroskaTargetTypeValue valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: MatroskaTargetTypeValue
public static MatroskaTargetTypeValue getByRawValue(int rawValue)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawValue | int |
Returns: MatroskaTargetTypeValue
public static IEnumValue getFirst()
Returns: IEnumValue
public Object[] getAllValues()
Returns the array of all values defined in the class.
Returns: java.lang.Object[]
public IEnumValue getEnumValueByRawValue(int rawValue)
Returns the enumeration value by the raw value associated with it.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawValue | int |
Returns: IEnumValue
public IEnumValue getEnumValueByName(String name)
Returns the enumeration value by its name.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: IEnumValue
public RawIntegerType getRawValueType()
Returns the underlying type of the raw value of this enumeration value.
Returns: RawIntegerType
public int getRawValue()
Returns the raw value of this enumeration value.
Returns: int
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.