public static enum CoreApiMapping.EndPoint extends Enum<CoreApiMapping.EndPoint> implements CollectionApiMapping.V2EndPoint
Enum Constant and Description |
---|
CORES_COMMANDS |
CORES_STATUS |
NODEAPIS |
NODEINVOKE |
PER_CORE_COMMANDS |
Modifier and Type | Method and Description |
---|---|
String |
getSpecName() |
static CoreApiMapping.EndPoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreApiMapping.EndPoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreApiMapping.EndPoint CORES_STATUS
public static final CoreApiMapping.EndPoint CORES_COMMANDS
public static final CoreApiMapping.EndPoint PER_CORE_COMMANDS
public static final CoreApiMapping.EndPoint NODEINVOKE
public static final CoreApiMapping.EndPoint NODEAPIS
public static CoreApiMapping.EndPoint[] values()
for (CoreApiMapping.EndPoint c : CoreApiMapping.EndPoint.values()) System.out.println(c);
public static CoreApiMapping.EndPoint 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 getSpecName()
getSpecName
in interface CollectionApiMapping.V2EndPoint
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.