Uses of Enum Class
org.apache.cayenne.exp.parser.ASTExtract.DateTimePart
Packages that use ASTExtract.DateTimePart
Package
Description
Contains expression parser and other expression internals.
-
Uses of ASTExtract.DateTimePart in org.apache.cayenne.exp.parser
Subclasses with type arguments of type ASTExtract.DateTimePart in org.apache.cayenne.exp.parserModifier and TypeClassDescriptionstatic enumAvailable components of date/time.Methods in org.apache.cayenne.exp.parser that return ASTExtract.DateTimePartModifier and TypeMethodDescriptionASTExtract.getPart()static ASTExtract.DateTimePartReturns the enum constant of this class with the specified name.static ASTExtract.DateTimePart[]ASTExtract.DateTimePart.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cayenne.exp.parser with parameters of type ASTExtract.DateTimePartModifier and TypeMethodDescriptionvoidASTExtract.setPart(ASTExtract.DateTimePart part) This method is used by FunctionExpressionFactory