public enum TCAPIVersion extends Enum<TCAPIVersion>
| Modifier and Type | Method and Description | 
|---|---|
static TCAPIVersion | 
fromString(String text)  | 
static TCAPIVersion | 
latest()  | 
String | 
toString()  | 
static TCAPIVersion | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TCAPIVersion[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final TCAPIVersion V101
public static final TCAPIVersion V100
public static final TCAPIVersion V095
public static TCAPIVersion[] values()
for (TCAPIVersion c : TCAPIVersion.values()) System.out.println(c);
public static TCAPIVersion 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 toString()
toString in class Enum<TCAPIVersion>public static TCAPIVersion latest()
public static TCAPIVersion fromString(String text)
Copyright © 2016 Rustici Software. All Rights Reserved.