public static enum Instance.AutomaticUpdates extends Enum<Instance.AutomaticUpdates>
Modifier and Type | Method and Description |
---|---|
static Instance.AutomaticUpdates |
findByValue(String automaticUpdates) |
String |
getValue() |
static Instance.AutomaticUpdates |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Instance.AutomaticUpdates[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Instance.AutomaticUpdates MAJOR
public static final Instance.AutomaticUpdates MINOR
public static final Instance.AutomaticUpdates PATCH
public static final Instance.AutomaticUpdates OFF
public static Instance.AutomaticUpdates[] values()
for (Instance.AutomaticUpdates c : Instance.AutomaticUpdates.values()) System.out.println(c);
public static Instance.AutomaticUpdates 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 getValue()
public static Instance.AutomaticUpdates findByValue(String automaticUpdates) throws ElasticBoxModelException
ElasticBoxModelException
Copyright © 2016–2019. All rights reserved.