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