DSMLiteralValue¶ class dsviper.DSMLiteralValue¶ Bases: object A class used to represent the definition of a literal value. Note: Not directly instantiable. domain() → str¶ Return the domain. value() → str¶ Return the value.