Uses of Class
org.bytedeco.javacpp.tools.Generator.IntEnum
-
Packages that use Generator.IntEnum Package Description org.bytedeco.javacpp.tools Contains classes used at build time by JavaCPP. -
-
Uses of Generator.IntEnum in org.bytedeco.javacpp.tools
Methods in org.bytedeco.javacpp.tools that return Generator.IntEnum Modifier and Type Method Description static Generator.IntEnum
Generator.IntEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Generator.IntEnum[]
Generator.IntEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-