public enum LinkParameterType extends Enum<LinkParameterType>
Modifier and Type | Method and Description |
---|---|
static LinkParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkParameterType |
valueOfIgnoreCase(String name) |
static LinkParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkParameterType STRING
public static final LinkParameterType BOOLEAN
public static final LinkParameterType INTEGER
public static final LinkParameterType ARRAY
public static LinkParameterType[] values()
for (LinkParameterType c : LinkParameterType.values()) System.out.println(c);
public static LinkParameterType 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 static LinkParameterType valueOfIgnoreCase(String name) throws OpenShiftRequestException
OpenShiftRequestException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.