public static enum MVSConfig.ServiceInterface extends java.lang.Enum<MVSConfig.ServiceInterface>
| Modifier and Type | Method and Description | 
|---|---|
static MVSConfig.ServiceInterface | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static MVSConfig.ServiceInterface[] | 
values()
Returns an array containing the constants of this enum type, in the order they are declared. 
 | 
public static final MVSConfig.ServiceInterface LOCAL
public static final MVSConfig.ServiceInterface UNDEFINED
public static final MVSConfig.ServiceInterface WEB
public static MVSConfig.ServiceInterface valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static MVSConfig.ServiceInterface[] values()
for (MVSConfig.ServiceInterface c : MVSConfig.ServiceInterface.values())
    System.out.println(c);
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.