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