Packages

object Status extends StatusValueType with scala.Product with Serializable

Source
GENERATED-metamodel.scala
Linear Supertypes
Serializable, Serializable, scala.Product, Equals, StatusValueType, AttributeType[StatusValue], HasDefault[StatusValue], TypeObject, Key, Selector, DSL, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Status
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. StatusValueType
  7. AttributeType
  8. HasDefault
  9. TypeObject
  10. Key
  11. Selector
  12. DSL
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def &&(that: Selector): AndSelector
    Definition Classes
    Selector
  2. def *(that: Model): Model
    Definition Classes
    Selector
  3. def /: AttrRef[StatusValue]
    Definition Classes
    AttributeType
  4. def =*=(that: Elem): Boolean

    * old to be removed def isTypeMatch(that: HasType): Boolean = this.isInstanceOf[TypeObject] && that.myType == this def selects(that: Selector): Boolean = ( this == that ) || ( that match { case Head(e,l) if this.isInstanceOf[HeadType] => HeadType(e.myType, l) == this case Relation(e,l,t) if this.isInstanceOf[HeadType] => HeadType(e.myType, l) == this case ht: HasType => isTypeMatch(ht) case _ => false } ) **---

    * old to be removed def isTypeMatch(that: HasType): Boolean = this.isInstanceOf[TypeObject] && that.myType == this def selects(that: Selector): Boolean = ( this == that ) || ( that match { case Head(e,l) if this.isInstanceOf[HeadType] => HeadType(e.myType, l) == this case Relation(e,l,t) if this.isInstanceOf[HeadType] => HeadType(e.myType, l) == this case ht: HasType => isTypeMatch(ht) case _ => false } ) **---

    Definition Classes
    Selector
  5. val default: ELICITED.type
    Definition Classes
    StatusValueTypeAttributeTypeHasDefault
  6. def isInt: Boolean
    Definition Classes
    AttributeType
  7. def isMatch(that: Elem): Boolean
    Definition Classes
    Selector
  8. def isString: Boolean
    Definition Classes
    AttributeType
  9. def prefix: String
    Definition Classes
    DSL
  10. def restrict(that: Model): Model
    Definition Classes
    Selector
  11. def toScala: String

    Concrete DSL classes should have an executable string representation.

    Concrete DSL classes should have an executable string representation. If the default toString is not executable Scala-embedded DSL syntax, then this method is overridden by an executable string.

    Definition Classes
    DSL
  12. def unary_!: NotSelector
    Definition Classes
    Selector
  13. def ||(that: Selector): OrSelector
    Definition Classes
    Selector