org.w3.banana

XSDPrefix

class XSDPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

Linear Supertypes
PrefixBuilder[Rdf], Prefix[Rdf], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. XSDPrefix
  2. PrefixBuilder
  3. Prefix
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new XSDPrefix(ops: RDFOps[Rdf])

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from XSDPrefix[Rdf] to any2stringadd[XSDPrefix[Rdf]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (XSDPrefix[Rdf], B)

    Implicit information
    This member is added by an implicit conversion from XSDPrefix[Rdf] to ArrowAssoc[XSDPrefix[Rdf]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. val NCName: Rdf.URI

  7. val NMToken: Rdf.URI

  8. val Name: Rdf.URI

  9. val PlainLiteral: Rdf.URI

  10. val anyURI: Rdf.URI

  11. def apply(value: String): Rdf.URI

    Definition Classes
    PrefixBuilderPrefix
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. val base64Binary: Rdf.URI

  14. val boolean: Rdf.URI

  15. val byte: Rdf.URI

  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. val dateTime: Rdf.URI

  18. val dateTimeStamp: Rdf.URI

  19. val decimal: Rdf.URI

  20. val double: Rdf.URI

  21. def ensuring(cond: (XSDPrefix[Rdf]) ⇒ Boolean, msg: ⇒ Any): XSDPrefix[Rdf]

    Implicit information
    This member is added by an implicit conversion from XSDPrefix[Rdf] to Ensuring[XSDPrefix[Rdf]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: (XSDPrefix[Rdf]) ⇒ Boolean): XSDPrefix[Rdf]

    Implicit information
    This member is added by an implicit conversion from XSDPrefix[Rdf] to Ensuring[XSDPrefix[Rdf]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean, msg: ⇒ Any): XSDPrefix[Rdf]

    Implicit information
    This member is added by an implicit conversion from XSDPrefix[Rdf] to Ensuring[XSDPrefix[Rdf]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean): XSDPrefix[Rdf]

    Implicit information
    This member is added by an implicit conversion from XSDPrefix[Rdf] to Ensuring[XSDPrefix[Rdf]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  27. val false: Rdf.Literal

  28. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. val float: Rdf.URI

  30. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from XSDPrefix[Rdf] to StringFormat[XSDPrefix[Rdf]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  31. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  32. def getLocalName(iri: Rdf.URI): Try[String]

    Definition Classes
    PrefixBuilder
  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. val hexBinary: Rdf.URI

  35. val int: Rdf.URI

  36. val integer: Rdf.URI

  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. val language: Rdf.URI

  39. val long: Rdf.URI

  40. val maxExclusive: Rdf.URI

  41. val maxInclusive: Rdf.URI

  42. val maxLength: Rdf.URI

  43. val minExclusive: Rdf.URI

  44. val minInclusive: Rdf.URI

  45. val minLength: Rdf.URI

  46. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  47. val negativeInteger: Rdf.URI

  48. val nonNegativeInteger: Rdf.URI

  49. val nonPositiveInteger: Rdf.URI

  50. val normalizedString: Rdf.URI

  51. final def notify(): Unit

    Definition Classes
    AnyRef
  52. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  53. val pattern: Rdf.URI

  54. val positiveInteger: Rdf.URI

  55. val prefixIri: String

    Definition Classes
    PrefixBuilderPrefix
  56. val prefixName: String

    Definition Classes
    PrefixBuilderPrefix
  57. val short: Rdf.URI

  58. val string: Rdf.URI

  59. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  60. def toString(): String

    Definition Classes
    PrefixBuilder → AnyRef → Any
  61. val token: Rdf.URI

  62. val true: Rdf.Literal

  63. def unapply(iri: Rdf.URI): Option[String]

    Definition Classes
    PrefixBuilderPrefix
  64. val unsignedByte: Rdf.URI

  65. val unsignedInt: Rdf.URI

  66. val unsignedLong: Rdf.URI

  67. val unsignedShort: Rdf.URI

  68. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. def [B](y: B): (XSDPrefix[Rdf], B)

    Implicit information
    This member is added by an implicit conversion from XSDPrefix[Rdf] to ArrowAssoc[XSDPrefix[Rdf]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from PrefixBuilder[Rdf]

Inherited from Prefix[Rdf]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from XSDPrefix[Rdf] to any2stringadd[XSDPrefix[Rdf]]

Inherited by implicit conversion StringFormat from XSDPrefix[Rdf] to StringFormat[XSDPrefix[Rdf]]

Inherited by implicit conversion Ensuring from XSDPrefix[Rdf] to Ensuring[XSDPrefix[Rdf]]

Inherited by implicit conversion ArrowAssoc from XSDPrefix[Rdf] to ArrowAssoc[XSDPrefix[Rdf]]

Ungrouped