public enum ModuleType extends Enum<ModuleType>
| Enum Constant and Description | 
|---|
| LOADUI_NG | 
| PROJECTS | 
| SECURE | 
| SERVICE_V | 
| SOAPUI_NG | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription() | 
| String | getId() | 
| static ModuleType | parse(String name) | 
| String | toString() | 
| static ModuleType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ModuleType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ModuleType PROJECTS
public static final ModuleType SOAPUI_NG
public static final ModuleType LOADUI_NG
public static final ModuleType SERVICE_V
public static final ModuleType SECURE
public static ModuleType[] values()
for (ModuleType c : ModuleType.values()) System.out.println(c);
public static ModuleType 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<ModuleType>public String getId()
public String getDescription()
public static ModuleType parse(String name)
Copyright © 2019. All Rights Reserved.