public enum FolderNames extends Enum<FolderNames>
| Enum Constant and Description |
|---|
API |
APP |
CLASSES |
JAVA |
LIB |
MAIN |
MAPPINGS |
MULE |
MUNIT |
MUNIT_WORKING_DIR |
RESOURCES |
SITE |
SRC |
TARGET |
TEST |
TEST_CLASSES |
TEST_MULE |
WSDL |
| Modifier and Type | Method and Description |
|---|---|
String |
value() |
static FolderNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FolderNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FolderNames SRC
public static final FolderNames MAIN
public static final FolderNames MULE
public static final FolderNames APP
public static final FolderNames TEST
public static final FolderNames MUNIT
public static final FolderNames TARGET
public static final FolderNames CLASSES
public static final FolderNames TEST_CLASSES
public static final FolderNames TEST_MULE
public static final FolderNames API
public static final FolderNames WSDL
public static final FolderNames LIB
public static final FolderNames MAPPINGS
public static final FolderNames MUNIT_WORKING_DIR
public static final FolderNames JAVA
public static final FolderNames RESOURCES
public static final FolderNames SITE
public static FolderNames[] values()
for (FolderNames c : FolderNames.values()) System.out.println(c);
public static FolderNames 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()
Copyright © 2018 MuleSoft Inc. All rights reserved.