Uses of Class
tigase.xml.SimpleParser.EntityType
-
Packages that use SimpleParser.EntityType Package Description tigase.xml Simple XML parser implementation. -
-
Uses of SimpleParser.EntityType in tigase.xml
Methods in tigase.xml that return SimpleParser.EntityType Modifier and Type Method Description static SimpleParser.EntityType
SimpleParser.EntityType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SimpleParser.EntityType[]
SimpleParser.EntityType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-