public static enum TConnection.TVarPrefix extends Enum<TConnection.TVarPrefix>
Enum Constant and Description |
---|
vpClientHandle |
vpUniqueClientID |
Modifier and Type | Method and Description |
---|---|
static TConnection.TVarPrefix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TConnection.TVarPrefix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TConnection.TVarPrefix vpUniqueClientID
public static final TConnection.TVarPrefix vpClientHandle
public static TConnection.TVarPrefix[] values()
for (TConnection.TVarPrefix c : TConnection.TVarPrefix.values()) System.out.println(c);
public static TConnection.TVarPrefix 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 nullCopyright © 2014–2016 Delft University of Technology. All rights reserved.