public enum CICSRelease extends java.lang.Enum<CICSRelease>
Enum Constant and Description |
---|
e410 |
e510 |
e520 |
e530 |
e610 |
e620 |
e630 |
e640
e640 - CICS TS 3.1
|
e650
e650 - CICS TS 3.2
|
e660
e660 - CICS TS 4.1
|
e670
CICS TS 4.2
|
e680
CICS TS 5.1
|
e690
CICS TS 5.2
|
e700
CICS TS 5.3
|
e710
CICS TS 5.4
|
e720
CICS TS 5.5
|
e730
CICS TS 5.6
|
e740
CICS TS 6.1
|
e750
CICS TS 6.2
|
Modifier and Type | Method and Description |
---|---|
protected static CICSRelease |
fromVersion(java.lang.String cicsTSLevel) |
java.lang.String |
getCICSTSLevel() |
static CICSRelease |
getLatestRelease() |
boolean |
laterThan(java.lang.String cicsTSLevel) |
boolean |
laterThanOrEqualTo(java.lang.String cicsTSLevel) |
static CICSRelease |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CICSRelease[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CICSRelease e410
public static final CICSRelease e510
public static final CICSRelease e520
public static final CICSRelease e530
public static final CICSRelease e610
public static final CICSRelease e620
public static final CICSRelease e630
public static final CICSRelease e640
public static final CICSRelease e650
public static final CICSRelease e660
public static final CICSRelease e670
public static final CICSRelease e680
public static final CICSRelease e690
public static final CICSRelease e700
public static final CICSRelease e710
public static final CICSRelease e720
public static final CICSRelease e730
public static final CICSRelease e740
public static final CICSRelease e750
public static CICSRelease[] values()
for (CICSRelease c : CICSRelease.values()) System.out.println(c);
public static CICSRelease 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 getCICSTSLevel()
public boolean laterThan(java.lang.String cicsTSLevel)
public boolean laterThanOrEqualTo(java.lang.String cicsTSLevel)
protected static CICSRelease fromVersion(java.lang.String cicsTSLevel)
public static CICSRelease getLatestRelease()
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.