Class PhoneField.Attributes
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.extension.fields.PhoneField.Attributes
-
- Enclosing interface:
- PhoneField<F extends PhoneField<F>>
public static final class PhoneField.Attributes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
INCLUDE_COUNTRY_CODE
static String
INCLUDE_EXTENSION
static String
PLACEHOLDER_COUNTRY_CODE
static String
PLACEHOLDER_EXTENSION
static String
PLACEHOLDER_PHONE_NUMBER
-
-
-
Field Detail
-
INCLUDE_COUNTRY_CODE
public static final String INCLUDE_COUNTRY_CODE
- See Also:
- Constant Field Values
-
INCLUDE_EXTENSION
public static final String INCLUDE_EXTENSION
- See Also:
- Constant Field Values
-
PLACEHOLDER_COUNTRY_CODE
public static final String PLACEHOLDER_COUNTRY_CODE
- See Also:
- Constant Field Values
-
PLACEHOLDER_EXTENSION
public static final String PLACEHOLDER_EXTENSION
- See Also:
- Constant Field Values
-
PLACEHOLDER_PHONE_NUMBER
public static final String PLACEHOLDER_PHONE_NUMBER
- See Also:
- Constant Field Values
-
-