Package org.bidib.jbidibc.debug
Enum DebugReaderFactory.SerialImpl
- java.lang.Object
-
- java.lang.Enum<DebugReaderFactory.SerialImpl>
-
- org.bidib.jbidibc.debug.DebugReaderFactory.SerialImpl
-
- All Implemented Interfaces:
Serializable,Comparable<DebugReaderFactory.SerialImpl>
- Enclosing class:
- DebugReaderFactory
public static enum DebugReaderFactory.SerialImpl extends Enum<DebugReaderFactory.SerialImpl>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PUREJAVACOMMRXTXSCMSPSW_NET
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetImplClass()static DebugReaderFactory.SerialImplvalueOf(String name)Returns the enum constant of this type with the specified name.static DebugReaderFactory.SerialImpl[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
RXTX
public static final DebugReaderFactory.SerialImpl RXTX
-
PUREJAVACOMM
public static final DebugReaderFactory.SerialImpl PUREJAVACOMM
-
SCM
public static final DebugReaderFactory.SerialImpl SCM
-
SPSW_NET
public static final DebugReaderFactory.SerialImpl SPSW_NET
-
-
Method Detail
-
values
public static DebugReaderFactory.SerialImpl[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DebugReaderFactory.SerialImpl c : DebugReaderFactory.SerialImpl.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DebugReaderFactory.SerialImpl valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getImplClass
public String getImplClass()
-
-