public static enum ServerMaps.SmtpRoles extends java.lang.Enum<ServerMaps.SmtpRoles>
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
contains(java.lang.String tag)  | 
java.lang.String | 
tag()  | 
static java.lang.String[] | 
tags()  | 
static ServerMaps.SmtpRoles | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static ServerMaps.SmtpRoles[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ServerMaps.SmtpRoles SMTP
public static final ServerMaps.SmtpRoles EDGE
public static ServerMaps.SmtpRoles[] values()
for (ServerMaps.SmtpRoles c : ServerMaps.SmtpRoles.values()) System.out.println(c);
public static ServerMaps.SmtpRoles 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 java.lang.String tag()
public static boolean contains(java.lang.String tag)
public static java.lang.String[] tags()
Copyright © 2021. All Rights Reserved.