public static class JDFAutoPartAmount.EnumOrientation
extends org.apache.commons.lang.enums.ValuedEnum
Modifier and Type | Field and Description |
---|---|
static JDFAutoPartAmount.EnumOrientation |
Flip0 |
static JDFAutoPartAmount.EnumOrientation |
Flip180 |
static JDFAutoPartAmount.EnumOrientation |
Flip270 |
static JDFAutoPartAmount.EnumOrientation |
Flip90 |
static JDFAutoPartAmount.EnumOrientation |
Rotate0 |
static JDFAutoPartAmount.EnumOrientation |
Rotate180 |
static JDFAutoPartAmount.EnumOrientation |
Rotate270 |
static JDFAutoPartAmount.EnumOrientation |
Rotate90 |
Modifier and Type | Method and Description |
---|---|
static JDFAutoPartAmount.EnumOrientation |
getEnum(int enumValue) |
static JDFAutoPartAmount.EnumOrientation |
getEnum(String enumName) |
static List |
getEnumList() |
static Map |
getEnumMap() |
static Iterator |
iterator() |
compareTo, getEnum, getValue, toString
public static final JDFAutoPartAmount.EnumOrientation Rotate0
public static final JDFAutoPartAmount.EnumOrientation Rotate90
public static final JDFAutoPartAmount.EnumOrientation Rotate180
public static final JDFAutoPartAmount.EnumOrientation Rotate270
public static final JDFAutoPartAmount.EnumOrientation Flip0
public static final JDFAutoPartAmount.EnumOrientation Flip90
public static final JDFAutoPartAmount.EnumOrientation Flip180
public static final JDFAutoPartAmount.EnumOrientation Flip270
public static JDFAutoPartAmount.EnumOrientation getEnum(String enumName)
enumName
- the string to convertpublic static JDFAutoPartAmount.EnumOrientation getEnum(int enumValue)
enumValue
- the integer to convertpublic static Map getEnumMap()
public static List getEnumList()
public static Iterator iterator()
Copyright © 2018. All rights reserved.