Uses of Class
org.infinispan.configuration.parsing.ParserScope
-
Packages that use ParserScope Package Description org.infinispan.configuration.parsing -
-
Uses of ParserScope in org.infinispan.configuration.parsing
Methods in org.infinispan.configuration.parsing that return ParserScope Modifier and Type Method Description static ParserScope
ParserScope. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ParserScope[]
ParserScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-