org.cip4.jdflib.datatypes
Class JDFBaseDataTypes.EnumFitsValue

java.lang.Object
  extended by org.apache.commons.lang.enums.Enum
      extended by org.apache.commons.lang.enums.ValuedEnum
          extended by org.cip4.jdflib.datatypes.JDFBaseDataTypes.EnumFitsValue
All Implemented Interfaces:
Serializable, Comparable
Enclosing interface:
JDFBaseDataTypes

public static class JDFBaseDataTypes.EnumFitsValue
extends org.apache.commons.lang.enums.ValuedEnum

Enumeration for FitsValue method, switches between Allowed and Present testlists

See Also:
Serialized Form

Field Summary
static JDFBaseDataTypes.EnumFitsValue Allowed
           
static JDFBaseDataTypes.EnumFitsValue Present
           
 
Fields inherited from class org.apache.commons.lang.enums.Enum
iToString
 
Method Summary
static JDFBaseDataTypes.EnumFitsValue getEnum(int enumValue)
           
static JDFBaseDataTypes.EnumFitsValue 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

Present

public static final JDFBaseDataTypes.EnumFitsValue Present

Allowed

public static final JDFBaseDataTypes.EnumFitsValue Allowed
Method Detail

getEnum

public static JDFBaseDataTypes.EnumFitsValue getEnum(String enumName)
Parameters:
enumName - the name of the enum object to return
Returns:
the enum object if enumName is valid. Otherwise null

getEnum

public static JDFBaseDataTypes.EnumFitsValue getEnum(int enumValue)
Parameters:
enumValue - the value of the enum object to return
Returns:
the enum object if enumName is valid. Otherwise null

getEnumMap

public static Map getEnumMap()
Returns:
a map of all orientation enums

getEnumList

public static List getEnumList()
Returns:
a list of all orientation enums

iterator

public static Iterator iterator()
Returns:
an iterator over the enum objects


Copyright © 2013. All Rights Reserved.