Uses of Enum Class
net.ihe.gazelle.hl7v3.voc.SetOperator
Packages that use SetOperator
-
Uses of SetOperator in net.ihe.gazelle.hl7v3.datatypes
Fields in net.ihe.gazelle.hl7v3.datatypes declared as SetOperatorModifier and TypeFieldDescriptionSXCMCD.operator
A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point. .SXCMINT.operator
A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point. .SXCMMO.operator
A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point. .SXCMPPDPQ.operator
A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point. .SXCMPPDTS.operator
A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point. .SXCMPQ.operator
A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point. .SXCMREAL.operator
A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point. .SXCMTS.operator
A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point. .Methods in net.ihe.gazelle.hl7v3.datatypes that return SetOperatorModifier and TypeMethodDescriptionSXCMCD.getOperator()
Return operator.SXCMINT.getOperator()
Return operator.SXCMMO.getOperator()
Return operator.SXCMPPDPQ.getOperator()
Return operator.SXCMPPDTS.getOperator()
Return operator.SXCMPQ.getOperator()
Return operator.SXCMREAL.getOperator()
Return operator.SXCMTS.getOperator()
Return operator.Methods in net.ihe.gazelle.hl7v3.datatypes with parameters of type SetOperatorModifier and TypeMethodDescriptionvoid
SXCMCD.setOperator
(SetOperator operator) Set a value to attribute operator.void
SXCMINT.setOperator
(SetOperator operator) Set a value to attribute operator.void
SXCMMO.setOperator
(SetOperator operator) Set a value to attribute operator.void
SXCMPPDPQ.setOperator
(SetOperator operator) Set a value to attribute operator.void
SXCMPPDTS.setOperator
(SetOperator operator) Set a value to attribute operator.void
SXCMPQ.setOperator
(SetOperator operator) Set a value to attribute operator.void
SXCMREAL.setOperator
(SetOperator operator) Set a value to attribute operator.void
SXCMTS.setOperator
(SetOperator operator) Set a value to attribute operator. -
Uses of SetOperator in net.ihe.gazelle.hl7v3.voc
Methods in net.ihe.gazelle.hl7v3.voc that return SetOperatorModifier and TypeMethodDescriptionstatic SetOperator
static SetOperator
Returns the enum constant of this class with the specified name.static SetOperator[]
SetOperator.values()
Returns an array containing the constants of this enum class, in the order they are declared.