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