public static class JDFAutoRectangleState.EnumAllowedHWRelation
extends org.apache.commons.lang.enums.ValuedEnum
| Modifier and Type | Field and Description |
|---|---|
static JDFAutoRectangleState.EnumAllowedHWRelation |
eq |
static JDFAutoRectangleState.EnumAllowedHWRelation |
ge |
static JDFAutoRectangleState.EnumAllowedHWRelation |
gt |
static JDFAutoRectangleState.EnumAllowedHWRelation |
le |
static JDFAutoRectangleState.EnumAllowedHWRelation |
lt |
static JDFAutoRectangleState.EnumAllowedHWRelation |
ne |
| Modifier and Type | Method and Description |
|---|---|
static JDFAutoRectangleState.EnumAllowedHWRelation |
getEnum(int enumValue) |
static JDFAutoRectangleState.EnumAllowedHWRelation |
getEnum(java.lang.String enumName) |
static java.util.List |
getEnumList() |
static java.util.Map |
getEnumMap() |
static java.util.Iterator |
iterator() |
compareTo, getEnum, getValue, toStringpublic static final JDFAutoRectangleState.EnumAllowedHWRelation gt
public static final JDFAutoRectangleState.EnumAllowedHWRelation ge
public static final JDFAutoRectangleState.EnumAllowedHWRelation eq
public static final JDFAutoRectangleState.EnumAllowedHWRelation le
public static final JDFAutoRectangleState.EnumAllowedHWRelation lt
public static final JDFAutoRectangleState.EnumAllowedHWRelation ne
public static JDFAutoRectangleState.EnumAllowedHWRelation getEnum(java.lang.String enumName)
enumName - the string to convertpublic static JDFAutoRectangleState.EnumAllowedHWRelation getEnum(int enumValue)
enumValue - the integer to convertpublic static java.util.Map getEnumMap()
public static java.util.List getEnumList()
public static java.util.Iterator iterator()