public static enum AssocSchema.atype extends java.lang.Enum<AssocSchema.atype>
Modifier and Type | Class and Description |
---|---|
static class |
AssocSchema.atype.MinMax |
Enum Constant and Description |
---|
BLACK_DIAMOND |
BLANK |
CUSTOM |
DIAMOND |
UNKNOWN |
Modifier and Type | Field and Description |
---|---|
static int |
inf |
static java.lang.String |
infs |
int |
max |
int |
min |
Modifier and Type | Method and Description |
---|---|
static AssocSchema.atype |
convert(java.lang.String x) |
boolean |
geq(AssocSchema.atype a) |
int |
getMax() |
int |
getMin() |
static AssocSchema.atype |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AssocSchema.atype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssocSchema.atype DIAMOND
public static final AssocSchema.atype BLACK_DIAMOND
public static final AssocSchema.atype BLANK
public static final AssocSchema.atype CUSTOM
public static final AssocSchema.atype UNKNOWN
public static final int inf
public static final java.lang.String infs
public final int min
public final int max
public static AssocSchema.atype[] values()
for (AssocSchema.atype c : AssocSchema.atype.values()) System.out.println(c);
public static AssocSchema.atype 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 nullpublic boolean geq(AssocSchema.atype a)
public int getMin()
public int getMax()
public static AssocSchema.atype convert(java.lang.String x)