public static enum IASGlobalFunctionConstants.BuiltinType extends Enum<IASGlobalFunctionConstants.BuiltinType>
| Enum Constant and Description |
|---|
ARRAY |
BOOLEAN |
DECODEURI |
DECODEURICOMPONENT |
ENCODEURI |
ENCODEURICOMPONENT |
ESCAPE |
INT |
ISFINITE |
ISNAN |
ISXMLNAME |
NUMBER |
OBJECT |
PARSEFLOAT |
PARSEINT |
STRING |
TRACE |
UINT |
UNESCAPE |
VECTOR |
XML |
XMLLIST |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static IASGlobalFunctionConstants.BuiltinType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IASGlobalFunctionConstants.BuiltinType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IASGlobalFunctionConstants.BuiltinType ARRAY
public static final IASGlobalFunctionConstants.BuiltinType BOOLEAN
public static final IASGlobalFunctionConstants.BuiltinType DECODEURI
public static final IASGlobalFunctionConstants.BuiltinType DECODEURICOMPONENT
public static final IASGlobalFunctionConstants.BuiltinType ENCODEURI
public static final IASGlobalFunctionConstants.BuiltinType ENCODEURICOMPONENT
public static final IASGlobalFunctionConstants.BuiltinType ESCAPE
public static final IASGlobalFunctionConstants.BuiltinType INT
public static final IASGlobalFunctionConstants.BuiltinType ISFINITE
public static final IASGlobalFunctionConstants.BuiltinType ISNAN
public static final IASGlobalFunctionConstants.BuiltinType ISXMLNAME
public static final IASGlobalFunctionConstants.BuiltinType NUMBER
public static final IASGlobalFunctionConstants.BuiltinType OBJECT
public static final IASGlobalFunctionConstants.BuiltinType PARSEFLOAT
public static final IASGlobalFunctionConstants.BuiltinType PARSEINT
public static final IASGlobalFunctionConstants.BuiltinType STRING
public static final IASGlobalFunctionConstants.BuiltinType TRACE
public static final IASGlobalFunctionConstants.BuiltinType UINT
public static final IASGlobalFunctionConstants.BuiltinType UNESCAPE
public static final IASGlobalFunctionConstants.BuiltinType VECTOR
public static final IASGlobalFunctionConstants.BuiltinType XML
public static final IASGlobalFunctionConstants.BuiltinType XMLLIST
public static IASGlobalFunctionConstants.BuiltinType[] values()
for (IASGlobalFunctionConstants.BuiltinType c : IASGlobalFunctionConstants.BuiltinType.values()) System.out.println(c);
public static IASGlobalFunctionConstants.BuiltinType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getName()
Copyright © 2021 The Apache Software Foundation. All rights reserved.