Package | Description |
---|---|
org.basex.core.users |
Modifier and Type | Method and Description |
---|---|
static Code |
Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Code[] |
Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumMap<Algorithm,EnumMap<Code,String>> |
User.alg()
Returns algorithms.
|
Modifier and Type | Method and Description |
---|---|
String |
User.code(Algorithm alg,
Code code)
Returns the specified code.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.