Uses of Interface
xal.tools.data.Qualifier
Packages that use Qualifier
-
Uses of Qualifier in xal.tools.data
Classes in xal.tools.data that implement QualifierModifier and TypeClassDescriptionclassGenerate a compound qualifier using the "and" operation.classMerge multiple qualifiers to form a single qualifierclassQualifier to filter (based on the specified pattern) a record's value associated with a specified key.classCheck that a record's value corresponding to the specified key compares to the specified value based on the comparison type.classQualifier which negates another qualifier's matching.classGenerate a compound qualifier using the "or" operation.Fields in xal.tools.data declared as QualifierModifier and TypeFieldDescriptionprotected Qualifier[]CompoundQualifier.qualifiersset of qualifiers that define this compound qualifierMethods in xal.tools.data with parameters of type QualifierModifier and TypeMethodDescriptionAppend a qualifier to the set of root qualifiers.Constructors in xal.tools.data with parameters of type QualifierModifierConstructorDescriptionAndQualifier(Qualifier... qualifiers) Constructor with a variable number of qualifiers.NotQualifier(Qualifier qualifier) ConstructorOrQualifier(Qualifier... qualifiers) Constructor with a variable number of qualifiers.Constructor parameters in xal.tools.data with type arguments of type QualifierModifierConstructorDescriptionAndQualifier(List<? extends Qualifier> qualifiers) Constructor with a list of qualifiers.OrQualifier(List<? extends Qualifier> qualifiers) Constructor with a list of qualifiers.