public enum ScalarType extends Enum<ScalarType>
Modifier and Type | Method and Description |
---|---|
static ScalarType |
findType(org.apache.xerces.impl.dv.XSSimpleType simpleType) |
static ScalarType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScalarType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScalarType UNKNOWN
public static final ScalarType NUMERIC
public static final ScalarType BOOLEAN
public static final ScalarType STRING
public static ScalarType[] values()
for (ScalarType c : ScalarType.values()) System.out.println(c);
public static ScalarType 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 static ScalarType findType(org.apache.xerces.impl.dv.XSSimpleType simpleType)
Copyright © 2023 Frank!Framework. All rights reserved.