withValue

abstract fun withValue(value: Entity.Type): Action<Iter<ELEMENT>, IterValues>(source)

Associates value with entity.

Example

annotatedBy(A.XmlController)
property(SE.controller, "@style-as", withValue(E.XmlController))

abstract fun withValue(value: Number): Action<Iter<ELEMENT>, IterValues>(source)
abstract fun withValue(value: Boolean): Action<Iter<ELEMENT>, IterValues>(source)
abstract fun withValue(value: String): Action<Iter<ELEMENT>, IterValues>(source)
abstract fun <E : Enum<E>> withValue(value: E): Action<Iter<ELEMENT>, IterValues>(source)