public static enum AvpRepresentation.Rule extends Enum<AvpRepresentation.Rule>
| Modifier and Type | Method and Description |
|---|---|
static AvpRepresentation.Rule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AvpRepresentation.Rule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AvpRepresentation.Rule must
public static final AvpRepresentation.Rule may
public static final AvpRepresentation.Rule mustnot
public static final AvpRepresentation.Rule shouldnot
public static AvpRepresentation.Rule[] values()
for (AvpRepresentation.Rule c : AvpRepresentation.Rule.values()) System.out.println(c);
public static AvpRepresentation.Rule 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 nullCopyright © 2016. All Rights Reserved.