public enum FpgaCardType extends Enum<FpgaCardType>
| Enum Constant and Description |
|---|
KU115 |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isExists(FpgaCardType fpgaCardType) |
static FpgaCardType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FpgaCardType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FpgaCardType KU115
public static FpgaCardType[] values()
for (FpgaCardType c : FpgaCardType.values()) System.out.println(c);
public static FpgaCardType 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 static boolean isExists(FpgaCardType fpgaCardType)
Copyright © 2021. All rights reserved.