Uses of Class
org.bidib.jbidibc.debug.LineEndingEnum
-
Packages that use LineEndingEnum Package Description org.bidib.jbidibc.debug -
-
Uses of LineEndingEnum in org.bidib.jbidibc.debug
Methods in org.bidib.jbidibc.debug that return LineEndingEnum Modifier and Type Method Description static LineEndingEnumLineEndingEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static LineEndingEnum[]LineEndingEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bidib.jbidibc.debug with parameters of type LineEndingEnum Modifier and Type Method Description voidDebugInterface. send(String message, LineEndingEnum lineEnding)
-