implicit final class ScowlLiteralString extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScowlLiteralString
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ScowlLiteralString(self: String)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def @@(lang: String): OWLLiteral
Create plain literal with language tag '@' by itself is not a valid identifier in Scala
- def ^^(datatypeIRI: String): OWLLiteral
- def ^^(datatypeIRI: IRI): OWLLiteral
- def ^^(datatype: OWLDatatype): OWLLiteral
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val self: String
- def toString(): String
- Definition Classes
- Any