org.apache.tools.ant.filters
public static class FixCrLfFilter.AddAsisRemove extends EnumeratedAttribute
| Method Summary | |
|---|---|
| boolean | equals(Object other)
Equality depending in the index. |
| String[] | getValues() {@inheritDoc }. |
| int | hashCode()
Hashcode depending on the index. |
| static FixCrLfFilter.AddAsisRemove | newInstance(String value)
Create an instance of this enumerated value based on the string value. |
Parameters: other the object to test equality against.
Returns: true if the object has the same index as this.
Returns: the index as the hashcode.
Parameters: value the value to use.
Returns: an enumerated instance.