Uses of Enum
cz.drg.pregrouper.process.fileSchema.enums.SchemaType
Packages that use SchemaType
-
Uses of SchemaType in cz.drg.pregrouper.process.fileSchema
Methods in cz.drg.pregrouper.process.fileSchema with parameters of type SchemaTypeModifier and TypeMethodDescriptionbooleanSchemaComplianceChecker.isHeaderSchemaCompliant(String[] header, SchemaType schemaType)booleanSchemaComplianceChecker.isRowSchemaCompliant(String[] row, SchemaType schemaType) -
Uses of SchemaType in cz.drg.pregrouper.process.fileSchema.enums
Methods in cz.drg.pregrouper.process.fileSchema.enums that return SchemaTypeModifier and TypeMethodDescriptionstatic SchemaTypeReturns the enum constant of this type with the specified name.static SchemaType[]SchemaType.values()Returns an array containing the constants of this enum type, in the order they are declared.