Uses of Enum
org.xlsx4j.sml.STDataValidationOperator
Packages that use STDataValidationOperator
-
Uses of STDataValidationOperator in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STDataValidationOperatorMethods in org.xlsx4j.sml that return STDataValidationOperatorModifier and TypeMethodDescriptionstatic STDataValidationOperatorCTDataValidation.getOperator()Gets the value of the operator property.static STDataValidationOperatorReturns the enum constant of this type with the specified name.static STDataValidationOperator[]STDataValidationOperator.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xlsx4j.sml with parameters of type STDataValidationOperatorModifier and TypeMethodDescriptionvoidCTDataValidation.setOperator(STDataValidationOperator value) Sets the value of the operator property.