Uses of Class
net.sf.okapi.common.encoder.YamlScalarTypes
-
Packages that use YamlScalarTypes Package Description net.sf.okapi.common.encoder Classes to implement and manage encoders for different file formats.net.sf.okapi.filters.yaml.parser -
-
Uses of YamlScalarTypes in net.sf.okapi.common.encoder
Methods in net.sf.okapi.common.encoder that return YamlScalarTypes Modifier and Type Method Description static YamlScalarTypesYamlScalarTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static YamlScalarTypes[]YamlScalarTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.common.encoder with parameters of type YamlScalarTypes Modifier and Type Method Description voidYamlEncoder. setScalarType(YamlScalarTypes scalarType) -
Uses of YamlScalarTypes in net.sf.okapi.filters.yaml.parser
Fields in net.sf.okapi.filters.yaml.parser declared as YamlScalarTypes Modifier and Type Field Description YamlScalarTypesIndentedBlock. typeYamlScalarTypesKey. typeYamlScalarTypesQuotedScalar. typeYamlScalarTypesScalar. typeMethods in net.sf.okapi.filters.yaml.parser with parameters of type YamlScalarTypes Modifier and Type Method Description IndentedBlockYamlParser. indented_block_scalar(YamlScalarTypes type)
-