-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum URLBuilder.CryptorModeMode to crypt get parameters
-
-
Field Summary
Fields Modifier and Type Field Description private intvalue
-
Method Summary
Modifier and Type Method Description static URLBuilder.CryptorModefromValue(int value)Found the mode for the given value static Array<URLBuilder.CryptorMode>values()static URLBuilder.CryptorModevalueOf(String name)intgetValue()Return the value of this mode -
-
Method Detail
-
fromValue
static URLBuilder.CryptorMode fromValue(int value)
Found the mode for the given value
-
values
static Array<URLBuilder.CryptorMode> values()
-
valueOf
static URLBuilder.CryptorMode valueOf(String name)
-
getValue
int getValue()
Return the value of this mode
-
-
-
-