public static enum FPGA2Model.PointerInfo.PointerKind extends Enum<FPGA2Model.PointerInfo.PointerKind>
| Enum Constant and Description |
|---|
FUNCTION |
REPEAT_FUNCTION |
REPEAT_SUBROUTINE |
SUBROUTINE |
| Modifier and Type | Method and Description |
|---|---|
static FPGA2Model.PointerInfo.PointerKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FPGA2Model.PointerInfo.PointerKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FPGA2Model.PointerInfo.PointerKind FUNCTION
public static final FPGA2Model.PointerInfo.PointerKind SUBROUTINE
public static final FPGA2Model.PointerInfo.PointerKind REPEAT_FUNCTION
public static final FPGA2Model.PointerInfo.PointerKind REPEAT_SUBROUTINE
public static FPGA2Model.PointerInfo.PointerKind[] values()
for (FPGA2Model.PointerInfo.PointerKind c : FPGA2Model.PointerInfo.PointerKind.values()) System.out.println(c);
public static FPGA2Model.PointerInfo.PointerKind 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 nullCopyright © 2018 LSST. All rights reserved.