public static enum BaseUri.Type extends Enum<BaseUri.Type>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
static BaseUri.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseUri.Type |
valueOfName(String name) |
static BaseUri.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseUri.Type FIXED
public static final BaseUri.Type PARAMETER
public static final BaseUri.Type MULTIPLE
public static BaseUri.Type[] values()
for (BaseUri.Type c : BaseUri.Type.values()) System.out.println(c);
public static BaseUri.Type 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 getName()
public String getDescription()
public static BaseUri.Type valueOfName(String name)
Copyright © 2024. All rights reserved.