public enum ImAddressKeyType extends Enum<ImAddressKeyType>
Java class for ImAddressKeyType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ImAddressKeyType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ImAddress1"/>
<enumeration value="ImAddress2"/>
<enumeration value="ImAddress3"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
IM_ADDRESS_1 |
IM_ADDRESS_2 |
IM_ADDRESS_3 |
| Modifier and Type | Method and Description |
|---|---|
static ImAddressKeyType |
fromValue(String v) |
String |
value() |
static ImAddressKeyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImAddressKeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImAddressKeyType IM_ADDRESS_1
public static final ImAddressKeyType IM_ADDRESS_2
public static final ImAddressKeyType IM_ADDRESS_3
public static ImAddressKeyType[] values()
for (ImAddressKeyType c : ImAddressKeyType.values()) System.out.println(c);
public static ImAddressKeyType 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()
public static ImAddressKeyType fromValue(String v)
Copyright © 2019 Apereo. All rights reserved.