public static enum CdcrParams.ProcessState extends Enum<CdcrParams.ProcessState>
| Modifier and Type | Method and Description | 
|---|---|
| static CdcrParams.ProcessState | get(byte[] state) | 
| byte[] | getBytes() | 
| static String | getParam() | 
| String | toLower() | 
| static CdcrParams.ProcessState | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CdcrParams.ProcessState[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final CdcrParams.ProcessState STARTED
public static final CdcrParams.ProcessState STOPPED
public static CdcrParams.ProcessState[] values()
for (CdcrParams.ProcessState c : CdcrParams.ProcessState.values()) System.out.println(c);
public static CdcrParams.ProcessState 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 CdcrParams.ProcessState get(byte[] state)
public String toLower()
public byte[] getBytes()
public static String getParam()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.