public static enum AddressImpl.ModifiableRule extends Enum<AddressImpl.ModifiableRule>
| Enum Constant and Description |
|---|
ContactNotSystem |
ContactSystem |
From |
Modifiable |
NotModifiable |
ProxyRecordRouteNotModifiable |
To |
Via |
| Modifier and Type | Method and Description |
|---|---|
static AddressImpl.ModifiableRule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddressImpl.ModifiableRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddressImpl.ModifiableRule NotModifiable
public static final AddressImpl.ModifiableRule ProxyRecordRouteNotModifiable
public static final AddressImpl.ModifiableRule ContactSystem
public static final AddressImpl.ModifiableRule ContactNotSystem
public static final AddressImpl.ModifiableRule Modifiable
public static final AddressImpl.ModifiableRule From
public static final AddressImpl.ModifiableRule To
public static final AddressImpl.ModifiableRule Via
public static AddressImpl.ModifiableRule[] values()
for (AddressImpl.ModifiableRule c : AddressImpl.ModifiableRule.values()) System.out.println(c);
public static AddressImpl.ModifiableRule 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 nullCopyright © 2016. All Rights Reserved.