StrAttr

reqt.StrAttr
See theStrAttr companion object
final case class StrAttr(t: StrAttrType, value: String) extends Attr[String]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Attr[String]
trait Node
trait Elem
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def isAttr: Boolean

Attributes

Inherited from:
Elem
def isEnt: Boolean

Attributes

Inherited from:
Elem
def isIntAttr: Boolean

Attributes

Inherited from:
Elem
def isNode: Boolean

Attributes

Inherited from:
Elem
def isRel: Boolean

Attributes

Inherited from:
Elem
def isStrAttr: Boolean

Attributes

Inherited from:
Elem
def isUndefined: Boolean

Attributes

Inherited from:
Elem
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product