Package argo.jdom
Enum Class JsonNodeType
- All Implemented Interfaces:
Serializable,Comparable<JsonNodeType>,Constable
- Mappings:
Namespace Name intermediary argo/jdom/JsonNodeTypeglue argo/jdom/JsonNodeTypeserver argo/jdom/JsonNodeTypeclient atnamed argo/jdom/JsonNodeType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JsonNodeTypeReturns the enum constant of this class with the specified name.static JsonNodeType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OBJECT
- Mappings:
Namespace Name Mixin selector intermediary OBJECTLargo/jdom/JsonNodeType;OBJECT:Largo/jdom/JsonNodeType;glue OBJECTLargo/jdom/JsonNodeType;OBJECT:Largo/jdom/JsonNodeType;server OBJECTLargo/jdom/JsonNodeType;OBJECT:Largo/jdom/JsonNodeType;client aLat;a:Lat;named OBJECTLargo/jdom/JsonNodeType;OBJECT:Largo/jdom/JsonNodeType;
-
ARRAY
- Mappings:
Namespace Name Mixin selector intermediary ARRAYLargo/jdom/JsonNodeType;ARRAY:Largo/jdom/JsonNodeType;glue ARRAYLargo/jdom/JsonNodeType;ARRAY:Largo/jdom/JsonNodeType;server ARRAYLargo/jdom/JsonNodeType;ARRAY:Largo/jdom/JsonNodeType;client bLat;b:Lat;named ARRAYLargo/jdom/JsonNodeType;ARRAY:Largo/jdom/JsonNodeType;
-
STRING
- Mappings:
Namespace Name Mixin selector intermediary STRINGLargo/jdom/JsonNodeType;STRING:Largo/jdom/JsonNodeType;glue STRINGLargo/jdom/JsonNodeType;STRING:Largo/jdom/JsonNodeType;server STRINGLargo/jdom/JsonNodeType;STRING:Largo/jdom/JsonNodeType;client cLat;c:Lat;named STRINGLargo/jdom/JsonNodeType;STRING:Largo/jdom/JsonNodeType;
-
NUMBER
- Mappings:
Namespace Name Mixin selector intermediary NUMBERLargo/jdom/JsonNodeType;NUMBER:Largo/jdom/JsonNodeType;glue NUMBERLargo/jdom/JsonNodeType;NUMBER:Largo/jdom/JsonNodeType;server NUMBERLargo/jdom/JsonNodeType;NUMBER:Largo/jdom/JsonNodeType;client dLat;d:Lat;named NUMBERLargo/jdom/JsonNodeType;NUMBER:Largo/jdom/JsonNodeType;
-
TRUE
- Mappings:
Namespace Name Mixin selector intermediary TRUELargo/jdom/JsonNodeType;TRUE:Largo/jdom/JsonNodeType;glue TRUELargo/jdom/JsonNodeType;TRUE:Largo/jdom/JsonNodeType;server TRUELargo/jdom/JsonNodeType;TRUE:Largo/jdom/JsonNodeType;client eLat;e:Lat;named TRUELargo/jdom/JsonNodeType;TRUE:Largo/jdom/JsonNodeType;
-
FALSE
- Mappings:
Namespace Name Mixin selector intermediary FALSELargo/jdom/JsonNodeType;FALSE:Largo/jdom/JsonNodeType;glue FALSELargo/jdom/JsonNodeType;FALSE:Largo/jdom/JsonNodeType;server FALSELargo/jdom/JsonNodeType;FALSE:Largo/jdom/JsonNodeType;client fLat;f:Lat;named FALSELargo/jdom/JsonNodeType;FALSE:Largo/jdom/JsonNodeType;
-
NULL
- Mappings:
Namespace Name Mixin selector intermediary NULLLargo/jdom/JsonNodeType;NULL:Largo/jdom/JsonNodeType;glue NULLLargo/jdom/JsonNodeType;NULL:Largo/jdom/JsonNodeType;server NULLLargo/jdom/JsonNodeType;NULL:Largo/jdom/JsonNodeType;client gLat;g:Lat;named NULLLargo/jdom/JsonNodeType;NULL:Largo/jdom/JsonNodeType;
-
-
Constructor Details
-
JsonNodeType
private JsonNodeType()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-