public enum PartialSegmentAttribute extends java.lang.Enum<PartialSegmentAttribute> implements Attribute<PartialSegment,PartialSegment.Builder>
| Enum Constant and Description |
|---|
BYTERANGE |
DURATION |
GAP |
INDEPENDENT |
URI |
| Modifier and Type | Method and Description |
|---|---|
static PartialSegmentAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PartialSegmentAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartialSegmentAttribute URI
public static final PartialSegmentAttribute DURATION
public static final PartialSegmentAttribute INDEPENDENT
public static final PartialSegmentAttribute BYTERANGE
public static final PartialSegmentAttribute GAP
public static PartialSegmentAttribute[] values()
for (PartialSegmentAttribute c : PartialSegmentAttribute.values()) System.out.println(c);
public static PartialSegmentAttribute 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 null