Uses of Enum
org.xlsx4j.sml.STDataValidationType
Packages that use STDataValidationType
-
Uses of STDataValidationType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STDataValidationTypeMethods in org.xlsx4j.sml that return STDataValidationTypeModifier and TypeMethodDescriptionstatic STDataValidationTypeCTDataValidation.getType()Gets the value of the type property.static STDataValidationTypeReturns the enum constant of this type with the specified name.static STDataValidationType[]STDataValidationType.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 STDataValidationTypeModifier and TypeMethodDescriptionvoidCTDataValidation.setType(STDataValidationType value) Sets the value of the type property.