Uses of Class
net.sf.okapi.filters.yaml.parser.YamlScalarTypes
-
Packages that use YamlScalarTypes Package Description net.sf.okapi.filters.yaml net.sf.okapi.filters.yaml.parser -
-
Uses of YamlScalarTypes in net.sf.okapi.filters.yaml
Methods in net.sf.okapi.filters.yaml that return YamlScalarTypes Modifier and Type Method Description YamlScalarTypesYamlEncoder. getScalarType()Methods in net.sf.okapi.filters.yaml 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 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.filters.yaml.parser with parameters of type YamlScalarTypes Modifier and Type Method Description IndentedBlockYamlParser. indented_block_scalar(YamlScalarTypes type)
-