Uses of Enum Class
com.relogiclabs.jschema.type.EType
Packages that use EType
Package
Description
-
Uses of EType in com.relogiclabs.jschema.exception
Methods in com.relogiclabs.jschema.exception that return ETypeMethods in com.relogiclabs.jschema.exception with parameters of type EType -
Uses of EType in com.relogiclabs.jschema.node
Methods in com.relogiclabs.jschema.node that return ETypeConstructors in com.relogiclabs.jschema.node with parameters of type EType -
Uses of EType in com.relogiclabs.jschema.time
Methods in com.relogiclabs.jschema.time that return EType -
Uses of EType in com.relogiclabs.jschema.type
Methods in com.relogiclabs.jschema.type that return ETypeModifier 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.