Uses of Enum Class
org.bidib.jbidib.decoder.json.Expression.Type
Packages that use Expression.Type
-
Uses of Expression.Type in org.bidib.jbidib.decoder.json
Methods in org.bidib.jbidib.decoder.json that return Expression.TypeModifier and TypeMethodDescriptionstatic Expression.TypeExpression.getType()(Required)static Expression.TypeReturns the enum constant of this class with the specified name.static Expression.Type[]Expression.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bidib.jbidib.decoder.json with parameters of type Expression.TypeModifier and TypeMethodDescriptionvoidExpression.setType(Expression.Type type) (Required)Expression.withType(Expression.Type type) Constructors in org.bidib.jbidib.decoder.json with parameters of type Expression.Type