public static enum RemoteService.TestCaseUrl extends Enum<RemoteService.TestCaseUrl>
Modifier and Type | Method and Description |
---|---|
String |
endTail() |
static RemoteService.TestCaseUrl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteService.TestCaseUrl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteService.TestCaseUrl C80
public static final RemoteService.TestCaseUrl XML
public static final RemoteService.TestCaseUrl JSON
public static RemoteService.TestCaseUrl[] values()
for (RemoteService.TestCaseUrl c : RemoteService.TestCaseUrl.values()) System.out.println(c);
public static RemoteService.TestCaseUrl 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 endTail()
Copyright © 2004-2015. All Rights Reserved.