class com.google.ads.studio.utils.Enum
A class mimicking the behavior of java enums. Extend this class to create an immutable enum, so that users could not instantiate values out of the enum class. Note that you must override the getConstants method.
Constructors
Enum(value:String, lock:com.google.ads.studio.utils:EnumLock)
Creates a new value of an enum.
Instance Methods
Defined in com.google.ads.studio.utils:Enum
toString()
:
String