| java.lang.Object de.mcs.utils.ExtendedBoolean
ExtendedBoolean | final public class ExtendedBoolean (Code) | | this function is missing in java.
author: W.Klaas |
Method Summary | |
public static boolean | toBoolean(String name) String in Boolean verwandeln. | public static boolean | toBoolean(String name, boolean defaultValue) String in Boolean verwandeln.
Parameters: name - String Parameters: defaultValue - the default value. |
toBoolean | public static boolean toBoolean(String name)(Code) | | String in Boolean verwandeln.
Parameters: name - String boolean |
toBoolean | public static boolean toBoolean(String name, boolean defaultValue)(Code) | | String in Boolean verwandeln.
Parameters: name - String Parameters: defaultValue - the default value. boolean |
|
|