public static enum SizeSelector.SizeComparisons extends Enum<SizeSelector.SizeComparisons>
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute() |
static SizeSelector.SizeComparisons |
getFromAttribute(String attribute) |
static SizeSelector.SizeComparisons |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SizeSelector.SizeComparisons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SizeSelector.SizeComparisons LESS
public static final SizeSelector.SizeComparisons MORE
public static final SizeSelector.SizeComparisons EQUAL
public static SizeSelector.SizeComparisons[] values()
for (SizeSelector.SizeComparisons c : SizeSelector.SizeComparisons.values()) System.out.println(c);
public static SizeSelector.SizeComparisons valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getAttribute()
public static SizeSelector.SizeComparisons getFromAttribute(String attribute)
Copyright © 2001–2025. All rights reserved.