public static enum TeiidPropertyDefinition.RestartType extends Enum<TeiidPropertyDefinition.RestartType>
Enum Constant and Description |
---|
ALL_PROCESSES |
CLUSTER |
NONE |
PROCESS |
SERVICE |
Modifier and Type | Method and Description |
---|---|
static TeiidPropertyDefinition.RestartType |
findRestartType(String name) |
static TeiidPropertyDefinition.RestartType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TeiidPropertyDefinition.RestartType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeiidPropertyDefinition.RestartType NONE
public static final TeiidPropertyDefinition.RestartType SERVICE
public static final TeiidPropertyDefinition.RestartType PROCESS
public static final TeiidPropertyDefinition.RestartType ALL_PROCESSES
public static final TeiidPropertyDefinition.RestartType CLUSTER
public static TeiidPropertyDefinition.RestartType[] values()
for (TeiidPropertyDefinition.RestartType c : TeiidPropertyDefinition.RestartType.values()) System.out.println(c);
public static TeiidPropertyDefinition.RestartType 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 static TeiidPropertyDefinition.RestartType findRestartType(String name)
Copyright © 2013–2019. All rights reserved.