object Status extends StatusValueType with scala.Product with Serializable
- Alphabetic
- By Inheritance
- Status
- Serializable
- Serializable
- Product
- Equals
- StatusValueType
- AttributeType
- HasDefault
- TypeObject
- Key
- Selector
- DSL
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
&&(that: Selector): AndSelector
- Definition Classes
- Selector
-
def
*(that: Model): Model
- Definition Classes
- Selector
-
def
/: AttrRef[StatusValue]
- Definition Classes
- AttributeType
-
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
-
val
default: ELICITED.type
- Definition Classes
- StatusValueType → AttributeType → HasDefault
-
def
isInt: Boolean
- Definition Classes
- AttributeType
-
def
isMatch(that: Elem): Boolean
- Definition Classes
- Selector
-
def
isString: Boolean
- Definition Classes
- AttributeType
-
def
prefix: String
- Definition Classes
- DSL
-
def
restrict(that: Model): Model
- Definition Classes
- Selector
-
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
-
def
unary_!: NotSelector
- Definition Classes
- Selector
-
def
||(that: Selector): OrSelector
- Definition Classes
- Selector