Uses of Enum
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()static Expression.TypeReturns the enum constant of this type with the specified name.static Expression.Type[]Expression.Type.values()Returns an array containing the constants of this enum type, 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) Expression.withType(Expression.Type type) Constructors in org.bidib.jbidib.decoder.json with parameters of type Expression.Type