org.cip4.jdflib.auto
Class JDFAutoScreenSelector.EnumScreeningType

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.JDFAutoScreenSelector.EnumScreeningType
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
JDFAutoScreenSelector

public static class JDFAutoScreenSelector.EnumScreeningType
extends org.apache.commons.lang.enums.ValuedEnum

Enumeration strings for ScreeningType

See Also:
Serialized Form

Field Summary
static JDFAutoScreenSelector.EnumScreeningType Adaptive
           
static JDFAutoScreenSelector.EnumScreeningType AM
           
static JDFAutoScreenSelector.EnumScreeningType ErrorDiffusion
           
static JDFAutoScreenSelector.EnumScreeningType FM
           
static JDFAutoScreenSelector.EnumScreeningType HybridAM_FM
           
static JDFAutoScreenSelector.EnumScreeningType HybridAMline_dot
           
 
Fields inherited from class org.apache.commons.lang.enums.Enum
iToString
 
Method Summary
static JDFAutoScreenSelector.EnumScreeningType getEnum(int enumValue)
           
static JDFAutoScreenSelector.EnumScreeningType 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

AM

public static final JDFAutoScreenSelector.EnumScreeningType AM

FM

public static final JDFAutoScreenSelector.EnumScreeningType FM

Adaptive

public static final JDFAutoScreenSelector.EnumScreeningType Adaptive

ErrorDiffusion

public static final JDFAutoScreenSelector.EnumScreeningType ErrorDiffusion

HybridAM_FM

public static final JDFAutoScreenSelector.EnumScreeningType HybridAM_FM

HybridAMline_dot

public static final JDFAutoScreenSelector.EnumScreeningType HybridAMline_dot
Method Detail

getEnum

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

getEnum

public static JDFAutoScreenSelector.EnumScreeningType 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.