case class BasicPropertyRegister() extends PropertyRegister with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BasicPropertyRegister
- Serializable
- Serializable
- Product
- Equals
- PropertyRegister
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BasicPropertyRegister()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
fetchPropertyInformation(arg0: PropertyIdValue): Unit
- Attributes
- protected[org.wikidata.wdtk.rdf]
- Definition Classes
- PropertyRegister
-
def
fetchUsingSPARQL(arg0: URI): Unit
- Definition Classes
- PropertyRegister
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getPropertyType(arg0: PropertyIdValue): String
- Definition Classes
- PropertyRegister
-
def
getPropertyUriPattern(arg0: PropertyIdValue): String
- Definition Classes
- PropertyRegister
-
def
getUriPrefix(): String
- Definition Classes
- PropertyRegister
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
setPropertyType(arg0: PropertyIdValue, arg1: String): Unit
- Definition Classes
- PropertyRegister
-
def
setPropertyTypeFromEntityIdValue(arg0: PropertyIdValue, arg1: EntityIdValue): String
- Definition Classes
- PropertyRegister
-
def
setPropertyTypeFromGlobeCoordinatesValue(arg0: PropertyIdValue, arg1: GlobeCoordinatesValue): String
- Definition Classes
- PropertyRegister
-
def
setPropertyTypeFromMonolingualTextValue(arg0: PropertyIdValue, arg1: MonolingualTextValue): String
- Definition Classes
- PropertyRegister
-
def
setPropertyTypeFromQuantityValue(arg0: PropertyIdValue, arg1: QuantityValue): String
- Definition Classes
- PropertyRegister
-
def
setPropertyTypeFromStringValue(arg0: PropertyIdValue, arg1: StringValue): String
- Definition Classes
- PropertyRegister
-
def
setPropertyTypeFromTimeValue(arg0: PropertyIdValue, arg1: TimeValue): String
- Definition Classes
- PropertyRegister
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )