Packages

object mapString extends mapString

Source
DomainStructure.scala
Linear Supertypes
mapString, stringOptions[mapString, Map[String, String]], Options[mapString, Map[String, String], String], Requierable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. mapString
  2. mapString
  3. stringOptions
  4. Options
  5. Requierable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def alias(altAttrName: String): mapString

    Alias to non-compatible attribute name like type or first-name etc.

    Alias to non-compatible attribute name like type or first-name etc.

    Molecule then creates an alias to the special name in the schema so that queries will match both the attribute name and the alias.

    Definition Classes
    Options
  5. def allowedValues(vs: Seq[String], failureMsg: String): mapString
    Definition Classes
    Options
  6. def allowedValues(v: String, vs: String*): mapString
    Definition Classes
    Options
  7. def apply(description: String): mapString
    Definition Classes
    Options
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  10. def descr(description: String): mapString

    Description of attribute

    Description of attribute

    Definition Classes
    Options
  11. def email(msg: String): mapString
    Definition Classes
    stringOptions
  12. val email: mapString
    Definition Classes
    stringOptions
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. lazy val index: mapString

    Index option (defaults to true).

    Index option (defaults to true).

    Generated index for this attribute.

    Definition Classes
    Options
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. lazy val mandatory: mapString
    Definition Classes
    Options
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. def regex(expr: String, msg: String = ""): mapString
    Definition Classes
    stringOptions
  24. def require(attrs: Requierable*): mapString
    Definition Classes
    Options
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. lazy val unique: mapString

    Unique value option.

    Unique value option.

    Attribute value is unique to each entity.

    Attempts to insert a duplicate value for a different entity id will fail.

    Definition Classes
    Options
  28. val value: Map[String, String]
    Definition Classes
    Options
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from mapString

Inherited from stringOptions[mapString, Map[String, String]]

Inherited from Options[mapString, Map[String, String], String]

Inherited from Requierable

Inherited from AnyRef

Inherited from Any

Ungrouped