org.mule.devkit.doclet
Enum SampleTagInfo.SampleLanguage
java.lang.Object
java.lang.Enum<SampleTagInfo.SampleLanguage>
org.mule.devkit.doclet.SampleTagInfo.SampleLanguage
- All Implemented Interfaces:
- Serializable, Comparable<SampleTagInfo.SampleLanguage>
- Enclosing class:
- SampleTagInfo
public static enum SampleTagInfo.SampleLanguage
- extends Enum<SampleTagInfo.SampleLanguage>
JAVA
public static final SampleTagInfo.SampleLanguage JAVA
XML
public static final SampleTagInfo.SampleLanguage XML
values
public static SampleTagInfo.SampleLanguage[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SampleTagInfo.SampleLanguage c : SampleTagInfo.SampleLanguage.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SampleTagInfo.SampleLanguage valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.