public enum J4pType extends Enum<J4pType>
Enum Constant and Description |
---|
CONFIG |
EXEC |
LIST |
READ |
REGNOTIF |
REMNOTIF |
SEARCH |
VERSION |
WRITE |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static J4pType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static J4pType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final J4pType READ
public static final J4pType LIST
public static final J4pType WRITE
public static final J4pType EXEC
public static final J4pType VERSION
public static final J4pType SEARCH
public static final J4pType REGNOTIF
public static final J4pType REMNOTIF
public static final J4pType CONFIG
public static J4pType[] values()
for (J4pType c : J4pType.values()) System.out.println(c);
public static J4pType 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()
Copyright © 2019. All rights reserved.