Package org.cip4.jdflib.auto
Class JDFAutoAuthenticationQuParams.EnumAuthenticationType
- java.lang.Object
-
- org.apache.commons.lang.enums.Enum
-
- org.apache.commons.lang.enums.ValuedEnum
-
- org.cip4.jdflib.auto.JDFAutoAuthenticationQuParams.EnumAuthenticationType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Enclosing class:
- JDFAutoAuthenticationQuParams
public static class JDFAutoAuthenticationQuParams.EnumAuthenticationType extends org.apache.commons.lang.enums.ValuedEnumEnumeration strings for AuthenticationType- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static JDFAutoAuthenticationQuParams.EnumAuthenticationTypeAsClientstatic JDFAutoAuthenticationQuParams.EnumAuthenticationTypeAsServer
-
Constructor Summary
Constructors Modifier Constructor Description protectedEnumAuthenticationType(java.lang.String name)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JDFAutoAuthenticationQuParams.EnumAuthenticationTypegetEnum(int enumValue)static JDFAutoAuthenticationQuParams.EnumAuthenticationTypegetEnum(java.lang.String enumName)static java.util.ListgetEnumList()static java.util.MapgetEnumMap()static java.util.Iteratoriterator()-
Methods inherited from class org.apache.commons.lang.enums.ValuedEnum
compareTo, getEnum, getValue, toString
-
-
-
-
Field Detail
-
AsClient
public static final JDFAutoAuthenticationQuParams.EnumAuthenticationType AsClient
-
AsServer
public static final JDFAutoAuthenticationQuParams.EnumAuthenticationType AsServer
-
-
Method Detail
-
getEnum
public static JDFAutoAuthenticationQuParams.EnumAuthenticationType getEnum(java.lang.String enumName)
- Parameters:
enumName- the string to convert- Returns:
- the enum
-
getEnum
public static JDFAutoAuthenticationQuParams.EnumAuthenticationType getEnum(int enumValue)
- Parameters:
enumValue- the integer to convert- Returns:
- the enum
-
getEnumMap
public static java.util.Map getEnumMap()
- Returns:
- the map of enums
-
getEnumList
public static java.util.List getEnumList()
- Returns:
- the list of enums
-
iterator
public static java.util.Iterator iterator()
- Returns:
- the iterator
-
-