SingleHouse

class SingleHouse : EfaPoint

Constructors

SingleHouse
Link copied to clipboard
fun SingleHouse(name: String, reference: EfaReference? = null, stateless: String? = null, sort: Int? = null, quality: Int? = null, infos: String? = null, hasStaticInfo: Boolean = false, obj: String? = null, street: String? = null, buildingNumber: String? = null)

Utility constructor to create a SingleHouse for requests

Properties

buildingNumber
Link copied to clipboard
var buildingNumber: String? = null

The building number of this single house

hasStaticInfo
Link copied to clipboard
val hasStaticInfo: Boolean = false

Whether the EFA server has static info on this point

infos
Link copied to clipboard
val infos: String? = null

The infos associated with this point

name
Link copied to clipboard
val name: String

The name of this point

obj
Link copied to clipboard
var obj: String? = null

The object title of this single house

quality
Link copied to clipboard
val quality: Int? = null

The request match quality of this point

ref
Link copied to clipboard
val ref: EfaReference? = null

The point reference of this point

sort
Link copied to clipboard
val sort: Int? = null

The sort index of this point

stateless
Link copied to clipboard
val stateless: String? = null

The stateless identifier of this point

street
Link copied to clipboard
var street: String? = null

The street name of this single house

type
Link copied to clipboard
var type: EfaPointVerification.Type? = null

The point verification type of this point

usage
Link copied to clipboard
var usage: EfaPointVerification.Usage? = null

The point verification usage of this point