public enum AddressAttributeEnum extends Enum<AddressAttributeEnum> implements HybrisEnumValue
| Enum Constant and Description |
|---|
BOXNO
Generated enum value for AddressAttributeEnum.BoxNo declared at extension bmecat.
|
CITY
Generated enum value for AddressAttributeEnum.City declared at extension bmecat.
|
CONTACT
Generated enum value for AddressAttributeEnum.Contact declared at extension bmecat.
|
COUNTRY
Generated enum value for AddressAttributeEnum.Country declared at extension bmecat.
|
EMAIL
Generated enum value for AddressAttributeEnum.eMail declared at extension bmecat.
|
FAX
Generated enum value for AddressAttributeEnum.Fax declared at extension bmecat.
|
NAME
Generated enum value for AddressAttributeEnum.Name declared at extension bmecat.
|
NAME2
Generated enum value for AddressAttributeEnum.Name2 declared at extension bmecat.
|
NAME3
Generated enum value for AddressAttributeEnum.Name3 declared at extension bmecat.
|
PHONE
Generated enum value for AddressAttributeEnum.Phone declared at extension bmecat.
|
PUBLICKEY
Generated enum value for AddressAttributeEnum.PublicKey declared at extension bmecat.
|
REMARKS
Generated enum value for AddressAttributeEnum.Remarks declared at extension bmecat.
|
STATE
Generated enum value for AddressAttributeEnum.State declared at extension bmecat.
|
STREET
Generated enum value for AddressAttributeEnum.Street declared at extension bmecat.
|
URL
Generated enum value for AddressAttributeEnum.Url declared at extension bmecat.
|
ZIP
Generated enum value for AddressAttributeEnum.Zip declared at extension bmecat.
|
ZIPBOX
Generated enum value for AddressAttributeEnum.ZipBox declared at extension bmecat.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
SIMPLE_CLASSNAME
Generated simple class name constant.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the code of this enum value.
|
String |
getType()
Gets the type this enum value belongs to.
|
static AddressAttributeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddressAttributeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddressAttributeEnum NAME
public static final AddressAttributeEnum NAME2
public static final AddressAttributeEnum NAME3
public static final AddressAttributeEnum CONTACT
public static final AddressAttributeEnum STREET
public static final AddressAttributeEnum ZIP
public static final AddressAttributeEnum BOXNO
public static final AddressAttributeEnum ZIPBOX
public static final AddressAttributeEnum CITY
public static final AddressAttributeEnum STATE
public static final AddressAttributeEnum COUNTRY
public static final AddressAttributeEnum PHONE
public static final AddressAttributeEnum FAX
public static final AddressAttributeEnum EMAIL
public static final AddressAttributeEnum PUBLICKEY
public static final AddressAttributeEnum URL
public static final AddressAttributeEnum REMARKS
public static final String _TYPECODE
public static final String SIMPLE_CLASSNAME
public static AddressAttributeEnum[] values()
for (AddressAttributeEnum c : AddressAttributeEnum.values()) System.out.println(c);
public static AddressAttributeEnum 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()
getCode in interface HybrisEnumValuepublic String getType()
getType in interface HybrisEnumValueCopyright © 2017 SAP SE. All Rights Reserved.