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