public static enum RfGap.Property extends java.lang.Enum<RfGap.Property>
| Modifier and Type | Method and Description |
|---|---|
static RfGap.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RfGap.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RfGap.Property ETL
public static final RfGap.Property PHASE
public static final RfGap.Property FREQUENCY
public static final RfGap.Property FIELD
public static RfGap.Property[] values()
for (RfGap.Property c : RfGap.Property.values()) System.out.println(c);
public static RfGap.Property valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null