public static enum P3PConstants.PostalInfo extends Enum<P3PConstants.PostalInfo>
| Enum Constant and Description |
|---|
CITY |
COUNTRY |
NAME |
ORGANIZATION |
POSTALCODE |
STATEPROV |
STREET |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static P3PConstants.PostalInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static P3PConstants.PostalInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final P3PConstants.PostalInfo NAME
public static final P3PConstants.PostalInfo STREET
public static final P3PConstants.PostalInfo CITY
public static final P3PConstants.PostalInfo STATEPROV
public static final P3PConstants.PostalInfo POSTALCODE
public static final P3PConstants.PostalInfo COUNTRY
public static final P3PConstants.PostalInfo ORGANIZATION
public static P3PConstants.PostalInfo[] values()
for (P3PConstants.PostalInfo c : P3PConstants.PostalInfo.values()) System.out.println(c);
public static P3PConstants.PostalInfo 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 getName()
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.