JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Enum Class
org.umlg.query.QueryEnum
Packages that use
QueryEnum
Package
Description
org.umlg.query
Uses of
QueryEnum
in
org.umlg.query
Methods in
org.umlg.query
that return
QueryEnum
Modifier and Type
Method
Description
static
QueryEnum
QueryEnum.
fromJson
(
String
json)
static
QueryEnum
QueryEnum.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
QueryEnum
[]
QueryEnum.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.