| Modifier and Type | Method and Description |
|---|---|
static VTreeType |
fromKeyBits(int keyBits) |
static VTreeType |
fromVivadoName(String name) |
int |
getKeyBits() |
String |
getVivadoName() |
static VTreeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VTreeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VTreeType BALANCED
public static final VTreeType INTER_SLR
public static final VTreeType INTRA_SLR
public static VTreeType[] values()
for (VTreeType c : VTreeType.values()) System.out.println(c);
public static VTreeType 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 nullpublic String getVivadoName()
public int getKeyBits()
public static VTreeType fromVivadoName(String name)
public static VTreeType fromKeyBits(int keyBits)