public static enum TypeCheckingProcedure.EnrichedProjectionKind extends java.lang.Enum<TypeCheckingProcedure.EnrichedProjectionKind>
| Modifier and Type | Method and Description |
|---|---|
static TypeCheckingProcedure.EnrichedProjectionKind |
fromVariance(Variance variance) |
static TypeCheckingProcedure.EnrichedProjectionKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeCheckingProcedure.EnrichedProjectionKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeCheckingProcedure.EnrichedProjectionKind IN
public static final TypeCheckingProcedure.EnrichedProjectionKind OUT
public static final TypeCheckingProcedure.EnrichedProjectionKind INV
public static final TypeCheckingProcedure.EnrichedProjectionKind STAR
public static TypeCheckingProcedure.EnrichedProjectionKind[] values()
for (TypeCheckingProcedure.EnrichedProjectionKind c : TypeCheckingProcedure.EnrichedProjectionKind.values()) System.out.println(c);
public static TypeCheckingProcedure.EnrichedProjectionKind 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@NotNull public static TypeCheckingProcedure.EnrichedProjectionKind fromVariance(@NotNull Variance variance)