public static class JDFAutoNodeInfoCmdParams.EnumUpdateMethod
extends org.apache.commons.lang.enums.ValuedEnum
| Modifier and Type | Field and Description |
|---|---|
static JDFAutoNodeInfoCmdParams.EnumUpdateMethod |
Complete |
static JDFAutoNodeInfoCmdParams.EnumUpdateMethod |
Incremental |
static JDFAutoNodeInfoCmdParams.EnumUpdateMethod |
Remove |
| Modifier and Type | Method and Description |
|---|---|
static JDFAutoNodeInfoCmdParams.EnumUpdateMethod |
getEnum(int enumValue) |
static JDFAutoNodeInfoCmdParams.EnumUpdateMethod |
getEnum(String enumName) |
static List |
getEnumList() |
static Map |
getEnumMap() |
static Iterator |
iterator() |
compareTo, getEnum, getValue, toStringpublic static final JDFAutoNodeInfoCmdParams.EnumUpdateMethod Complete
public static final JDFAutoNodeInfoCmdParams.EnumUpdateMethod Incremental
public static final JDFAutoNodeInfoCmdParams.EnumUpdateMethod Remove
public static JDFAutoNodeInfoCmdParams.EnumUpdateMethod getEnum(String enumName)
enumName - the string to convertpublic static JDFAutoNodeInfoCmdParams.EnumUpdateMethod getEnum(int enumValue)
enumValue - the integer to convertpublic static Map getEnumMap()
public static List getEnumList()
public static Iterator iterator()
Copyright © 2013. All Rights Reserved.