public static enum JavaType.WildCardType.BoundType extends Enum<JavaType.WildCardType.BoundType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static JavaType.WildCardType.BoundType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaType.WildCardType.BoundType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaType.WildCardType.BoundType UNBOUNDED
public static final JavaType.WildCardType.BoundType SUPER
public static final JavaType.WildCardType.BoundType EXTENDS
public static JavaType.WildCardType.BoundType[] values()
for (JavaType.WildCardType.BoundType c : JavaType.WildCardType.BoundType.values()) System.out.println(c);
public static JavaType.WildCardType.BoundType 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 toString()
toString in class Enum<JavaType.WildCardType.BoundType>Copyright © 2012–2016 SonarSource. All rights reserved.