| Enum Constant and Description |
|---|
ADDRESS_LINES
One of the (or multiple) address lines.
|
CITY
The city field.
|
COUNTRY
The country field.
|
STATE
The state field.
|
UNKNOWN
Not clear which field is concerned.
|
ZIP_CODE
The zip/postal code field.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFieldId() |
static CisField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CisField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CisField ADDRESS_LINES
public static final CisField ZIP_CODE
public static final CisField CITY
public static final CisField STATE
public static final CisField COUNTRY
public static final CisField UNKNOWN
public static CisField[] values()
for (CisField c : CisField.values()) System.out.println(c);
public static CisField 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 getFieldId()
Copyright © 2018 SAP SE. All Rights Reserved.