JavaScript is disabled on your browser.
Skip navigation links
WildFly: JPA Subsystem 34.0.0.Beta1
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Enum
org.jboss.as.jpa.puparser.Element
Packages that use
Element
Package
Description
org.jboss.as.jpa.puparser
Uses of
Element
in
org.jboss.as.jpa.puparser
Methods in
org.jboss.as.jpa.puparser
that return
Element
Modifier and Type
Method
Description
static
Element
Element.
forName
(
String
localName)
static
Element
Element.
valueOf
(
String
name)
Returns the enum constant of this type with the specified name.
static
Element
[]
Element.
values
()
Returns an array containing the constants of this enum type, in the order they are declared.