org.cip4.jdflib.auto
Class JDFAutoRepeatDesc.EnumAllowedRotate

java.lang.Object
  extended by org.apache.commons.lang.enums.Enum
      extended by org.apache.commons.lang.enums.ValuedEnum
          extended by org.cip4.jdflib.auto.JDFAutoRepeatDesc.EnumAllowedRotate
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
JDFAutoRepeatDesc

public static class JDFAutoRepeatDesc.EnumAllowedRotate
extends org.apache.commons.lang.enums.ValuedEnum

Enumeration strings for AllowedRotate

See Also:
Serialized Form

Field Summary
static JDFAutoRepeatDesc.EnumAllowedRotate CrossGrain
           
static JDFAutoRepeatDesc.EnumAllowedRotate Grain
           
static JDFAutoRepeatDesc.EnumAllowedRotate MinorGrain
           
static JDFAutoRepeatDesc.EnumAllowedRotate None
           
 
Fields inherited from class org.apache.commons.lang.enums.Enum
iToString
 
Method Summary
static JDFAutoRepeatDesc.EnumAllowedRotate getEnum(int enumValue)
           
static JDFAutoRepeatDesc.EnumAllowedRotate getEnum(String enumName)
           
static List getEnumList()
           
static Map getEnumMap()
           
static Iterator iterator()
           
 
Methods inherited from class org.apache.commons.lang.enums.ValuedEnum
compareTo, getEnum, getValue, toString
 
Methods inherited from class org.apache.commons.lang.enums.Enum
equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

None

public static final JDFAutoRepeatDesc.EnumAllowedRotate None

Grain

public static final JDFAutoRepeatDesc.EnumAllowedRotate Grain

MinorGrain

public static final JDFAutoRepeatDesc.EnumAllowedRotate MinorGrain

CrossGrain

public static final JDFAutoRepeatDesc.EnumAllowedRotate CrossGrain
Method Detail

getEnum

public static JDFAutoRepeatDesc.EnumAllowedRotate getEnum(String enumName)
Parameters:
enumName - the string to convert
Returns:
the enum

getEnum

public static JDFAutoRepeatDesc.EnumAllowedRotate getEnum(int enumValue)
Parameters:
enumValue - the integer to convert
Returns:
the enum

getEnumMap

public static Map getEnumMap()
Returns:
the map of enums

getEnumList

public static List getEnumList()
Returns:
the list of enums

iterator

public static Iterator iterator()
Returns:
the iterator


Copyright © 2013. All Rights Reserved.