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 ETypeEArray.getType()default ETypeEBoolean.getType()default ETypeEDouble.getType()default ETypeEInteger.getType()default ETypeENull.getType()default ETypeENumber.getType()default ETypeEObject.getType()default ETypeEString.getType()default ETypeEUndefined.getType()default ETypeEValue.getType()static ETypeReturns 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.