Uses of Enum Class
org.basex.query.value.type.Occ
Packages that use Occ
-
Uses of Occ in org.basex.query.value.type
Fields in org.basex.query.value.type declared as OccMethods in org.basex.query.value.type that return OccModifier and TypeMethodDescriptionAdds two occurrence indicators.Computes the intersection between this occurrence indicator and the given one.Computes the union between this occurrence indicator and the given one.static OccReturns the enum constant of this class with the specified name.static Occ[]Occ.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.basex.query.value.type with parameters of type OccModifier and TypeMethodDescriptionAdds two occurrence indicators.voidAssigns the specified occurrence indicator, updates the result size.voidAssigns the specified type and result size.voidAssigns the specified type and occurrence indicator, updates the result size.static SeqTypeReturns a sequence type.static SeqTypeReturns a sequence type.booleanOcc.instanceOf(Occ occ) Checks if the specified occurrence indicator is an instance of the current occurrence indicator.Computes the intersection between this occurrence indicator and the given one.final SeqTypefinal SeqTypeInternal function for creating a sequence type with the specified occurrence indicator.Computes the union between this occurrence indicator and the given one.Returns a sequence type with a new occurrence indicator.Returns a sequence type with the specified occurrence indicator.