Uses of Class
com.evolveum.midpoint.repo.sqale.qmodel.ref.MReferenceType
-
Packages that use MReferenceType Package Description com.evolveum.midpoint.repo.sqale.qmodel.ref -
-
Uses of MReferenceType in com.evolveum.midpoint.repo.sqale.qmodel.ref
Fields in com.evolveum.midpoint.repo.sqale.qmodel.ref declared as MReferenceType Modifier and Type Field Description MReferenceType
MReference. referenceType
Fields in com.evolveum.midpoint.repo.sqale.qmodel.ref with type parameters of type MReferenceType Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<MReferenceType>
QReference. referenceType
Methods in com.evolveum.midpoint.repo.sqale.qmodel.ref that return MReferenceType Modifier and Type Method Description static MReferenceType
MReferenceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MReferenceType[]
MReferenceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-