public enum JSGoogDocEmitterTokens extends Enum<JSGoogDocEmitterTokens> implements IEmitterTokens
| Enum Constant and Description |
|---|
EXPORT |
EXPOSE |
NOCOLLAPSE |
PARAM |
STAR |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
getToken() |
static JSGoogDocEmitterTokens |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSGoogDocEmitterTokens[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSGoogDocEmitterTokens PARAM
public static final JSGoogDocEmitterTokens STAR
public static final JSGoogDocEmitterTokens TYPE
public static final JSGoogDocEmitterTokens EXPOSE
public static final JSGoogDocEmitterTokens EXPORT
public static final JSGoogDocEmitterTokens NOCOLLAPSE
public static JSGoogDocEmitterTokens[] values()
for (JSGoogDocEmitterTokens c : JSGoogDocEmitterTokens.values()) System.out.println(c);
public static JSGoogDocEmitterTokens 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 getToken()
getToken in interface IEmitterTokensCopyright © 2020 The Apache Software Foundation. All rights reserved.