public enum PlatformSwHwType extends java.lang.Enum<PlatformSwHwType>
Enum Constant and Description |
---|
ALL
File is independent of Hardware/Software versions.
|
PLUGIN |
UNIX_AIX_ALL |
UNIX_AIX_POWERPC |
UNIX_AIX_POWERPC64 |
UNIX_ALL |
UNIX_DEC_ALL |
UNIX_DEC_ALPHA |
UNIX_HPUX_ALL |
UNIX_HPUX_HP9000 |
UNIX_HPUX_IA64 |
UNIX_LINUX_ALL |
UNIX_LINUX_IA64 |
UNIX_LINUX_POWERPC64 |
UNIX_LINUX_POWERPC64LE
Unix Linux PowerPC
|
UNIX_LINUX_X64 |
UNIX_LINUX_X86 |
UNIX_SOLARIS_ALL |
UNIX_SOLARIS_SPARC |
UNIX_SOLARIS_SPARC64 |
UNIX_SOLARIS_X64 |
UNIX_SOLARIS_X86 |
UNIX_ZLINUX_ALL |
UNIX_ZLINUX_ZSERIES |
UNIX_ZLINUX_ZSERIES64 |
WINDOWS_ALL |
WINDOWS_X64 |
WINDOWS_X86 |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHw()
Return the HW.
|
java.lang.String |
getPlatform()
Return the platform.
|
java.lang.String |
getSw()
Return the SW.
|
java.lang.String |
getValue()
Returns the string-representation.
|
static PlatformSwHwType |
parse(java.lang.String platform,
java.lang.String sw,
java.lang.String hw)
Parse the single components Platform, SW, HW into the combined type.
|
static PlatformSwHwType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlatformSwHwType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlatformSwHwType ALL
public static final PlatformSwHwType UNIX_ALL
public static final PlatformSwHwType UNIX_AIX_ALL
public static final PlatformSwHwType UNIX_AIX_POWERPC
public static final PlatformSwHwType UNIX_AIX_POWERPC64
public static final PlatformSwHwType UNIX_DEC_ALL
public static final PlatformSwHwType UNIX_DEC_ALPHA
public static final PlatformSwHwType UNIX_HPUX_ALL
public static final PlatformSwHwType UNIX_HPUX_HP9000
public static final PlatformSwHwType UNIX_HPUX_IA64
public static final PlatformSwHwType UNIX_LINUX_ALL
public static final PlatformSwHwType UNIX_LINUX_X86
public static final PlatformSwHwType UNIX_LINUX_X64
public static final PlatformSwHwType UNIX_LINUX_IA64
public static final PlatformSwHwType UNIX_LINUX_POWERPC64
public static final PlatformSwHwType UNIX_SOLARIS_ALL
public static final PlatformSwHwType UNIX_SOLARIS_SPARC
public static final PlatformSwHwType UNIX_SOLARIS_SPARC64
public static final PlatformSwHwType UNIX_SOLARIS_X86
public static final PlatformSwHwType UNIX_SOLARIS_X64
public static final PlatformSwHwType UNIX_ZLINUX_ALL
public static final PlatformSwHwType UNIX_LINUX_POWERPC64LE
public static final PlatformSwHwType UNIX_ZLINUX_ZSERIES
public static final PlatformSwHwType UNIX_ZLINUX_ZSERIES64
public static final PlatformSwHwType WINDOWS_ALL
public static final PlatformSwHwType WINDOWS_X86
public static final PlatformSwHwType WINDOWS_X64
public static final PlatformSwHwType PLUGIN
public static PlatformSwHwType[] values()
for (PlatformSwHwType c : PlatformSwHwType.values()) System.out.println(c);
public static PlatformSwHwType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
public java.lang.String getPlatform()
String
public java.lang.String getSw()
String
public java.lang.String getHw()
String
public static PlatformSwHwType parse(java.lang.String platform, java.lang.String sw, java.lang.String hw)
platform
- Platform as Stringsw
- Software as Stringhw
- Hardware as String