public enum JSGoogDocEmitterTokens extends Enum<JSGoogDocEmitterTokens> implements IEmitterTokens
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 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 IEmitterTokens
Copyright © 2016 The Apache Software Foundation. All rights reserved.