public static enum ConfigUriProperty.Type extends java.lang.Enum<ConfigUriProperty.Type>
Enum Constant and Description |
---|
Host |
Parameter |
Path |
Port |
Protocol |
Modifier and Type | Method and Description |
---|---|
static ConfigUriProperty.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigUriProperty.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigUriProperty.Type Protocol
public static final ConfigUriProperty.Type Host
public static final ConfigUriProperty.Type Port
public static final ConfigUriProperty.Type Path
public static final ConfigUriProperty.Type Parameter
public static ConfigUriProperty.Type[] values()
for (ConfigUriProperty.Type c : ConfigUriProperty.Type.values()) System.out.println(c);
public static ConfigUriProperty.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null