public enum AuraBundleType extends Enum<AuraBundleType>
Java class for AuraBundleType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AuraBundleType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Application"/>
<enumeration value="Component"/>
<enumeration value="Event"/>
<enumeration value="Interface"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
APPLICATION |
COMPONENT |
EVENT |
INTERFACE |
| Modifier and Type | Method and Description |
|---|---|
static AuraBundleType |
fromValue(String v) |
String |
value() |
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 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 value()
public static AuraBundleType fromValue(String v)
Copyright © 2016. All rights reserved.