public enum IGCVersionEnum extends Enum<IGCVersionEnum> implements Serializable
| Enum Constant and Description |
|---|
V11501
The order of declaration here MUST be in ascending order (oldest version at the top, newest at the bottom).
|
V11501RU5 |
V11502 |
V11502SP3 |
V11502SP5 |
V11502SP6 |
V11700 |
V11701 |
V11701SP1 |
V11702 |
V11710 |
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeNameFirstAvailableInThisVersion()
Return the name of an IGC asset type that first became available in this version.
|
String |
getTypeNameNotAvailableInThisVersion()
Return the name of an IGC asset type that is not available in this version.
|
String |
getVersionString()
Return the default name for this enum instance.
|
boolean |
isEqualTo(IGCVersionEnum version)
Returns true iff this version is equal to the provided version
|
boolean |
isHigherThan(IGCVersionEnum version)
Returns true iff this version is a higher version than the provided version
|
boolean |
isLowerThan(IGCVersionEnum version)
Returns true iff this version is a lower version than the provided version
|
String |
toString()
toString() JSON-style
|
static IGCVersionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IGCVersionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IGCVersionEnum V11501
public static final IGCVersionEnum V11501RU5
public static final IGCVersionEnum V11502
public static final IGCVersionEnum V11502SP3
public static final IGCVersionEnum V11502SP5
public static final IGCVersionEnum V11502SP6
public static final IGCVersionEnum V11700
public static final IGCVersionEnum V11701
public static final IGCVersionEnum V11701SP1
public static final IGCVersionEnum V11702
public static final IGCVersionEnum V11710
public static IGCVersionEnum[] values()
for (IGCVersionEnum c : IGCVersionEnum.values()) System.out.println(c);
public static IGCVersionEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getVersionString()
public String getTypeNameFirstAvailableInThisVersion()
public String getTypeNameNotAvailableInThisVersion()
public boolean isLowerThan(IGCVersionEnum version)
version - the version against which to check this version is lowerpublic boolean isEqualTo(IGCVersionEnum version)
version - the version against which to check this version is equalpublic boolean isHigherThan(IGCVersionEnum version)
version - the version against which to check this version is higherpublic String toString()
toString in class Enum<IGCVersionEnum>Copyright © 2018–2021 ODPi. All rights reserved.