public static enum P3PConstants.OnlineInfo extends Enum<P3PConstants.OnlineInfo>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static P3PConstants.OnlineInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static P3PConstants.OnlineInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final P3PConstants.OnlineInfo EMAIL
public static final P3PConstants.OnlineInfo URI
public static P3PConstants.OnlineInfo[] values()
for (P3PConstants.OnlineInfo c : P3PConstants.OnlineInfo.values()) System.out.println(c);
public static P3PConstants.OnlineInfo 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.