Enum Class Platform.Architecture

java.lang.Object
java.lang.Enum<Platform.Architecture>
com.twelvemonkeys.lang.Platform.Architecture
All Implemented Interfaces:
Serializable, Comparable<Platform.Architecture>, Constable
Enclosing class:
Platform

public static enum Platform.Architecture extends Enum<Platform.Architecture>
Enumeration of common System Architectures.

For unknown architectures, toString() will return the the same value as System.getProperty("os.arch").

Version:
$Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/lang/Platform.java#1 $
Author:
Harald Kuhr