public enum SoapUIFeatures extends Enum<SoapUIFeatures>
| Enum Constant and Description | 
|---|
| AUTOMATE_SOAP_UI | 
| FUNCTIONAL_TESTING | 
| INSTALL | 
| MONITORING | 
| PERFORMANCE_TESTING | 
| REST | 
| SECURITY_TESTING | 
| SERVICE_VIRTUALIZATION | 
| SOAP | 
| TOOL | 
| USE_SOAP_UI | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFeatureName() | 
| static SoapUIFeatures | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SoapUIFeatures[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final SoapUIFeatures INSTALL
public static final SoapUIFeatures SERVICE_VIRTUALIZATION
public static final SoapUIFeatures FUNCTIONAL_TESTING
public static final SoapUIFeatures PERFORMANCE_TESTING
public static final SoapUIFeatures SECURITY_TESTING
public static final SoapUIFeatures SOAP
public static final SoapUIFeatures REST
public static final SoapUIFeatures MONITORING
public static final SoapUIFeatures AUTOMATE_SOAP_UI
public static final SoapUIFeatures USE_SOAP_UI
public static final SoapUIFeatures TOOL
public static SoapUIFeatures[] values()
for (SoapUIFeatures c : SoapUIFeatures.values()) System.out.println(c);
public static SoapUIFeatures 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 getFeatureName()
Copyright © 2019. All Rights Reserved.