Uses of Enum Class
com.relogiclabs.jschema.type.EType
Package
Description
-
Uses of EType in com.relogiclabs.jschema.exception
-
Uses of EType in com.relogiclabs.jschema.node
-
Uses of EType in com.relogiclabs.jschema.time
-
Uses of EType in com.relogiclabs.jschema.type
Modifier and TypeMethodDescriptionEType.getParent()
default EType
EArray.getType()
default EType
EBoolean.getType()
default EType
EDouble.getType()
default EType
EInteger.getType()
default EType
ENull.getType()
default EType
ENumber.getType()
default EType
EObject.getType()
default EType
EString.getType()
default EType
EUndefined.getType()
default EType
EValue.getType()
static EType
Returns the enum constant of this class with the specified name.static EType[]
EType.values()
Returns an array containing the constants of this enum class, in the order they are declared.