public enum AddressAbsentIndicator extends Enum<AddressAbsentIndicator>
| Enum Constant and Description |
|---|
Masked |
NoFixedAddressIndicator |
NotIndicated |
NotKnown |
| Modifier and Type | Method and Description |
|---|---|
static AddressAbsentIndicator |
fromValue(String v) |
String |
getCode() |
String |
value() |
static AddressAbsentIndicator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddressAbsentIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddressAbsentIndicator Masked
public static final AddressAbsentIndicator NoFixedAddressIndicator
public static final AddressAbsentIndicator NotKnown
public static final AddressAbsentIndicator NotIndicated
public static AddressAbsentIndicator[] values()
for (AddressAbsentIndicator c : AddressAbsentIndicator.values()) System.out.println(c);
public static AddressAbsentIndicator 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 getCode()
public String value()
public static AddressAbsentIndicator fromValue(String v)
Copyright © 2021. All rights reserved.