Enum Class VMStandardFilters
- All Implemented Interfaces:
Serializable, Comparable<VMStandardFilters>, Constable
DOCUMENT ME
- Version:
- $LastChangedRevision$
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(int filter) static VMStandardFiltersfindFilter(int filter) intstatic VMStandardFiltersReturns the enum constant of this class with the specified name.static VMStandardFilters[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
VMSF_NONE
-
VMSF_E8
-
VMSF_E8E9
-
VMSF_ITANIUM
-
VMSF_RGB
-
VMSF_AUDIO
-
VMSF_DELTA
-
VMSF_UPCASE
-
-
Field Details
-
filter
private final int filter
-
-
Constructor Details
-
VMStandardFilters
private VMStandardFilters(int filter)
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getFilter
public int getFilter() -
equals
public boolean equals(int filter) -
findFilter
-