public static enum IProfeatProperties.DISTRIBUTION extends java.lang.Enum<IProfeatProperties.DISTRIBUTION>
| Enum Constant and Description |
|---|
ALL |
FIRST |
FIRST25 |
FIRST50 |
FIRST75 |
| Modifier and Type | Method and Description |
|---|---|
static IProfeatProperties.DISTRIBUTION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IProfeatProperties.DISTRIBUTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IProfeatProperties.DISTRIBUTION FIRST
public static final IProfeatProperties.DISTRIBUTION FIRST25
public static final IProfeatProperties.DISTRIBUTION FIRST50
public static final IProfeatProperties.DISTRIBUTION FIRST75
public static final IProfeatProperties.DISTRIBUTION ALL
public static IProfeatProperties.DISTRIBUTION[] values()
for (IProfeatProperties.DISTRIBUTION c : IProfeatProperties.DISTRIBUTION.values()) System.out.println(c);
public static IProfeatProperties.DISTRIBUTION 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