public static class FixCrLfFilter.CrLf extends EnumeratedAttribute
value
Constructor | Description |
---|---|
CrLf() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object other) |
Equality depending in the index.
|
java.lang.String[] |
getValues() |
This is the only method a subclass needs to implement.
|
int |
hashCode() |
Hashcode depending on the index.
|
static FixCrLfFilter.CrLf |
newInstance(java.lang.String value) |
Create an instance of this enumerated value based on the string value.
|
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
public java.lang.String[] getValues()
EnumeratedAttribute
getValues
in class EnumeratedAttribute
.
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- the object to test equality against.public int hashCode()
hashCode
in class java.lang.Object
public static FixCrLfFilter.CrLf newInstance(java.lang.String value)
value
- the value to use.