public static class Link.CompressionLevel extends EnumeratedAttribute
0
none
1
strings
2
zip
value
Constructor and Description |
---|
CompressionLevel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getValues()
This is the only method a subclass needs to implement.
|
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
public java.lang.String[] getValues()
EnumeratedAttribute
getValues
in class EnumeratedAttribute
indexOfValue(String)
always return the same index for the same value.