Uses of Enum Class
com.aashish.javaormashcode.query.LookupType
Packages that use LookupType
-
Uses of LookupType in com.aashish.javaormashcode.query
Methods in com.aashish.javaormashcode.query that return LookupTypeModifier and TypeMethodDescriptionFilterCriterion.getLookupType()LookupType.ParsedLookup.type()Returns the value of thetyperecord component.static LookupTypeReturns the enum constant of this class with the specified name.static LookupType[]LookupType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.aashish.javaormashcode.query with parameters of type LookupTypeModifierConstructorDescriptionParsedLookup(String fieldName, LookupType type) Creates an instance of aParsedLookuprecord class.