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