|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EhValidator.Language | |
|---|---|
| be.fgov.ehealth.ehvalidator.core | Provides sumehr validation functionality either as a command-line tool or a java library |
| Uses of EhValidator.Language in be.fgov.ehealth.ehvalidator.core |
|---|
| Methods in be.fgov.ehealth.ehvalidator.core that return EhValidator.Language | |
|---|---|
static EhValidator.Language |
EhValidator.Language.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EhValidator.Language[] |
EhValidator.Language.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in be.fgov.ehealth.ehvalidator.core with parameters of type EhValidator.Language | |
|---|---|
static String |
EhValidator.getHTMLReport(String fileName,
EhValidator.Language language)
This method performs a validation of the file whose file name and language are provided as parameters. |
static String |
EhValidator.getHTMLReport(String fileName,
EhValidator.Language language,
String rules)
This method performs a validation of the file whose file name, language and set of rules are provided as parameters. |
static String |
EhValidator.getHTMLView(String fileName,
EhValidator.Language language)
This method allows to get the HTML representation of a valid Sumehr file. |
static String |
EhValidator.getHTMLView(String fileName,
EhValidator.Language language,
String rules)
This method allows to get the HTML representation of a valid Sumehr file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||