Class EnumType.Builder
java.lang.Object
com.google.javascript.rhino.jstype.EnumType.Builder
- Enclosing class:
EnumType
Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The base type of the individual elements.The ID of the goog.module in which this enum was declared.The object literal that creates the enum, a reference to another enum, or null.
-
Method Details
-
setName
-
setSource
The object literal that creates the enum, a reference to another enum, or null. -
setGoogModuleId
The ID of the goog.module in which this enum was declared. -
setElementType
The base type of the individual elements. -
build
-