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