public enum AuraBundleType extends Enum<AuraBundleType>
| Enum Constant and Description |
|---|
Application
Enumeration : Application
|
Component
Enumeration : Component
|
Event
Enumeration : Event
|
Interface
Enumeration : Interface
|
Tokens
Enumeration : Tokens
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AuraBundleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuraBundleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuraBundleType Application
public static final AuraBundleType Component
public static final AuraBundleType Event
public static final AuraBundleType Interface
public static final AuraBundleType Tokens
public static AuraBundleType[] values()
for (AuraBundleType c : AuraBundleType.values()) System.out.println(c);
public static AuraBundleType 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 toString()
toString in class Enum<AuraBundleType>Copyright © 2017. All Rights Reserved.