public static enum MainUpdateVersionTest.OnlyIfLower extends Enum<MainUpdateVersionTest.OnlyIfLower>
Modifier and Type | Method and Description |
---|---|
boolean |
toBoolean() |
static MainUpdateVersionTest.OnlyIfLower |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MainUpdateVersionTest.OnlyIfLower[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MainUpdateVersionTest.OnlyIfLower No
public static final MainUpdateVersionTest.OnlyIfLower Yes
public static MainUpdateVersionTest.OnlyIfLower[] values()
for (MainUpdateVersionTest.OnlyIfLower c : MainUpdateVersionTest.OnlyIfLower.values()) System.out.println(c);
public static MainUpdateVersionTest.OnlyIfLower 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 boolean toBoolean()
Copyright © 2015–2016 Hobrasoft s.r.o.. All rights reserved.