Method Summary |
|
public boolean | equals(Object obj) Compares if a given Os object is equal to this. |
public static Os | fromString(String value) Creates a new Os object given an os string.
Parameters: value - String throws: IllegalStateException - Throws Exception if the operating system is not defined in this class. |
public static Os | fromValue(String value) Creates a new Os object given an os string.
Parameters: value - String throws: IllegalStateException - Throws Exception if the operating system is not defined in this class. |
public String | getValue() Returns the value of the operating system as string. |
public int | hashCode() |
public String | toString() Returns the string value of the operating system. |