private static enum JSTypeCreatorFromJSDoc.ParameterKind extends java.lang.Enum<JSTypeCreatorFromJSDoc.ParameterKind>
Modifier and Type | Method and Description |
---|---|
static JSTypeCreatorFromJSDoc.ParameterKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JSTypeCreatorFromJSDoc.ParameterKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSTypeCreatorFromJSDoc.ParameterKind REQUIRED
public static final JSTypeCreatorFromJSDoc.ParameterKind OPTIONAL
public static final JSTypeCreatorFromJSDoc.ParameterKind REST
public static JSTypeCreatorFromJSDoc.ParameterKind[] values()
for (JSTypeCreatorFromJSDoc.ParameterKind c : JSTypeCreatorFromJSDoc.ParameterKind.values()) System.out.println(c);
public static JSTypeCreatorFromJSDoc.ParameterKind 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