Package-level declarations

Types

Link copied to clipboard
class AltId(languageTag: String) : Parameter<String>
Link copied to clipboard
class Language(languageTag: String) : Parameter<String>
Link copied to clipboard
abstract class Parameter<V>(val name: ParameterType, val value: V)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Pref(value: Int) : Parameter<Int> , Comparable<Pref>
Link copied to clipboard
data class PropertyIdValue(val value: MutableList<Pair<Int, Int?>>)

This value is either a single small positive integer or a pair of small positive integers separated by a dot. Multiple values may be encoded by separating the values with a comma ","

Link copied to clipboard
Link copied to clipboard
class Value(valueType: String) : Parameter<String>

Functions

Link copied to clipboard