| Package | Description |
|---|---|
| sirius.biz.jdbc.model |
| Modifier and Type | Field and Description |
|---|---|
protected AddressData.Requirements |
AddressData.requirements |
| Modifier and Type | Method and Description |
|---|---|
static AddressData.Requirements |
AddressData.Requirements.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddressData.Requirements[] |
AddressData.Requirements.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AddressData(AddressData.Requirements requirements,
String fieldLabel)
Creates a new instance with the given requirement.
|
InternationalAddressData(AddressData.Requirements requirements,
String fieldLabel)
Creates a new instance with the given requirement.
|
InternationalAddressData(AddressData.Requirements requirements,
String fieldLabel,
boolean verifyZip)
Creates a new instance with the given requirement.
|
Copyright © 2018. All rights reserved.