public static enum JSTypeRegistry.PropDefinitionKind extends java.lang.Enum<JSTypeRegistry.PropDefinitionKind>
| Enum Constant and Description |
|---|
KNOWN |
LOOSE |
LOOSE_UNION |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static JSTypeRegistry.PropDefinitionKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JSTypeRegistry.PropDefinitionKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSTypeRegistry.PropDefinitionKind UNKNOWN
public static final JSTypeRegistry.PropDefinitionKind KNOWN
public static final JSTypeRegistry.PropDefinitionKind LOOSE
public static final JSTypeRegistry.PropDefinitionKind LOOSE_UNION
public static JSTypeRegistry.PropDefinitionKind[] values()
for (JSTypeRegistry.PropDefinitionKind c : JSTypeRegistry.PropDefinitionKind.values()) System.out.println(c);
public static JSTypeRegistry.PropDefinitionKind 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 nullCopyright © 2009-2019 Google. All Rights Reserved.