java.lang.Object
org.jvnet.fastinfoset.EncodingAlgorithmIndexes
The indexes of built-in encoding algorithms.
The indexes of the built-in encoding algorithms are specified in ITU-T Rec. X.891 | ISO/IEC 24824-1 (Fast Infoset), clause 10. The indexes start from 0 instead of 1 as specified.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HEXADECIMAL
public static final int HEXADECIMAL- See Also:
-
BASE64
public static final int BASE64- See Also:
-
SHORT
public static final int SHORT- See Also:
-
INT
public static final int INT- See Also:
-
LONG
public static final int LONG- See Also:
-
BOOLEAN
public static final int BOOLEAN- See Also:
-
FLOAT
public static final int FLOAT- See Also:
-
DOUBLE
public static final int DOUBLE- See Also:
-
UUID
public static final int UUID- See Also:
-
CDATA
public static final int CDATA- See Also:
-
-
Constructor Details
-
EncodingAlgorithmIndexes
private EncodingAlgorithmIndexes()
-